.mw5-notice-5-18 {
    border:0;
    text-align:left;
}

.mw5-notice-5-18 h2 {
    font-size:18px;
    line-height:30px;
    height:30px;
    margin:0;
    padding:0;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */

}

.mw5-notice-5-18 h2 a {
    position:absolute;
    font-size:18px;
    line-height:30px;
    height:30px;
    min-width:120px;
    text-decoration:none;

    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.mw5-notice-5-18 ul {
    margin:0;
    padding:0;
    list-style:none;
}

.mw5-notice-5-18 ul li {
    font-size:13px;
    line-height:25px;
    position:relative;
    white-space:nowrap;
    overflow:hidden;
}


.mw5-notice-5-18 ul li.new:before {
    color:#e74c3c;
}

.mw5-notice-5-18 ul li.secret:before {
    content:"\f023";
}


.mw5-notice-5-18 ul li a:hover {
    color:#e74c3c;
}

.mw5-notice-5-18 .comment {
    position:absolute;
    right:0;
    font-size:.8em;
    color:#FF6600;
    background-color:#fff;
    padding:0 5px 0 5px;
} 

