body {
    margin: 0 0 0 0px;
    padding: 0px 0px 0px 20px;  /* top right bottom left */

    font-size: 100%;
    font-family: sans-serif;
}

.sites-header-nav li{
    display:inline-block;
    list-style-type:none;
    list-style-image:none
}

.sites-header-nav-container-tabs li.current{font-weight:bold}

.sites-header-nav-container-boxes li{
padding:2px 7px;
margin:5px 3px;
border-radius:2px;
box-shadow:0 0 1px #555
}


.click {
    color: red;
}

div.a:before{
     font-weight: bold;
}

img {
    border: 0;
}

div.a {
     padding-bottom: 1em;
}

div.q {
     font-weight: bold;
}

.small {
    font-size: 80%;
}


@media (min-width : 1024px) {

.column {
    width: 650px;
}

.ads {
 position: absolute;
  top: 10%;
  right: 0%;
}

.adsense1, .adsense2, .adsense3{
    display: block;
}

}

@media (max-width : 1023px) and (min-width : 650px) {


.adsense1, .adsense2 {
    display: inline;
}

.adsense3 {
    display: none;
}

}

@media (max-width : 649px) {

.adsense1 {
    display: block;
}

.adsense2 {
    display: none;
}

.adsense3 {
    display: none;
}


}
