/*
 * BoxSpecTable.css
 */


.BoxSpecTable {
    width: 100%;
}
.BoxSpecTable th,
.BoxSpecTable td {
    border:1px solid #7d7d7d;  
    width:50%;
    padding: 5px;
    line-height:1.3em;
    font-size:100%;
}
.BoxSpecTable th{
    margin:0 !important;
    background:#FFF;
    font-weight:bold!important;
}
.BoxSpecTable td img{
    vertical-align:middle;
    width: 35px;
    height: 15px;
}
.BoxSpecTable td a {
    text-decoration: underline !important;
    color: #b1000e !important;    
}
@media screen and (max-width: 995px){
.BoxSpecTable th ,
.BoxSpecTable td { 
    display:block;
    border:none;
    width: calc( 100% - 10px ) ;
}
.BoxSpecTable th {
    /*background:#f2f2f2;*/
    margin-top: 10px !important;
    border-bottom:1px solid #7d7d7d;  
 }
.BoxSpecTable td {
    border-top:none;    
}
}

@media screen and (max-width: 579px) {
.BoxSpecTable th,
.BoxSpecTable td {
    font-size:100% !important;
    padding: 5px!important;
}
}