.smi .bottom_line .title {
    text-transform: uppercase;
    border-bottom: 2px solid #B9C3D3;
    position: relative;
    min-height: 32px;
}
.smi .bottom_line .title span {
    border-bottom: 6px solid #058BFD;
    min-width: 215px;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
}
.smi .smi-col-header .title {
	display: table;
	width: 100%;
}
.smi .smi-col-header .title >  * {
	display: table-cell;
	height: 65px;
	width: 100%;
	background-color: #3778e3;
	color: #FFF;
	text-align: center;
	font-family: pt_sans_caption;
	font-size: 13pt;
	vertical-align: middle;
	text-transform: uppercase;
}
.smi .smi-col-edition .title {
	display: table;
	width: 100%;
	margin-top: 3px;
}
.smi .smi-col-edition .title >  * {
	display: table-cell;
	height: 102px;
	width: 100%;
	background-color: #e8eef7;
	color: #337ab7;
	text-align: center;
	font-family: pt_sans_caption;
	font-size: 13pt;
	vertical-align: middle;
	text-transform: uppercase;
}
.smi .overflow {
	overflow: hidden;
}
.smi .smi-journal {
	height: 0;
}
.smi .content {
	padding-right: 0;
}
.smi .content-nav {
	padding-left: 0;
}
.smi .content-nav .journal_title {
	height: 62px;
	background-color: #E8EEF7;
	margin: 1px 1px 1px 6px;
	padding: 16px 5px 15px 5px;
	border: 1px solid;
    border-color: #becce3;
    text-align: center;
}
.smi .content-nav .active .journal_title {
	background-color: #337ab7;
	color: #E8EEF7;
}
.smi .smi-sites-list ul {
	list-style: none;
	min-height: 315px;
	background-color: #286ce7;
    padding-left: 2.5px;
    display: block;
    background: #286cdf;
    background: -moz-linear-gradient(45deg, #286cdf 0%, #7db9e8 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#286cdf), color-stop(100%,#7db9e8));
    background: -webkit-linear-gradient(45deg, #286cdf 0%,#7db9e8 100%);
    background: -o-linear-gradient(45deg, #286cdf 0%,#7db9e8 100%);
    background: -ms-linear-gradient(45deg, #286cdf 0%,#7db9e8 100%);
    background: linear-gradient(45deg, #286cdf 0%,#7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#286cdf', endColorstr='#7db9e8',GradientType=1 );
}
.smi .smi-sites-list ul li {
	padding: 10px;
	border-bottom: 1px solid #4885f2;
}
.smi .smi-sites-list ul li a {
	color: #fff;
	text-transform: uppercase;
	width: 100%;
	height: 100%;
	display: inline-block;
	text-align: center;
	text-decoration: none !important;
}
.smi .university-tv {
	padding-right: 2.5px;
}
.smi .university-journal {
	padding-left: 2.5px;
	padding-right: 2.5px;
}
.smi .university-sites {
	padding-left: 2.5px;
}
.smi .content .img-responsive {
	width: 100%;
	height: 315px;
}