.res-table p {
    padding: 0;
}
.res-table p img {
    padding: 0;
    float: none;
}
.res-table table {
    width: 100%;
    border-collapse: collapse;
    font-weight: 400;
}

/* Zebra striping */

.res-table tr:nth-of-type(odd) {
    background: #f4f4f4;
}
.res-table th {
    background: #333;
    color: white;
    font-weight: bold;
}
.res-table td,
.res-table th {
    padding: 12px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    text-align: center;
}
.res-table tr td:nth-of-type(1) {
    border: 1px solid #dddddd;
    background: #fff;
    text-align: left;
}
.res-table tr td:nth-of-type(4) {
    border-right: 1px solid #dddddd;
}
.res-table tr:nth-of-type(1) td:nth-of-type(1) {
    border-top: 0;
    border-left: 0;
    font-size: 22px;
}
a.res-table-button {
    color: rgb(255, 255, 255) !important;
    border: 0px;
    border-radius: 0px;
    background: #27bdff;
    background-color: #27bdff;
    padding: 6px 20px;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    font-weight: bold; display: inline-block; line-height: normal
}
a.res-table-button:hover {
    text-decoration: none;
    background-color: #000;
    color: #27bdff !important;
}
.res-table td.blue {
    background: #30abe2;
    color: #fff;
    border-top: 1px solid #2994c4;
    border-bottom: 1px solid #2994c4;
}
.res-table td.darkblue {
    background: #2ea5da;
    color: #fff;
    border-top: 1px solid #2994c4;
    border-bottom: 1px solid #2994c4;
}
.res-table tr:nth-of-type(1) td.black {
    background: #2b2c2c;
    color: #fff;
    border-top: 3px solid #2b2c2c;
    border-bottom: 1px solid #2b2c2c;
    position: relative;
}

@media only screen and (max-width: 760px) {
    .res-table table {
        font-weight: normal;
    }
    .res-table {
        font-size: 80%;
    }
    .res-table td,
    .res-table th {
        padding: 12px 5px;
    }
    .res-table tr:nth-of-type(1) td:nth-of-type(1) {
        font-size: 16px;
    }
    a.res-table-button {
        padding: 4px 6px;
    }
}
.res-table-label {
    border-left: 0px !important;
}
.viv-tooltip {
    position: relative;
}
.viv-tooltip span {
    font-size: 13px;
    line-height: 15px;
    position: absolute;
    z-index: 999;
    left: 50%;
    top: -9999px;
    background: #000;
    color:#e0e0e0;
    padding: 7px;
    width: auto;
    min-width: 200px;
    text-align: left;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out; font-weight: normal;
}
.viv-tooltip span::before {
    content: "";
    display: block;
    border-left: 6px solid #000000;
    border-top: 6px solid transparent;
    position: absolute;
    top: -6px;
    left: 0px;
}
.viv-tooltip:hover span {
    opacity: 1;
    top: 35px;
}
.plan-suggestions {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    padding-bottom: 0px;
    text-align: center;
}
.plan-suggestions img {
    padding: 3px;
    margin-bottom: -3px;
    -webkit-transition: 0.5s;
            transition: 0.5s; cursor: pointer
}
.plan-suggestions-active {
    -webkit-transition: 0.5s;
            transition: 0.5s;
}
.plan-suggestions-inactive {
    opacity: 0.35;
    filter: alpha(opacity=35);
    /* For IE8 and earlier */
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: gray;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    /*filter: url('/templates/endlayer/images/desaturate.svg#greyscale');*/
    -webkit-transition: 0.5s;
            transition: 0.5s;
}
.plan-suggestions-text {
    font-size: 16px;
    margin-top: -10px !important;
}
.plan-suggestions-text strong {
    color: #30ace2;
    font-weight: 600;
    font-size: 18px;
}
.plan-suggestions-reset {
    background-color: #e3e3e3;
    color: #6b7173;
    text-decoration: none;
    float: right;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 1px;
    font-size: 14px; cursor: pointer
}
.plan-suggestions-reset:hover {
    background-color: #30ace2;
    color: #ffffff;
    text-decoration: none !important;
}
.plan-suggestions-row {
    background-color: #e1f0f7 !important;
}
.plan-suggestions-row-label {
    background: rgb(255, 255, 255) !important;
    background: -webkit-gradient(linear, left top, right top, color-stop(15%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(225, 240, 247, 1))) !important;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 15%, rgba(225, 240, 247, 1) 100%) !important;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 15%, rgba(225, 240, 247, 1) 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1f0f7', GradientType=1) !important;
    border-left: 0px !important;
}
.plan-suggestions-row-label img {
    vertical-align: middle;
}
.fbox {
    width: 360px;
    height: 245px;
    padding: 0px;
    float: left;
    line-height: 20px;
}
.fbox-container {
    margin: 15px;
}
.fbox-container strong {
    font-size: 24px;
    font-weight: bold;
    margin-bottom:8px; display: block;
}
.fbox-container img {
    text-align: center;
}
.fboxA {
    background-color: #30abe2;
    color: #ffffff;
    margin-right: 18px;
}
.fboxA img {
    margin-top: 16px;
    margin-left: 6px;
}
.fboxB {
    background-color: #e5e5e5;
    color: #424a4d;
    margin-right: 18px;
}
.fboxB img {
    margin-bottom:5px;
}
.fboxC {
    background-color: #000;
    color: #ffffff;
}
.fboxC img {
    margin-top: 16px;
}
.prefbox {
    color: #30abe2;
    font-size: 20px;
    font-weight: bold;
}
.cSep {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin-bottom: 20px;
}
.fc_title {
    color: #30abe2;
    display: block;
    margin-top: 7px;
    border-top: 1px solid #f5f5f5;
    padding-top: 7px;
}
@media only screen and (max-width:480px) {
    .res-table td,
    .res-table th {
        padding: 12px 2px
    }
    .specification_new {
        font-size: 12px
    }
}

@media screen and (max-width: 1210px){ 
.fbox{ width:32.051282051282054%; height: auto }
.fboxA, .fboxB{ margin-right:1.8803418803418803% }
}
@media screen and (max-width: 720px){ 
.fbox{ width:100%; margin-bottom: 10px }
.fboxA, .fboxB{ margin-right:0% }

}