.taxulator-results {
    display: none;
}

.widget_mywireless_taxulator {
    width: 300px;
    margin: 0 auto 20px;
}

.taxulator-widget {
    background: white url(images/taxulator-bg.jpg) no-repeat left bottom scroll;
/*    background: #ddd;*/
    border: 3px solid #5a1800;
    border-radius: 4px;
    padding-bottom: 25px;
}

.widget_mywireless_taxulator .widget-title {
    font-size: 12px;
    color: white;
    text-transform: uppercase;
    background: #5A1800;
    padding: 1px 11px 3px;
    margin-bottom: 11px;
}

.taxulator-widget h4 {
    padding: 0 11px 0;
    color: #7e2d00;
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.taxulator-widget .tab {
    padding: 0 11px 0;
}

.taxulator-widget label {
    text-align: left;
    font-weight: 900;
    font-size: 15px;
    margin-bottom: 10px;
}

.taxulator-widget fieldset {
    padding-top: 0;
    margin-left: 15px;
    width: 235px;
}

.mt-select {
    margin-bottom: 10px;
    width: 100%;
}

.taxulator-widget .mt-submit-btn {
    display: block;
    width: 70px;
    text-align: center;
    margin: 10px auto 30px;
}

.taxulator-results p {
    font-size: 14px;
    font-weight: 900;
    color: #505050;
    line-height: 1.2;
}

.yearly-cost {
    font-size: 42px;
    text-align: center;
    width: 95%;
    color: #621a01;
    margin: 20px 0;
}

.yearly-cost span {
    display: block;
    font-size: 24px;
}

.combined-ranking {
    background: white;
    opacity: .70;
    padding: 5px 5px 0;
    width: 90%;
    border: 0;
    text-align: center;
    margin: 0 auto;
    font-weight: 900;
    font-size: 16px;
    color: #000;
    line-height: 1.2;
}

.ranking {
    display: block;
    font-size: 28px;
    white-space: nowrap;
}