﻿div.wrapmobile {
height: auto;
width:auto;
background-color: lightyellow;
border: solid 2px #144d75;
color: #144d75;

margin: 10px;
padding: 7px;
clear:both;
}
div.wrapmobile h2 {text-align:center; padding: 5px;}

div.topspace {
width: 0px;
height: 20px;
float:left;
}
div.wrap {display:none;}

@media only screen and (min-width: 800px) {
div.wrap {display:block;
height: auto;
width: 25%;
background-color: lightyellow;
border: solid 2px #144d75;
color: #144d75;
float:right;
margin-left: 10px;
padding: 7px;
clear:both;
}
div.wrap h2 {text-align:center; padding: 5px;}
div.wrapmobile {display:none;}
}