.competition-template-default.single-competition .MBM_Form_Wrapper{
	background: #f5f5f5;
    padding: 20px;
}
.post-type-archive-competition .row-m{
	margin-bottom: 35px;
}
.post-type-archive-competition .row-m .five-m{
	width: 300px;
    margin-right: 20px;
    float: left;
}
.post-type-archive-competition .row-m .seven-m .entry-title{
	margin-top: 0px;
	margin-bottom: 5px;
}
.post-type-archive-competition .row-m .seven-m .entry-title a{
	vertical-align: top;
}
.post-type-archive-competition .row-m .seven-m p{
	margin-bottom: 8px;
}
.post-type-archive-competition .row-m .seven-m p.clossing_date{
	font-weight: bold;
	text-align: left;
}
.post-type-archive-competition .row-m .seven-m a.enter_button{
    border-radius: 2px;
    padding: 4px 16px;
}
p.clossing_date{
	text-align: right;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
	.post-type-archive-competition .row-m .five-m{
		width: 100%;
        margin-right: 0px;
	}
}