.abbs-module-box{
	width: 100%;
	overflow: hidden;
	border-style:solid;
	border-width: 1px;
}
.abbs-module-box .abbs-list-article{
	    padding: 15px 0;
	width: 100%;
	float:left;  
	display:inline-block;
	overflow:hidden;
	list-style-type: none;
}

.abbs-module-box .abbs-article-element{
	padding:0 10px 0 10px;
	float: left;
}

.abbs-module-box .abbs-image{
	text-align:center;
	float:left;
}
.abbs-module-box .abbs-image img{
	width: 90%;
}
.abbs-article-element-multi-row {
	width: 33%;
}
.abbs-article-element-single-row {
	width: 25%;
}
.abbs-article-element-single-row .abbs-image img {
	width: 80%;
}
.abbs-article-element-multi-row .abbs-article-content{
	width: 70%;
}
.abbs-article-element-multi-row .abbs-image {
	width: 30%;
}
.abbs-article-element-single-row .abbs-article-content,.abbs-article-element-single-row .abbs-image{
	width: 100%;
}

.abbs-article-content {
	float:left;  
}
.abbs-module-box .abbs-title{
	width: 100%;    
	text-align: left;
	font-weight: bold;
	overflow: hidden;
	float: left;
	padding: 0 0 0 10px;
	padding-left: calc(5%);
	padding-right: calc(5%);
	text-overflow: clip;
	-ms-text-overflow: clip;
	display: block;
	display: -webkit-box;
	line-height: 1.5em;
	max-height: 4.5em; 
	-webkit-box-orient: vertical;
}

.abbs-module-box .abbs-date{
	width: 100%;
	text-align: left;
	float: left;
	padding-left: calc(5%);
	clear: both;
	overflow: hidden;
	min-height: 30px;
	line-height: 2;
	padding-right: 5px;
}


.abbs-module-box .abbs-module-title{
	background: #0063a8;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 25px 0;
    font-weight: 600;
}
.abbs-module-box  .abbs-row {
	width: 100%;
	float: left;
}


.abbs-module-box  .abbs-row + .abbs-row{
	padding-top: 10px;
}

hr.abbs-device{
	width: 100%;
	height: 0px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border: none;
}

.abbs-article-element + hr.abbs-device{   
	padding: 20px 0 0 0;    
}

@media screen and (max-width: 600px) {
	.abbs-article-element {
		width: 100% !important;
	}
}
@media screen and (min-width: 601px) and (max-width: 800px) {
	.abbs-article-element {
		width: 50% !important;
	}
}