
@media only screen and (max-width: 767px) {}
@media only screen and (min-width: 768px) and (max-width: 959px) {}
@media only screen and (min-width: 768px) {
    .home-bottom-slots .home-bottom-center div.home-grid li .box .tint:hover::before {  background: rgba(0, 0, 0, 0.2);}
}




/* --- Customer Service --- */

.contentLeftMargin {margin: 0 0 0 10px;}

a.find-out-more {
    display: block;
    font-size: 12px;
    color: #3C3B3B;
    text-decoration: none;
    background: transparent url('../images/contentAssets/coleman/bg_arrow_darkgreen_on_content_tan.gif?$staticlink$') no-repeat center left;
    margin-top: .5em;
    padding-left: 12px;
    width: 100px;
}

a.find-out-more:hover {
    COLOR: #D81E05;
    text-decoration: underline;
}

.link {
    text-decoration: underline;
    color: #3C3B3B;
}
a.link:hover {
    text-decoration: underline;
    color: #D81E05;
}
a.checklists {
    font-size: 12px;
    color: #3C3B3B;
    text-decoration: none;
    margin: 20px 0 0 0;
    
}
a.checklists:hover {
    text-decoration: underline;
}

.customerService table .odd-row th, .customerService table .odd-row td {
    background-color: #E4E3E3;
}

.customerService table th, .customerService table td {
    padding: 10px 20px;
}
 
/* --- End Customer Service --- */







