@import url("fontawesome-4.4.0.min.css");
@import url("framework.css");
.ac-container{
	width: 300px;
	margin: 0 auto 10px auto;
	text-align: left;color: #F7F7F7;
}
.ac-container label{
	padding: 5px 8px;
	position: relative;
	z-index: 0;
	display: block;
	height: 35px;
	cursor: pointer;
	line-height: 23px;
	font-size: 14px;
	background:rgba(176,158,158,.9); color: #F7F7F7;
}
.ac-container label:hover{
	background:rgba(176,158,158,.9);
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: #E62A22;
	color: #F7F7F7;
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
}
.ac-container input:checked + label:hover:after{
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(176,158,158,.9);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 0;
}
.ac-container article p{
	font-style: italic;
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
}
.ac-container input:checked ~ article{
}
.ac-container input:checked ~ article.ac-small{
	height: 207px; background: #FBFBFB;
}
.ac-container input:checked ~ article.ac-medium{
	height: 207px; background: #FBFBFB;
}
.ac-container input:checked ~ article.ac-large{
	height: 230px;
}

.dsenewsmrq{
    -webkit-font-smoothing: antialiased;
    text-shadow: 0px 0px 0px rgba(0,0,0,0);
    text-align:justify; 
    padding:0 15px; 
    color:#5A5A5A; 
    font-smooth: auto;
    font-weight: normal;
    font-size:13px;
}