@charset "utf-8";
/* CSS Document */

h1 {
	color: #000000;
	font-size: 34px;
	font-weight: bold;
	line-height: 1.4;
	text-shadow: 1px 1px 2px #999;
}
.errors {
	color: #ff0000;
	font-weight: bold;
}
h3 {
	font-weight: bold;
}
.container {
	max-width: 810px;
}
.header {
	background: #1b8ee4 none repeat scroll 0 0;
	box-shadow: 0 3px 5px #ccc;
	padding: 20px 0;
	text-align: center;
}
.img-responsive {
	display: inline;
}
.btn-primary {
	background-image: linear-gradient(to bottom, #1b8ee4 0px, #265a88 100%);
	background-repeat: repeat-x;
	border-color: #245580;
}
.steps {
	color: #555;
	font-weight: bold;
}
.steps > li {
	padding: 5px 0;
}
.expl {
  	padding: 10px 0;
}
.col-sm-12 > h4 {
	border: 1px solid #e5e5e5;
	color: #1b8ee4;
	line-height: 25px;
	padding: 20px;
	text-align: center;
}
