/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
 



.contact-box.center-version {
	border: 1px solid #e7eaec;
	padding: 0;
}

.contact-box {
	background-color: #ffffff;
	border: 1px solid #e7eaec;
	padding: 20px;
	margin-bottom: 20px;
}

.contact-box.center-version > a {
	display: block;
	background-color: #ffffff;
	padding: 20px;
	text-align: center;
}

.contact-box > a {
	color: inherit;
}

.contact-box.center-version > a img {
	width: 80px;
	height: 80px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.img-circle {
	border-radius: 50%;
}

.img-circle {
	border-radius: 50%;
}

.contact-box.center-version address {
	margin-bottom: 0;
}

.m-t-md {
	margin-top: 20px;
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143;
}

.contact-box .contact-box-footer {
	text-align: center;
	background-color: #ffffff;
	border-top: 1px solid #e7eaec;
	padding: 15px 20px;
}

