div.content_front { margin-top: 0px; }
.content_front h2 { height: 0px; }
#newscontainer {
 width: 633px;
 margin-left: 10px;
 margin-top: -30px;
 float: left;
}
div.newstitle {
 padding: 3px;
 font-size: 12px;
 text-indent: 5px;
 background: url(/assets/gradients/whitegrey.png) repeat-x;
 color: #000;
 height: 15px;
 border-left: 1px solid #839aa3;
 border-right: 1px solid #839aa3;
 border-top: 1px solid #839aa3;
}
div.background {
 cursor: pointer;
}
div.newstitle div.author, div.newstitle div.tip {
 display: none;
 float: right;
 color: #666;
 font-size: 10px;
}

div.background div.tip {
 display: block;
}
div.active div.author {
 display: block;
}
div.newstitle div.title {
 float: left;
 font-size: 12px;
 font-weight: bold;
}
div.news {
 border-left: 1px solid #839aa3;
 border-right: 1px solid #839aa3;
 border-bottom: 1px solid #839aa3 !important;
 padding: 10px;
 margin-top: -1px;
 margin-bottom: 5px;
 overflow: hidden;
}
#toggler {
 font-weight: bold;
 font-size: 14px;
 padding: 3px;
 text-align: center;
 cursor: pointer;
}
#toggler.active {
}

.topratedcontainer {
 width: 100%;
 top-margin: 10px;
 }
#tweetcontainer {
 float: left;
 width: 250px;
 margin-top: -30px;
 margin-left: 15px;
 margin-bottom: 10px;
}
#tweetcontainer h3 {
 text-align: left;
}
div.twtr-tweets {
 height: 325px;
 min-height: 325px;
 max-height: 325px;
}
div.twtr-tweet-text p {
 line-height: 1.17em !important;
}
div.edit {
 float: right;
}
