@charset "utf-8";

#fade {
	display: none;
	background: #3f3f3f;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9900;
}	



.articles_area2{
	overflow-x: hidden;
    overflow-y: scroll;
    height: 210px;
    margin-top: 10px;
    padding: 20px 25px;
    border: 1px solid #e5e5e5;
    border-width: 1px 0 1px 1px;
}

.mt10 {
    margin-top: 10px !important;
}

.ml7 {
    margin-left: 7px !important;
}
.align_r {
    text-align: right !important;
}




