.clear {
    clear: both;
}

* {
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


body {
    font-family: "Open Sans", sans-serif;
    width: 90%;
    display: block;
    margin: 20px auto;
    font-size: 10px;
}

h1 {
    font-size: 20px;
    text-transform: uppercase;
}

h2 {
    font-size: 15px;
}

h3 {
    font-size: 13px;
}

h4 {
    
}

h5 {
    text-transform: uppercase;
    border-bottom: 1px solid black;
}

p {
    margin-bottom: 5px;
}

.row {
    display: block;
    margin-bottom: 30px;
}

.image_container {
    width: 30%;
    display: block;
    float: left;
    padding-right: 40px;
}

.image_container img {
    max-width: 100%;
}

.tabs_container {
    width: 70%;
    display: block;
    float: left;
}

.tabella_prezzi {
    width: 100%;
    text-align: center;
    font-size: 10px;
}

.tabella_prezzi thead tr th {
    background: #ededed;
    border: 1px solid black;
    padding: 3px 5px;
    font-weight: bold;
    text-align: center;
}

.tabella_prezzi tbody tr td {
    border: 1px solid black;
    padding: 3px 5px;
}

.scheda_tecnica_img_container {
    display: block;
    width: 50%;
    padding-right: 40px;
    margin: 0px auto 20px auto;
}

.scheda_tecnica_img_container img {
    max-width: 100%;
}

.scheda_tecnica_tabella_container {
    display: block;
    width: 100%;
}

.scheda_tecnica_container .tabella_prezzi tbody tr:first-child td {
    background: #ededed;
    border: 1px solid black;
    padding: 3px 5px;
    font-weight: bold;
    text-align: center;
}

p.note {
    margin-top: 10px;
    font-size: 10px;
}