﻿.fx-faq a h3 {
    font-size: 1em;
    font-weight: bold;
}
.fx-question {
    font-size: 1em !important;
}
.fx-answer h3 {
    font-size: 1em !important;
    font-weight: bold !important;
}
.fx-block .fx-link:hover {
    color: #444;    
}
.howto-icons {
    vertical-align: middle;
    padding-right: 1.2em;
}
.fx-table table tr:hover td a {
    color: #FFF;
}
.purpleInline { 
    color : #4E2B85 !important; 
    display : inline !important;

}
.menuLink {
    display : inline !important;
    background: none !important;
    padding: 0px !important;
    margin: 0px  !important;
}
.whiteBackground
{
    background-color: white !important;
    padding: 0px !important;
    margin: 0px  !important;
    border-bottom: none !important;
}

.table {
        width:22%;
        border-style:none;
        position:absolute;
        top:75px;
}
.table img {
        position:static !important;
        display:block !important;
        max-width:none;
        width:45px;
        margin-left:auto !important;
        margin-right:auto !important;
}
.fx-slides .fx-purple {
    background: #4d148c none repeat scroll 0 0;
}

.guide {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -15px;
}
.guide div {
    box-shadow: none !important;
    margin:0;
}
.locations {
    margin: 0 !important;
    margin-right: 40px !important;
}
.locations sub {
    font-size: 10px;
}
.distance {
    border-bottom: 1px solid #ddd;
}
.legend {
    font-size: .9em;
    line-height: 1.4em;
    margin: 0 0 10px 0;
    padding: 0;
}
.legend div {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    width: 10px;
    height: 10px;
}
.express-label {
    background-color: #ff6a00;
}
.ground-label {
    background-color: #00cf00;
}

.zipcode-block .fx-datapoint {
    padding-bottom: 15px;
}
@media only screen and (max-width: 799px) {
    .table {
        left:0px !important;
        top:0px !important;
        position:relative !important;
        width: 100% !important;
    }
    .table img {
             margin-left:0 !important;
             margin-right:0 !important;
    }
}