@charset "utf-8";
/* CSS Document */
.content{
    font-size: 15px;
    color: #525252;
}
.content img {
    max-width: 100%;
    height: auto !important;
}
.content:after{
    content: '';
    display: block;
    clear: both;
}
#leftside{
    float: none;
}
.contitle{
	color:#77A419;
	font-weight: bold;
	font-size: 15px;
}
