﻿.rate-quote input[type="text"], .rate-quote input[type="number"], .rate-quote input[type="button"] {
    max-width: 140px;
}

.rate-quote span.message {
    color: #337ab7;
    font-weight: 600;
}

.rate-quote h3.header {
    color: #ff6a00;
    font-family: 'sans-serif' !important;
}

.rate-quote-result .zip {
    font-weight: 600;
    font-size: 22px;
}

.rate-quote-result .top1 {
    font-weight: 600;
    font-size: 22px;
    color: #949494
}

.rate-quote-result .state-icon {
    font-size: 28px;
}

.rate-quote-result .info {
    font-weight: 600;
    color: #949494;
    font-size: 22px;
}

.rate-quote-result .value {
    font-weight: 600;
    font-size: 22px;
}

.rate-quote table > thead > tr > th {
    font-weight: 600;
}

.rate-quote table > tbody > tr > td {
    color: #949494;
}

.state-icon:hover {
    color: red;
}

.fSize-select {
    font-size: 11px;
}

@media only screen and (min-width : 320px) {
    .first-section input[type="text"],
    .first-section input[type="button"] {
        max-width: 160px;
    }

    .track-results .space {
        padding: 0 2px 0 0;
    }

    .track-results .pro {
        font-size: 17px;
        font-weight: 600;
    }
}

@media only screen and (min-width : 480px) {
    .track-results .pro {
        font-size: 18px;
        font-weight: 600;
    }
}

@media only screen and (min-width : 768px) {
    .first-section input[type="text"],
    .first-section input[type="button"] {
        max-width: 220px;
    }

    .track-results .space {
        padding: 0 2px 0 0;
    }

    .track-results .pro {
        font-size: 20px;
        font-weight: 800;
    }

    .fSize-select {
        font-size: 13px;
    }
}
