/*
 Theme Name:   Colleges
 Description:  Theme
 Author:       Petro Khomyn
 Author URI:   http://k14.com.ua
 Template:     university-hub
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  colleges
*/
.fdt {
	border-radius:8px;
	/* background-color:#C95300; */
	background-color:#007AD1;
	color:#eeeeee;
	font-size:14px;
	font-weight:900;
	width:27%;
	float:left;
	height: 42px;
	padding-left:3px;
	display:flex;
        align-items:center;
	line-height: 14px;
        margin-bottom:2px;
}
.odf a {
	width:70%;
	padding-left:3px;
	font-size:13px;
	float:right;
	text-align:left;
	min-height:42px;
	display:flex;
        align-items:center;
	line-height: 14px;
	color:#007AD1;
        margin-bottom:2px;
}