/* These must be after the bootstrap-responsive.css */
.control-group {
	margin-bottom: 2px;
}

.form-horizontal .control-group {
  	margin-bottom: 2px;
  	*zoom: 1;
}

.container {
	max-width: 880px; /* downsize our container to make the content feel a bit tighter and more cohesive. NOTE: this removes two full columns from the grid, meaning you only go to 14 columns and not 16. */
}

.alert-caution {
	color: #000000;
	background-color: #f2bc65;
	border-color: #f0ae43;
}
.alert-info {
	color: #000000;
	background-color: #a4bee3;
	border-color: #6799df;
}
.alert-light {
	color: #000000;
	background-color: #e8f0fb;
	border-color: #d4e6ff;
}
.alert-fee {
	color: #000000;
	background-color: #a4bee3;
	border-color: #6799df;
}
@media (min-width: 0px) and (max-width: 979px) {
	.page-header {
		margin-top: -40px;
	}
}

.well-trans {
  min-height: 20px;
  padding-left: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-right: 20px;
  margin-bottom: 20px;
  border: 1px solid #aaa;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}