

.technora-spec-table {
width:100%;
overflow-x:auto;
margin:30px 0;
}

.technora-spec-table table {
width:100%;
border-collapse:collapse;
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
}

.technora-spec-table th,
.technora-spec-table td {
border:1px solid #dddddd;
padding:10px;
text-align:center;
}

.technora-spec-table th {
background-color:#f5f5f5;
font-weight:600;
}


@media screen and (max-width:768px){

.technora-spec-table table {
font-size:14px;
}

.technora-spec-table th,
.technora-spec-table td {
padding:10px 8px;
}

}

