img.card-img-top {
    border-radius: 16px !important;
    border: 6px solid #5E9CDC !important;
}

.text-uppercase {
	text-transform: none !important;
}


table.table_data tr:hover {
  box-shadow: 0 0 5px 1px rgba(0, 140, 186, 0.5);
  background-color: #eeeeee;
}

div.video_holder {
  box-shadow: 0 0 5px 1px rgba(140, 140, 140, 0.5);
}








table.news {
	border: 0px solid white;
	border-collapse: collapse; 
}

table.news td {
	margin: 0;
	padding: 0;
}

table.news h4 {
	font-size: 20px;
	color: #236fa1;
}

table.news p {
	font-size: 15px;
	margin: 0;
	padding: 0 0 5px 0;
}

