@media screen, projection and (min-width:42em) {
body {
}

.leftcol {
position:relative;
margin:1px 1% 0px 1%;
top:1em; 
width:44%;
padding:2px 2px 2px 6px;
border:0px;
float:left;
}
.rightcol {
position:relative;
margin:1px 1% 0px 1%;
top:1em; 
width:44%;
padding:2px 2px 2px 6px;
border:0px;
float:right;
}

@media screen and (max-width: 46em) {
img {
max-width: 100%;
height: auto;
}}

