html {
    height:98%;
    width:100%;
}
body {
    height:100%;
    width:100%;
    margin:0px;
    background-color:#E0E6F8;
    overflow-x:hidden;
}
p {
   font-size: 13px;
   font-family: Arial,sans-serif;
   font-weight: normal;
}
h2 {
   font-size: 16px;
   font-family: Arial,sans-serif;
   font-weight: bold;
}
#main {
    background-color:#FFFFFF;
}   
#list, .infoBox {
   font-size: 17px;
   font-family: Arial,sans-serif;
   font-weight: bold;
   top: -300px;
}
#coverimg {
   float: right;
   width: 60%;
   margin-left:10px;
} 
#mapbutton1, #sumbutton {
   display: none;
}
#mapbutton2 {
   display: block;
   background-color: #87cefa;
   border: 1px solid #00F;
   color: #00f;
   text-align: center;
   -webkit-border-radius: 4px; -moz-border-radius: 1px; border-radius: 4px;
   padding: 10px;
}
.pict {
    width: 100%;
    margin-top: 10px;
}
.pictext {
    font-family: arial, helvetica, sans-serif;
    font-size: 11.5px;
    line-height: 1.25;
    margin-top: 3px;
}
