/*
* CAA Gas Prices Plugin
* By: Moe Loubani
*/
/* 
#gas-price-page th.coltwo {
    border-right: 1px solid #a8abaf;
}

#gas-price-page table {
    margin-left: 0;
}

#gas-price-page .after_prices_box {
    border: none;
}

#gas-price-page .faux-container {
    margin: auto;
    
    height: 66px;
}

#gas-price-page .price_bar {
    background: transparent;
    border: none;
    margin-bottom: 10px;
}

#gas-price-page h2 {
    font-family: 'robotolight', arial, sans-serif;
    font-size: 32px;
    color: #00539b;
    margin-bottom: 10px;
    margin-right: 15px;
}

#gas-price-page .price_bar span {
    margin-left: 0;
}

#gas-price-page .price_bar span.today_price {
    margin-left: 50px;
    margin-right: -20px;
}

#gas-price-page .moreprov {
    float: right;
    margin-top: 10px;
}

#gas-price-page .moreprov img {
    margin-top: -4px;
    vertical-align: middle;
}

.faux-dropdown li.default-dropdown-select {
    text-transform: none;
}

.no-prices-error {
    width: 85%;
    margin: auto;
    text-align: center;
    padding: 20px;
} */