﻿/********************************/
/*          Media Queries       */
/********************************/
/* Bootstrap v3.2.0 http://stackoverflow.com/questions/18424798/twitter-bootstrap-3-how-to-use-media-queries */

body {
    margin: 0 0 0 20px;
}

.bannerad {
font-family: 'Roboto',arial,sans-serif;
font-size: 12pt;
}

.bannerad > h3 {
margin: 0;
font-size: 16pt;
}

.bannerad > h3 > a {
margin: 0;
font-size: 16pt;
text-decoration: none;
cursor: pointer;
}

.bannerad > h3 > a:hover {
color: purple;
text-decoration: underline;
}

.bannerad > a {
color: #006621;
text-decoration: none;
cursor: pointer;
}

@media screen and (min-width: 980px) {
}

@media screen and (max-width: 640px) {
}

@media(max-width:767px) {
}

@media(min-width:768px) {
}

@media(min-width:992px) {
}

@media(min-width:1200px) {
}
