.form-group.required .control-label:after {
	font-family: 'FontAwesome';
	font-weight: normal;
	font-size: 10px;
	content: "\f069";
	color:red;
}

th:first-letter {
    text-transform:uppercase;
}

.table-container th.asc:after {
  content: '\0000a0\0025b2';
}
.table-container th.desc:after {
  content: '\0000a0\0025bc';
}

.well {
    background: #fff;
}

.alert {
	text-align:center;
}

img.captcha {
	display: block;
	margin-bottom: 1em;
}

.mt-20 {
	margin-top: 20px;
}
