/* CSS Document */


.spec h2, .main .specs .section {
    
    font-size: 1.1rem;
    line-height: 1.2;
    font-weight: 600;
    
    width: 100%;
    position: relative;
    margin: -0.23em 0 -0.4em;
    /* padding: 100px 0 0.8em 0.45em; */
    text-transform: uppercase;
    clear: both;
}
.spec dt {
    
    float: left;
    clear: both;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; 
}
.spec th, .spec dt {
     
    line-height: 1.2;
    font-weight: 600;
    
    text-align: left;
    width: 45.91836735%;
    padding: 0.45em 2em 0.45em 0.45em;
    vertical-align: top;
    border-right: none;
}
.spec dt, .spec dd {
    min-height: 0;
    border-top: 1px solid #ccc; 
	overflow: hidden;
	margin-bottom: 5px !important; 
	padding: 0.45em 2em 0.45em 0.45em;
	 
}

