html, body {
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 300;
}
.margin-bottom {
    margin-bottom: 10px;
}
.config-title {
    border-bottom: 2px solid #63E079;
    padding-bottom: 2px;
    /* margin-left: 5px; */
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
}
.modelnumber {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 2px;;
    color:#63E079;
}
.summary {
    color:#63E079;
}
.buttonbar {
    margin-top: 10px;
    background: #F3F2EF;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 50px;
}
.setting-table {
    margin-top: 10px;
    border: 1px solid #C9C9C9;
    border-radius: 20px;
    -moz-border-radius: 20px; /* Gecko */
    -webkit-border-radius: 20px; /* Webkit */
}
.setting-th {
    background: #F3F2EF;
    color: #000 ;
}
.config-table {
    margin-top: 10px;

    border-radius: 20px;
    -moz-border-radius: 20px; /* Gecko */
    -webkit-border-radius: 20px; /* Webkit */
}
.config-th {
    background: #F3F2EF;
    color: #000 ;
    font-size: 16px;
}

.configurateTable table { border:1px solid #D4D7DE;}
.configurateTable table thead th { border:1px solid #D4D7DE;}
.configurateTable table td { border:1px solid #D4D7DE;}

.badge {
    background-color: #63E079;
    margin-right: 5px;
}
.pos_left {
    position: relative;
    left: 5px;
}
.btn-success {
    color:#000;
    background-color:#63E079;
    border-color:#63E079;
    text-transform:uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    border-radius: 2px;
    padding: 12px;
}
.btn-success:hover {
    color:#000;
    background-color:#63E079;
    border-color:#63E079;
}
.btn-warning2 {
    color: #222422;
    border-color: #8a8a8a;
    background-color: transparent;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    border-radius: 2px;
    padding: 12px;
}
.btn-warning2:hover {
    border-color: #222422;
}
.instructions {
    display: block;
    margin-bottom: 50px;
}

#chassisGuide {
    font-size: 14px;
    font-weight: 400;
}

.table-hover > tbody > tr:hover {
    background-color: #F3F2EF;
}
