body {
 background-color: #c5ccd4;
 font-family: sans-serif, "Arial";
 font-size: 16px;
 color: #E0E0E0;
 -webkit-text-size-adjust:none;
 width: auto;
}

h1 {
 color: #4c566c;
 font-size: 16px;
 margin-left: 12px;
 text-shadow: 0px 1px 1px #ffffff;
 margin-top: 20px;
}

body > .toolbar {
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 -moz-box-sizing: border-box;
 border-bottom: 1px solid #2d3642;
 height: 70px;
 width: auto;
 margin: -8px -8px 2px -8px;
}

.toolbar > h1 {
 position: absolute;
 background: url(logo.png);

 margin: 1px 0 0 0px;
 height: 70px;
 font-size: 0px;
 width: 320px;
 font-weight: bold;
 text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
 text-align: center;
 text-overflow: ellipsis;
 white-space: nowrap;
 color: #FFFFFF;
}

.center {
 -webkit-border-radius: 8px;
 border-width: 0px;
 border-style: solid ;
 border-color: #acaeb0;
 background-color: #000000;
 width: 320px;
 margin-top:0;
 margin-right:1px;
 margin-left:-8px;
 margin-bottom:17px;
 padding: 0px;
 list-style:none;
}

.item {
 border-bottom: 1px solid #E0E0E0;
 padding: 5px 5px 5px 5px;
 color: #E0E0E0;
}

.highlight {
 border-bottom: 1px solid #E0E0E0;
 padding: 5px 5px 5px 5px;
 color: #3040FF;
}

.pic {
 border-bottom: 5px solid #000000;
 padding: 0px 0px 0px 0px;
}

.avTitle {font-weight: bold; text-decoration: underline;}
.avBody {font-weight: normal; text-decoration: none;}
.avAdHere {font-weight: bold; text-decoration: underline;}


