a.material-spec-toggle{
    margin-top: 20px;
    display: block;
    border-radius: 3px;
    padding: 8px;
    width: 250px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #464646;
    border: 1px solid #464646;
}

.dark a.material-spec-toggle{
    color: white;
    border: 1px solid white;
}

@media (max-width: 767px){
    a.material-spec-toggle{
        width: 100%;
    }
}

.spec-wrap{
    max-width: 730px;
    font-size: 14px;
    border-radius: 6px;
}

@media (max-width: 991px) {

    .popup-wrap .spec-wrap{
        max-width: 600px;
    }

    .popup-wrap.xs .spec-wrap{
        width: 100%;
        max-width: none;
    }
}


@media (max-width: 767px){

    .popup-wrap .spec-wrap{
        max-width: none;
    }
}


.spec-wrap h1{
    color: #4d4e56;
    font-size: 18px;
    margin: 0;
    padding: 0;
}

.spec-wrap .row:nth-child(even){
    background-color: #f0efee;
}

.spec-wrap .row:nth-child(odd){
    background-color: white;
}

.spec-wrap .row{
    padding-top: 12px;
    padding-bottom: 12px;
}

.spec-wrap .row:first-child{
    padding-top: 18px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.spec-wrap .row:last-child{
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding-bottom: 18px;
}

.spec-wrap .row > div:first-child{
    padding-left: 30px;
}

.spec-wrap .row > div:last-child{
    padding-right: 30px;
}

.spec-wrap .help1{
    display: inline-block;
    margin-top: 4px;
}

.spec-wrap a.more{
    display: block;
    margin-top: 7px;
    font-size: 12px;
    text-decoration: underline;
    background: none;
}

.popup-wrap .popup-close{
    position: absolute;
    right: 10px; top: 14px;
}