.vigus-specs{
max-width:1200px;
margin:60px auto;
font-family:Arial, Helvetica, sans-serif;
}

.spec-header{
background:#e31e24;
color:#fff;
padding:12px 18px;
font-weight:bold;
letter-spacing:1px;
}

.spec-table-wrapper{
overflow-x:auto;
}

.spec-table{
width:100%;
border-collapse:collapse;
min-width:900px;
}

.spec-table th{
background:#000;
color:#fff;
padding:10px;
font-size:14px;
text-align:center;
}

.spec-table td{
border:1px solid #999;
padding:8px;
font-size:14px;
}

.spec-table td:first-child{
font-weight:bold;
width:140px;
}

.section td{
background:#e6e6e6;
font-weight:bold;
}

.spec-note{
font-size:13px;
margin-top:10px;
color:#555;
}

.dealer-directory{
margin-top:80px;
}

.specs-title{
background:#e30613;
color:#fff;
font-weight:700;
padding:18px 24px;
font-size:18px;
letter-spacing:1px;
text-transform:uppercase;
}

.specs-table-wrap{
overflow-x:auto;
}

.dealer-table{
width:100%;
border-collapse:collapse;
font-size:14px;
}

.dealer-table thead{
background:#000;
color:#fff;
}

.dealer-table th{
padding:14px;
text-align:left;
border:1px solid #bdbdbd;
font-weight:600;
}

.dealer-table td{
padding:14px;
border:1px solid #bdbdbd;
background:#efefef;
}

.dealer-table tr:nth-child(even) td{
background:#e6e6e6;
}

.dealer-table a{
color:#333;
text-decoration:none;
}