.StudyAnonsCarusel {
	width: 100%;
	display: inline-block;
	height: 120px;
	border:  1px solid #e6e9ed;
	border-radius: 8px;
background-color: #fcfdf3;
	float: left;
	color: #3d3f43;
	font-size: 13px;
}


.StudyAnons {
	width: 49%;
	display: inline-block;
	height: 120px;
	border:  1px solid #e6e9ed;
	border-radius: 8px;
background-color: #fcfdf3;
	float: left;
	color: #3d3f43;
	font-size: 13px;
}
.StudyAnons:last-child{
	margin-left: 10px;
}

.StudyImg {
	float:  right;
	width: 160px;
}

.StudyImg img {
	height: 100%;
	border-radius: 8px;
}

.StudyText  {

	float: left;
	padding: 8px;
	height: 100%;
	text-align: left;
	width: calc(100% - 180px);
}
.StudyText a, .StudyText a:visited {

	text-decoration: none;
	color: #3d3f43;
}
.StudyText>p.h1 {

	margin: 0px;
	padding: 0px;

	margin-top: 0px;
	font-size: 14px;
	color:  rgb(61, 63, 67);
	font-weight: bold;

}



.StudyText>p {

	margin: 0px;
	margin-top: 5px;
	font-size: 12px;
	
}
.StudyText>p.dates {

	color: #5E5E5EFF;
}

.StudyText>p.verysmall {

	margin: 0px;
	font-size: 9px;
	margin-bottom: 8px;

	}