body {
    font-size: 1rem;
}

header,
ul.model-navi {
    display: none !important;
}

div.hero,
div.current-hero {
    display: none !important;
}

h2.top-title span {
    font-size: 2rem;
    letter-spacing: normal;
    margin-bottom: 0;
}

.top-border {
    border: none !important;
}

h2.top-title {
    font-size: 1rem;
    letter-spacing: normal;
    margin-bottom: 0.5cm;
}

div.flex {
    display: block;
}

div.col-1 {
    padding: 0.5cm 0;
}

div.col-3 {
    min-width: 50% !important;
    /* width: 50% !important; */
    /* float: left; */
    padding: 0px;
}

div.col-3 img {
    max-width: 70%;
    /* display: none; */
}

div.col-3-middle-banner,
div.col-3-ask-offer {
    display: none;
}

div.col-wrap p.price {
    font-size: 3rem;
}

div.gallery {
    display: none;
}

a.btn {
    display: none;
}

div.test-report-small {
    display: block;
}

div.dark,
div.flex-dark {
    background: #fff;
    color: #1a191a;
}

div.dark table.equipment {
    color: #1a191a;
}

div.dark table.equipment tr:nth-child(odd) td {
    background: #ccc;
    color: #1a191a;
}

img.camera {
    display: none;
}

footer {
    display: none;
}