.content-wrap {
    text-align: left;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
    text-align: justify;
    color: black;
    width: 100%;
}
.content-container {
	margin: 15px;
	padding: 5px;
	line-height: 19pt;
	font-size: 12px;
	font-family:Arial;
}
.red
{
	border-color:red;
}
.content-title{
	font-size: 23pt;
	padding: 5px;
}
.article-title{
	font-size: 15px;
	font-weight: bold;
	margin: 0;
}
.content-img{
	float: left;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	box-shadow: 1px 1px 5px 0px #333;
	margin: 0 15px 15px 0;
    margin-right: 15px;
    
}
.date{
	padding-bottom: 5px;
}
.lead-container{
	display:inline-block;
	width:100%;
}
.lead{
	font-size: 20px;
	font-weight: normal;
}
.back{
	text-align:right;
	padding-top:10px;
}
.sidemenu-container a {
    text-align: left;
    width: 155px !important;
    display: block;
    padding: 5px 15px 5px 5px !important;
    margin-right: 10px;
    margin-bottom: 5px;
    background: #e2e2e2;
    background: #e2e2e2;
    background: -moz-linear-gradient(-45deg, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
    background: -webkit-linear-gradient(-45deg, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
    background: linear-gradient(135deg, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=1 );
    box-shadow: 1px 1px 3px 0px #777;
    color: #212121;
    text-decoration: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.sidemenu-container a:hover {
    background: #45484d;
    background: -moz-linear-gradient(-45deg, #45484d 0%, #000000 100%);
    background: -webkit-linear-gradient(-45deg, #45484d 0%,#000000 100%);
    background: linear-gradient(135deg, #45484d 0%,#000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=1 );
    color: #fff;
}
.wrap {
	display:flex;
}
