/*Stylesheet*/
body
{
    background-color: #f2f2f2;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#header1
{
    /*background-color: #000;*/
    background: rgb(0,0,0); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(17,16,16,1) 26%, rgba(27,28,25,1) 48%, rgba(17,17,16,1) 93%, rgba(15,15,13,1) 100%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(26%,rgba(17,16,16,1)), color-stop(48%,rgba(27,28,25,1)), color-stop(93%,rgba(17,17,16,1)), color-stop(100%,rgba(15,15,13,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(17,16,16,1) 26%,rgba(27,28,25,1) 48%,rgba(17,17,16,1) 93%,rgba(15,15,13,1) 100%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(17,16,16,1) 26%,rgba(27,28,25,1) 48%,rgba(17,17,16,1) 93%,rgba(15,15,13,1) 100%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(17,16,16,1) 26%,rgba(27,28,25,1) 48%,rgba(17,17,16,1) 93%,rgba(15,15,13,1) 100%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(17,16,16,1) 26%,rgba(27,28,25,1) 48%,rgba(17,17,16,1) 93%,rgba(15,15,13,1) 100%,rgba(0,0,0,1) 100%); /* W3C */
    min-width: 100%;
}

@media all and (min-width: 800px) {
    #maincontent{
        margin: 2% auto 2% auto;
        width: 100%;
        text-align: left;
        font-family: Arial, sans-serif;
        font-size: 10pt;
        min-height: 100%;
     }

    #maincontent h1 {
        text-align: left;
        color: #000000;
        padding-left: 0px;
    }

    #maincontent ul, p {
        text-align: left;
    }

    sup {
        font-size: 8pt;
    }

    #Pitlogo {
        width: 50%;
        min-width: 250px;
        padding-left: 0px;
        padding-top: 1%;
        padding-bottom: 1%;
        border: none;
    }
    #header2 {
        position: relative;
        display: inline;
        float: right;
        padding-top: 15px;
        padding-right: 0px;
        padding-bottom: 15px;
        width: 250px;
        /* height: 100px; */
    }
    #header2p1 {
        color: #ffffff;
        display: inline;
        float: right;
        text-align: right;
        margin: 0px 0px 10px 30px;
        font-family: Arial, sans-serif;
        font-size: .9em;
    }
    #header2p2 {
        color: #ffffff;
        display: inline;
        float: right;
        text-align: right;
        margin: 0px;
        font-family: Arial, sans-serif;
        font-size: .9em;
    }
    #header2buttons {
        color: #ffffff;
        display: inline;
        float: right;
        text-align: right;
        margin: 0px;
        font-family: Arial, sans-serif;
        font-size: .9em;
    }
    #mobileButtons{
        display: none;
    }
}

#accountNotification {
    text-align: right;
}

@media all and (max-width: 800px) {
    #maincontent
{
    margin-top: 2%;
    margin-left: 20px;
    margin-right: 20px;
    text-align: left;
    font-family: Arial, sans-serif;
    font-size: 10pt;
    min-height: 100%;
 }

        #maincontent h1 {
            text-align: left;
            color: #000000;
            padding-left: 0px;
}

        #maincontent ul, p {
            text-align: left;
        }

        sup {
            font-size: 8pt;
        }
    #directions{
        display: none;
    }

    #Pitlogo {
        position: relative;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
        min-width: 250px;
        padding-top: 10px;
        padding-bottom: 10px;
        border: none;
    }
    #header2 {
        position: relative;
        clear: left;
        float: right;
        width: 100%;
    }
    #header2p1{
        color: #ffffff;
        display: inline;
        float: left;
        text-align: left;
        margin: 0px 0px 10px 0px;
        font-family: Arial, sans-serif;
        font-size: .8em;
    }
    #header2p2{
        color: #ffffff;
        display: inline;
        float: right;
        text-align: right;
        margin: 0px 0px 10px 0px;
        font-family: Arial, sans-serif;
        font-size: .8em;
    }
    #mobileButtons{
        display: inline-block;
        width: 100%;
        padding-bottom: 10px;
    }
    #callButton{
        display: inline-block;
        float: left;
        height: 40px;
        width: 45%;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background: #4c4c4c; /* Old browsers */
        background: -moz-linear-gradient(top,  #4c4c4c 0%, #1c1c1c 15%, #1c1c1c 87%, #4c4c4c 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(15%,#1c1c1c), color-stop(87%,#1c1c1c), color-stop(100%,#4c4c4c)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #4c4c4c 0%,#1c1c1c 15%,#1c1c1c 87%,#4c4c4c 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #4c4c4c 0%,#1c1c1c 15%,#1c1c1c 87%,#4c4c4c 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #4c4c4c 0%,#1c1c1c 15%,#1c1c1c 87%,#4c4c4c 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #4c4c4c 0%,#1c1c1c 15%,#1c1c1c 87%,#4c4c4c 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#4c4c4c',GradientType=0 ); /* IE6-9 */

    }
    #directionsButton{
        display: inline-block;
        float: right;
        height: 40px;
        width: 45%;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background: #4c4c4c; /* Old browsers */
        background: -moz-linear-gradient(top,  #4c4c4c 0%, #1c1c1c 15%, #1c1c1c 87%, #4c4c4c 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(15%,#1c1c1c), color-stop(87%,#1c1c1c), color-stop(100%,#4c4c4c)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #4c4c4c 0%,#1c1c1c 15%,#1c1c1c 87%,#4c4c4c 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #4c4c4c 0%,#1c1c1c 15%,#1c1c1c 87%,#4c4c4c 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #4c4c4c 0%,#1c1c1c 15%,#1c1c1c 87%,#4c4c4c 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #4c4c4c 0%,#1c1c1c 15%,#1c1c1c 87%,#4c4c4c 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#4c4c4c',GradientType=0 ); /* IE6-9 */
    }
    #callButton p{
        text-align: center;
        width: 100%;
        display: inline-block;
        position: relative;
        margin: 10px 0px;
        color: #dddddd;
        text-decoration: none;
        font-family: sans-serif;
    }
    #directionsButton p {
        text-align: center;
        width: 100%;
        display: inline-block;
        position: relative;
        margin: 10px 0px;
        color: #dddddd;
        text-decoration: none;
        font-family: sans-serif;
    }
    #accountNotification {
        text-align: center;
    }
    #header2buttons{
        color: #ffffff;
        display: inline-block;
        float: left;
        width: 100%;
        text-align: center;
        margin: 0px 0px 20px 0px;
        font-family: Arial, sans-serif;
        font-size: .9em;
    }
}

@media all and (max-width: 450px) {
    #maincontent
    {
        margin-top: 2%;
        margin-left: 2px;
        margin-right: 2px;
        text-align: left;
        font-family: Arial, sans-serif;
        font-size: 10pt;
        min-height: 100%;
     }

        #maincontent h1 {
            text-align: left;
            color: #000000;
            padding-left: 0px;
        }

        #maincontent ul, p {
            text-align: left;
        }

        sup {
            font-size: 8pt;
        }

    #directions{
        display: none;
    }
    #Pitlogo {
        position: relative;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
        min-width: 250px;
        padding-top: 10px;
        padding-bottom: 10px;
        border: none;
    }
    #header2 {
        position: relative;
        clear: left;
        float: right;
        width: 100%;
    }
    #header2p1{
        color: #ffffff;
        display: inline-block;
        float: left;
        width: 100%;
        text-align: center;
        margin: 0px 0px 10px 0px;
        font-family: Arial, sans-serif;
        font-size: .9em;
    }
    #phone {
        display: none;
    }
    #TodayHours {
        color: #ffffff;
        display: inline-block;
        float: left;
        width: 100%;
        text-align: center;
        margin: -20px 0px -10px 0px;
        font-family: Arial, sans-serif;
        font-size: .9em;
    }
    #header2p2{
        color: #ffffff;
        display: none;
        float: left;
        width: 100%;
        text-align: center;
        margin: 0px 0px 20px 0px;
        font-family: Arial, sans-serif;
        font-size: .9em;
    }
}


#directions
{
    background-color: #BE1D2D;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    padding: 5px 10px;
    margin-top: 5px;
}

.accountButtons {
    background-color: #BE1D2D;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    height: 30px;
    padding: 0px 10px;
}

#heading1
{
    color: #ffffff;
    display: inline;
    float: right;
    text-align: right;
    margin: 0px;
    font-family: Arial, sans-serif;
    font-weight: 800;
    font-size: .9em;
}

/*@media all and (max-width: 600px) {

    #navigation ul li {
        color: #000;
        width: auto;
        height: 15px;
        background: none;
        cursor: pointer;
        border: none;
        display: inline;
        clear: both;
        padding: 10px 0px 10px 0px;
        text-align: center;
    }

    #navigation ul ul{
        clear: both;
        position: absolute;
        top: 38px;
        width: 160px;
        z-index: 1000;
        padding: 5px;
        background: none;
        border: none;
        display: inline;
    }

}*/

.nav-items {
    margin-left: 15px;
    margin-bottom: 10px;
}

.subheading1
{
    color: #ffffff;
    display: inline;
    float: right;
    text-align: right;
    margin: 0px;
    font-family: Arial, sans-serif;
    font-size: .9em;
}

.main1 {
    display: inline-block;
    background: #000000;
    margin: 0px 0px 15px 0px;
    padding: 10px 0px 10px 0px;
    color: #FFFFFF;
    width: 100%;
    -webkit-box-shadow: 0 8px 6px -6px black;
       -moz-box-shadow: 0 8px 6px -6px black;
            box-shadow: 0 8px 6px -6px black;
    -moz-border-radius: 5px;
        border-radius: 5px;
    text-align: left;
}
    .main1 h3 {
        color: #FFFFFF;
        text-align: left;
        display: inline;

        padding-left: 20px;
}

    .main1 h2 {
        color: #FFFFFF;
        text-align: left;
        display: inline;
        font-size: 11pt;
        margin-left: 20px;
    }

    .main1 h1 {
        color: #FFFFFF;
        text-align: left;
        display: inline;
        font-size: 12pt;
        margin-left: 20px;
}
.serviceHeading {
    margin-bottom: 8px;
    text-align: left;
}
.serviceSubHeading{
    margin-top: 0px;
    text-align: left;
}
.serviceHr {
    border: 1px solid #000;
}

.main2{
    display: inline-block;
    margin: 0px 0px 10px 0px;
    color: #000000;
    text-align: left;
}
    .main2 p {
        text-align: left;
    }
    .main2 ul{
        list-style: square;
    }
    .main2 h3 {
        color: #000000;
        text-align: left;
    }

    .main2 h2 {
        text-align: left;
    }


.main3 {
    display: inline-block;
    background: #61C461;
    margin: 0px 0px 0px 0px;
    padding: 10px 20px 10px 10px;
    color: #FFFFFF;
    width: 90%;
    -webkit-box-shadow: 0 8px 6px -6px black;
       -moz-box-shadow: 0 8px 6px -6px black;
            box-shadow: 0 8px 6px -6px black;
    -moz-border-radius: 10px;
        border-radius: 0px 0px 30px 0px;
}
    .main3 h3 {
        color: #FFFFFF;
        text-align: left;
        display: inline;
    }

    .main3 h2 {
        color: #FFFFFF;
        text-align: left;
        display: inline;
        font-size: 11pt;
    }

    .ecoH2{
        color: #306230;
    }


#oilImg {
    padding: 0px;
    display: inline-block;
    width: 40%;
    float: left;
}

#oilLeft {
    width: 50%;
    display: block;
    float: left;
    height: auto;
}

#oilRight {
    width: 30%;
    display: inline-block;
    float: left;
    padding-left: 15%;
}

#msdsPhoto{
    padding: 20px 50px 20px 0px;
    float: right;
    display: none;
}

.columnsMulti {
        -moz-column-count: 1;
        -moz-column-gap: 20px;
        -moz-column-rule: 0px double #666;
        -webkit-column-count: 1;
        -webkit-column-gap: 10px;
        -webkit-column-rule: 0px double #666;
        column-count: 1;
        column-gap: 10px;
        column-rule: 0px double #666;
        width:100%;
        height: auto;
    }

.homeContent{
    width: 100%;
}

.homeContent p{
    text-align: justify;
}


#mainContentLeft {
    float: left;
    width: 65%;
}

    #mainContentLeft p{
        text-align: justify;
    }

#mainContentRight {
    display: block;
    float: left;
    width: 35%;
}
.container
{
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.container h2, h1 {
    text-align: left;
    padding-left: 0px;
}

#ownerRegards
{
    text-align: right;
}

#portrait
{
    display: inline;
    margin-left: 0px;
    margin-right: 0px;
    float: right;
    padding-left: 20px;
    width: 75%;
    margin-top: 5%;
}

#facebook {
    float: right;
    margin: 10%;
    width: 60%;
}

#footer
{
    background: rgb(0,0,0); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(17,16,16,1) 26%, rgba(27,28,25,1) 48%, rgba(17,17,16,1) 93%, rgba(15,15,13,1) 100%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(26%,rgba(17,16,16,1)), color-stop(48%,rgba(27,28,25,1)), color-stop(93%,rgba(17,17,16,1)), color-stop(100%,rgba(15,15,13,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(17,16,16,1) 26%,rgba(27,28,25,1) 48%,rgba(17,17,16,1) 93%,rgba(15,15,13,1) 100%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(17,16,16,1) 26%,rgba(27,28,25,1) 48%,rgba(17,17,16,1) 93%,rgba(15,15,13,1) 100%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(17,16,16,1) 26%,rgba(27,28,25,1) 48%,rgba(17,17,16,1) 93%,rgba(15,15,13,1) 100%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(17,16,16,1) 26%,rgba(27,28,25,1) 48%,rgba(17,17,16,1) 93%,rgba(15,15,13,1) 100%,rgba(0,0,0,1) 100%); /* W3C */
    height: auto;
    font-family: Arial, sans-serif;
    text-align: center;
    padding-top: 10px;
    color: #ffffff;
    position: relative;
        bottom: 0%;
        width: 100%;
    display: inline-block;
    font-size: 8pt;
}

    #footer p
    {
        display: block;
        margin-left: 0px;
        margin-right: auto;
        position: relative;
        float: left;
    }

#social
    {
    display: block;
    float: right;
    margin-right: 50px;
    margin-top: 1px;
    border: none;
    width: 40%;
    }

    /*___________Coupon Page Code___________*/

.coupon
{
    background-color: #FFFFFF;
    border: 2px dotted #d2d2d2;
    margin: 10px 5px 10px 5px;
    padding: 5px 5px 5px 5px;
    font-size: 12px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    text-align: right;
    box-shadow: 5px 5px 5px -3px #d2d2d2;
    position: relative;
    clear: left;
}

.printImage {
    display: none;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
    font-size: 30pt;
    opacity: 1;
    left: 0;
    right: 0;
    top: 40%;
}

.coupon:hover {
    opacity: .7;
}
/*
.coupon:hover .printImage {
    display: block;
    opacity: 1;
}*/

.couponTitle
{
    padding: 10px 10px 10px 10px;
    margin: 0px;
    font-size: 18px;
    font-weight: Bold;
    text-align: left;
    color: #BE1D2D;
}

.couponText
{
    font-size: 11px;
    font-weight: 200;
    padding: 0px 10px 0px 10px;
    text-align: left;
}

.couponExpire
{
    padding-left: 10px;
    float: left;
    font-weight: bold;
    display: inline-block;
}

.dateStyle {
    background-color: #f2f2f2;
    color: #000;
    padding: 3px 10px;
    margin-bottom: -5px;
}

.couponCode {
    font-weight: bold;
    float: right;
    padding-right: 10px;
    display: inline-block;
}

#bottomInfo{
    width: 100%;
    display: inline-block;
}

.printButtonLink{
    text-decoration: none;
}

.printButtonLink:hover {
    color: #000;
}

.printButtonLink:hover .printOverlay {
    display: block;
}

.printButtonLink:visited {
    color: #000;
}


/*______________Contact Us Form_________________________________*/

.ss-required-asterisk {
    color: red;
    }

/*______________Services Page Styling___________________________*/

.servicesMain {
    padding: 0% 2% 2% 0%;
    display: block;
    width: 75%;
    min-width: 280px;
    float: left;
}

.servicesMain h1 {
    color: #BE1D2D;
}

@media all and (max-width: 991px) {
    #servicesIMG { display: none; }
}
@media all and (max-width: 600px) {
    .serviceVideo { display: none; }
    .serviceVideoFrame { display: none; }
    .servicesMain {
        width: 90%;
    }
    .main2{
        width: 100%;
        padding: 10px 0px;
    }
}

.serviceVideo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: none;
    width: 550px;
    height: 755px;
}

#ATSIMGTD
{
    padding-top: 690px;
}

/*_____________ Contact Form Styling_______________*/

.asterisk
{
    display: inline-block;
    color: #BE1D2D;
}

.submitButton
{
    background-color: #000000;
    color: #ffffff;
    border: none;
    width: 200px;
    height: 30px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: right;
}

.resetButton
{
    background-color: none;
    color: #000000;
    border: 2px solid #000000;
    width: 150px;
    height: 30px;
    margin-right: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: right;
}

#echoResults
{
    height: 60px;
    width: 100%;
    border: none;
}

.footerLinks
{
    color: black;
    text-decoration: none;
    font-family: Arial, Helvetica;
    font-size: 7.5pt;
    padding-bottom: 15px;
}

#cardName
{
    float: left;
    font-size: 18pt;
    /*font-weight: 800;*/
    text-decoration: none;
    color: #000;
    padding: 5px 0px 5px 10px;
}

#cardImg
{
    padding-left: 10px;
    padding-bottom: 10px;
    clear: left;
}

.chevronRowHeight
{
    height: 250px;
    vertical-align: top;
}

/*Admin Panel*/
.couponTable {
    position: relative;
    clear: left;
}

.adminButton a{
    color: #ffffff;
}
.adminButton{
    text-decoration: none;
    color: #ffffff;
}

.adminButtonDiv{
    margin: 15px 0px 10px 0px;
    padding: 8px 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    width: 150px;
    text-align: center;
    background: #4c4c4c; /* Old browsers */
        background: -moz-linear-gradient(top,  #4c4c4c 0%, #1c1c1c 15%, #1c1c1c 87%, #4c4c4c 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(15%,#1c1c1c), color-stop(87%,#1c1c1c), color-stop(100%,#4c4c4c)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #4c4c4c 0%,#1c1c1c 15%,#1c1c1c 87%,#4c4c4c 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #4c4c4c 0%,#1c1c1c 15%,#1c1c1c 87%,#4c4c4c 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #4c4c4c 0%,#1c1c1c 15%,#1c1c1c 87%,#4c4c4c 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #4c4c4c 0%,#1c1c1c 15%,#1c1c1c 87%,#4c4c4c 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#4c4c4c',GradientType=0 ); /* IE6-9 */
}

#navigation2 a{
    text-decoration: none;
    color: #FFFFFF;
    font-family: sans-serif;
    font-size: 10pt;
    padding: 8px 15px;
}
#navigation2 {
    background-color: #000000;
}

#navigation2 ul > .active {
    background: #1b1b1b;
}

#navigation2 ul{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    list-style: none;
    margin-top: 0px;
    padding: 0px 0px;
}

#navigation2 a:hover {
    background: #1b1b1b;
    color: #fff;
}

#navigation2 li{
    display: inline;
    padding: 0px 0px;
}

.bar {
    border-right: 1px solid #ffffff;
}

#message {
    position: fixed;
    z-index: 9999;
    top:0px;
    left: 0%;
    width: 100%;
    margin-left: 0px;
    background: linear-gradient(to bottom, #be1d2d 0%,#5e0f15 77%,#5b0e13 100%);
    color: #ffffff;
    font-family: sans-serif;
    text-align: center;
    padding: 0px 10px 0px 10px;
}
.smallH3 {
    color: #000000;
    font-size: 14pt;
    text-align: left;
    font-weight: 600;
}

/*Reviews Style*/
#reviewsLink {
    background: linear-gradient(to bottom, #be1d2d 0%,#5e0f15 77%,#5b0e13 100%);
    height: 23px;
    display: block;
    position: fixed;
        right: 5px;
        bottom: 0px;
    color: #fff;
    font-size: 10pt;
    text-align: left;
    z-index: 999;
    border-radius: 5px 5px 0px 0px;
    padding: 2px 10px 0px 10px;
    border: none;
}

/*Back to top button*/
#back-top {
    position: fixed;
    right: 5px;
    top: 20px;
    opacity: 0.4;
    z-index: 999;
}

.everyOilChange {
    margin-top: 60px;
    margin-bottom: 40px;
    padding-bottom: 50px;
    background-color: #f0f0f0;
/*    -moz-box-shadow: inset 0 0px 10px #888;
    -webkit-box-shadow: inset 0 0px 10px#888;
    box-shadow: inner 0 0px 10px #888;*/
    box-shadow: inset 0px 11px 8px -10px #CCC,
                inset 0px -11px 8px -10px #CCC;
    color: #000;
}

.allServiceDiv {
    font-size: 120%;
}

.allServiceCheck {
    margin-right: 5px;
    color: #be1d2d;
    width: 8%;
    display: inline-block;
    clear: left;
}

.allServiceDesc {
    display: inline-block;
    vertical-align: top;
    width: 90%;
}
