.share {
	
}
	.share a {
		display: inline-block;
		font-size: 20px;
		margin-right: 15px;
		margin-bottom: 10px;
	}

.dashboard_elem a {
	border-radius: 5px;
	overflow: hidden;
	margin: 0 15px 32px 15px;
	text-decoration: none;
	display: block; 
}
.dashboard_elem_parent a {
	box-shadow: 0 0 0 rgba(0,0,0,0); 
}


.dashboard_elem .cover {
	border-radius: 5px;
	margin-bottom: 15px;
	overflow: hidden;
	height: 200px;
}
.dashboard_elem_parent .cover {
	border-radius: 5px;
	overflow: hidden;
	height: auto;
}
.dashboard_elem .date {
	display: block;
}
.dashboard_elem h5 {
	margin: 0;
}
.dashboard_elem .margin {
	margin: 0;
	padding: 0 15px;
}
.dashboard_related_contents:after {
	content: '';
	clear: both;
	display: block
}

.dashboard_elem_0 {
		width: 100%;
		float: none;
		clear: both;
		display: block;
	}
		.dashboard_elem_0:after {
			content: '';
			width: 100%;
			float: none;
			clear: both;
			display: block;
		}


@media(min-width: 768px){
	
	.dashboard_elem_0 {
		width: 100%;
		float: none;
		clear: both;
		display: block;
	}
		.dashboard_elem_0:after {
			content: '';
			width: 100%;
			float: none;
			clear: both;
			display: block;
		}
	
	.dashboard_related_contents {
		margin: 0 -15px;
	}
	.dashboard_elem {
		float: left;
		width: 50%;
	}
	.dashboard_elem_parent {
		width: 50%;
	}
	.dashboard_elem_0 .cover, .dashboard_elem_0 .margin {
		height: auto;
		width: 50%;
		float: left;
	}
}




@media(min-width: 1200px){
	
	.dashboard_elem {
		float: left;
		width: 50%;
	}
	.dashboard_elem_parent {
		width: 50%;
	}
	.dashboard_elem_0 {
		width: 100%;
		float: none;
		clear: both;
		display: block;
	}
		.dashboard_elem_0:after {
			content: '';
			width: 100%;
			float: none;
			clear: both;
			display: block;
		}

}