body {
	background-color: #fff;
	color: #333;
}
.cr-header {
	height: 55px;
	top: 0;
	right: 0;
	left: 0;
	background-color: #fff;
	position: fixed;
	-webkit-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.75);
	z-index: 1000
}
	.cr-header img {
		margin-top: 9px;
		margin-left: 15px;
	}

.request-loan-btn{
	font-weight: bold;
	font-size: 26px;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* Terms & Conditions */
.tos-container {
	text-align: justify;
	/*margin-top: 80px;*/
}

.navbar-brand {
	float: none;
	height: auto;
}

/* Utility classes */
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.mts { margin-top: 5px; }
.mtm { margin-top: 10px; }
.mtl { margin-top: 15px; }
.mtxl { margin-top: 20px; }
.mbs { margin-bottom: 5px; }
.mbm { margin-bottom: 10px; }
.mbl { margin-bottom: 15px; }
.mbxl { margin-bottom: 20px; }
.mls { margin-left: 5px; }
.mlm { margin-left: 10px; }
.mll { margin-left: 15px; }
.mlxl { margin-left: 20px; }
.mrs { margin-right: 5px; }
.mrm { margin-right: 10px; }
.mrl { margin-right: 15px; }
.mrxl { margin-right: 20px; }
.none { display: none; }
.text-centered { text-align: center; color: #fff; }