/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.entry-content, .entry-summary {
    padding: 0 2% 10% 2% !important;
}
#broadbandChecker{
    float: left;
    width: 100%;
}
#broandandCheckerTelephone{
    width: 30%;
    font-size: 16px;
}
#broandandCheckerAddress{
    width: 50%;
    font-size: 16px;
}
#broadebandResults{
    width: 50%;
    float: left;
}
.small{
    font-size: 14px;
    font-weight: normal;
}
.result{
    float: left;
    padding: 5px;
    border: grey solid 2px;
    margin: 10px 0 0 0;
    display: none;
    width: 390px;
}
.detail-view{
    background: none;
    float: left;
    width: 390px;
    font-size: 14px;
    display: none;
}
.full-detail-view{
    width: 48%;
    position: absolute;
    right: 0;
    background: white;
    z-index: 500;
    margin: 10px 10px 0 0;
    font-size: 13px;
    display: none;
}
span.product_title h2 {
    font-size: 20px;
    margin: 5px 0 0 0;
}
td.graphic {
    width: 30px;
}
.full-detail-view h3{
    font-size: 20px !important;
    margin: 0 0 10px 0!important;
    color: #f47d30;
}
.calculatedSpeedHeading{
    color: #0c0;
    font-size: 15px;
    font-weight: bold;
}
.small-info{
    float: left;
    width: 100%;
    font-size: 14px;
    margin: 0 0 20px 0;
}
.btn_more_details{
    font-size: 13px;
    font-weight: normal;
    color: black;
    padding: 5px 15px 5px 5px;
    border-radius: 5px;
    display: inline-block;
    float: left;
    text-transform: none;
    background: none;
}
.btn_more_details:hover, .btn_more_details:active, .btn_more_details:visited{
    background: none;
    text-decoration: underline;
}
.btn_more_details img{
    width: 22px;
    margin-right: 5px;
}
.btn_continue{
    float: right;
    text-transform: none;
    font-size: 12px;
    font-weight: normal;
    padding: 5px 5px 5px 5px;
    border-radius: 5px;
}
.download-speed, .upload-speed{
    margin: 0 0 0 10px;
    font-size: 13px;
}

#googleMap{
    width: 45%;
    height: 300px;
    background: none;
    border: solid gray 2px;
    float: right;
    margin: 10px 10px 0 5px;
    display: none;
}
.loading {
    margin: auto;
    display: block;
    margin-top: 150px;
}
.carePackages{
    font-size: 12px;
}
span.product_title h2 {
    font-size: 15px;
}
.full-detail-view .required{
    color: #ccc;
}
.codec{
    background-color: #ffc;
    border: 1px solid #ffd600;
    padding: 2px;
    font-size: 10px;
    border-radius: 3px;
    float: right;
}
#product_equipment a{
    font-size: 11px;
}
.bbErrorMessage {
     color: red;
}
#broadbandCheckerForm button{
    margin-top: 0px;
}
