
.row {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.logo {
	width: 200px;
}
.spacer100 {
	height: 100px;
}
.spacer200 {
	height: 200px;
}
.required {
	color: red;
}

.navbar {
	border: 0px !important;
	border-radius: 0px;
	-moz-border-radius: 0px;
}
.btn {
	border: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
}

.alert {
	width: 80%;
	margin: auto;
}

.progress {
	position: relative;
	border: 1px solid #ddd;
	border-radius: 3px;
}
.bar {
	background-color: #B4F5B4;
	width: 0%;
	height: 20px;
	border-radius: 3px;
}
