 


.dealer-menu .z-button{margin-bottom:5px;}
.z-mobileMenuButton, .z-mobileMenuDiv, .z-mobileMenuDiv a{ background-color:#082657 !important; color:#FFF !important; }
.dealer-menu-desktop {background-color:#082657 !important; }
.dealer-menu-desktop a{ display:block; padding:10px; float:left; color:#FFF !important; background-color:#082657 !important; }

.memberFilesLeftSidebar{ width:24%; min-width:250px; padding-left:3.5%; padding-right:3%; float:left;}
.memberFilesContent{ padding:3%; padding-right:2%; padding-top:0px; padding-bottom:50px; width:52%;  float:left;}
.memberFilesRighttSidebar{  width:24%; min-width:250px; padding-left:3.5%; padding-right:3%; float:left;}

#memberFilesDiv th{ 
    background-color:#CCC;
}
.memberFileDownloadLink:link, .memberFileDownloadLink:visited{ padding:3px; padding-left:10px; padding-right:10px; text-decoration:none; background-color:#000; color:#FFF; border-radius:5px; font-size:18px; display:block; float:left; }
#memberFilesDiv th, #memberFilesDiv td{
    padding:10px;
}

#memberFilesDiv tr:nth-child(odd){
    background-color:#F2F2F2;
}
#memberFilesDiv tr:hover{
    background-color:#E2F2E2;
}

@media screen and (max-width: 1362px) { 
}

@media screen and (max-width: 992px) {

    .memberFilesLeftSidebar{ width:100%;}
    .memberFilesContent{ width:100%;}
    .memberFilesRighttSidebar{ width:100%;}
}