/* Custom CSS */

.title {
	color: #008798;
	font-size: 24px;
}

/* Utilities */
.float-left {
  float: left; }
.float-right {
  float: right; }
.align-left {
  text-align: left; }
.align-right {
  text-align: right; }
.align-center {
  text-align: center; }
.align-justify {
  text-align: justify; }
.align-image-center {
	margin: 0 auto;
	display: block;
}

.margin-bottom-none {
	margin-bottom: 0 !important;
}

/* Colors */

.color-primary {
	color: #03808d !important;
}


.button.alert {
	background-color: #D00000;
}

.button.alert:hover {
	background-color: #a70003;
}

.panel.alert {
	background-color: #ffecef;
	border: 1px solid #d5a1aa;
}