.mw5-50-1-20 {
    border:0;
    margin-top:10px;
    text-align:left;
}

.mw5-50-1-20 h2 {
    height:32px;
    line-height:32px;
    background:#336bc0;
    margin:10px 0 0px 0;
    padding:0;
}

.mw5-50-1-20 h2 .subject a {
    position:absolute;
    font-size:13px;
    color:#fff;
    min-width:120px;
    padding-left:11px;
    text-decoration:none;
}

.mw5-50-1-20 h2 .more a {
    float:right;
	padding-right:7px;
    font-size:11px;
    color:#fff;
    text-decoration:none;
	font-weight:normal;
}

.mw5-50-1-20 ul {
    margin:0;
    padding:0;
    list-style:none;
}

.mw5-50-1-20 ul li {
    font-size:1em;
    line-height:25px;
    border-bottom:1px solid #efefef;
    position:relative;
    white-space:nowrap;
    overflow:hidden;
}

.mw5-50-1-20 ul li:before {
    font-family:FontAwesome;
    font-weight:normal;
    font-style:normal;
    display:inline-block;
    text-decoration:inherit;
    content:"\f0da";
    width:10px;
    text-align:center;
    margin-right:5px;
    color:#888;
    color:#e67e22;
    color:#bdc3c7;
}

.mw5-50-1-20 ul li.new:before {
    color:#2162AF;
}

.mw5-50-1-20 ul li.secret:before {
    content:"\f023";
}


.mw5-50-1-20 ul li a:hover {
    text-decoration:none;
}

.mw5-50-1-20 .comment {
    position:absolute;
    right:0;
    font-size:.8em;
    color:#FF6600;
    background-color:#fff;
    padding:0 5px 0 5px;
} 

