@charset "utf-8";
/* CSS Document */

h1{
	background: #2e52bd;
	color: #fff;
	font-size: 20px;
	padding: 5px;
	margin-top: 10px;
}

.col-sm-3 {
background: #2e52bd;
	color: #fff;
	margin-bottom: 10px;
	text-align: center;
	
}

.btn{
	width: 100%;
	margin-bottom: 10px;
}

