﻿body {
    margin: 0;
}

.mobile {
    min-width: auto;
}

#site-header {
    position: relative;
}

#pulldownmenu-button {
    font-size: 14px;
    color: #fdfdfd;
    border: 1px solid #000509;
    background: #353d44;
    font-weight: bold;
    top: 4px;
    box-shadow: 0 1px 0 rgba(255,255,255,.3);
    display: inline-block;
    margin: 0;
    right: 5px;
    position: absolute;
    text-shadow: 0 1px 1px #000509;
    background-clip: padding-box;
    border-radius: .4em;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#464d54),to(#242d34));
    background-image: -webkit-linear-gradient(#464d54,#242d34);
    background-image: -moz-linear-gradient(#464d54,#242d34);
    background-image: -ms-linear-gradient(#464d54,#242d34);
    background-image: -o-linear-gradient(#464d54,#242d34);
    background-image: linear,top,#464d54,#242d34;
    padding: 7px 11px;
}

#popupVideo {
    display: none;
}

span.today {
    color: #f37a1f !important;
}

.dealer {
    color: #232c33;
}

div.block h2 {
    font-weight: bold;
}

pcl-search-form input[type='text'] {
  background: #fff !important;
}