@import url('https://fonts.googleapis.com/css?family=Roboto');

body,h1,h2,h3,h4,h5,p{
	font-family: 'Roboto', sans-serif;
}
img.logo{
	max-width: 230px;
}
section{
	padding: 15px;
	margin-bottom: 10px;
	min-height: 270px;
	background-color: #f9f9f9;
}
.section-title{
	margin-bottom: 0 !important;
}
.card-box{
}
.content{
	padding-top: 10px;
	padding-bottom: 10px; 
}
.submit-btn{
	float: right;
}
#statusMessage{
	display: inline-block;
}
.disabled-overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	cursor: not-allowed;
	z-index: 999;
	background-color: #ccc;
	opacity: 0.3;
}