/* CUSTOM CUMULUS STYLES
-------------------------------------------------- */
body {
	background-color:#E7E7EF;
}
.divider-vertical {
	height: 50px;
	margin: 0 9px;
	border-left: 1px solid #F2F2F2;
	border-right: 1px solid #FFF;
}
.divider-horizontal {
	height: 1px;
	width: 50px;
	margin: 0 9px;
	border-left: 1px solid #F2F2F2;
	border-right: 1px solid #FFF;
}
.cumulus-list {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	list-style-type: none;
	padding-bottom: 8px	!important;
	padding-top: 0px	!important;
}
.table th, .table td { 
     border-top: none !important; 
 }
