.new-gray
{
	margin:0px 0px 30px 0px;
}

#dnn_left
{
	clear:none;
	float:right;
	margin:30px 0px 0px 0px;
	width:220px;
}
#dnn_right {
	float: left;
	width: 100%;
	clear: both;
	margin: 30px 0 0 !important;
}

#rightDiv
{
	float:right;
	margin:0px 0px 0px 20px;
	width:680px;
}

#dnn_ctr757_Events_EventList_gvEvents tr td
{
	display:inline-block;
	width:100%;
}

.ThemeMinimalExtropy .ListDate {
    font-family: "Lato",helvetica,arial !important;
    font-size: 13px !important;
	margin:8px 0 0;
    width: 100% !important;
}
.ThemeMinimalExtropy .ListDataGrid {
	background:none !important;
    border: none !important;
}
.ListDataGrid td {
    border-style: none !important;
}
.ThemeMinimalExtropy .ListTitle {
    font-family: "Lato",verdana,helvetica,arial !important;
    font-size: 16px !important;
    font-weight: bold !important; 
	margin:-40px 0 0;
}
.ThemeMinimalExtropy .ListAlternate {
	background:none !important;
}
#dnn_ctr757_Events_EventList_gvEvents
{
	margin:15px 0 0;
}

@media only screen and (max-width: 1000px)
{
		
	#dnn_left{
		float:right;
		margin:30px 0px 0px 0px;
		width:22%;
	}
	
	#rightDiv
	{
		float:right;
		margin:0 0 0 2%;
		width:76%;
	}
}

@media only screen and (max-width: 700px)
{
	#dnn_left{
		clear:both;
		float:right;
		margin:30px 0px 0px 0px;
		width:100%;
	}
	
	#rightDiv
	{
		float:right;
		margin:0;
		width:100%;
	}
}
