@charset "UTF-8";
/* CSS Document */

body {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #2F2F2F;
}

.title {
	font-size: 1.1em;
	font-weight: bold;
	color: #900000;
	text-align: center;
	display: block;
	text-transform: uppercase;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 350px;
    overflow: hidden;
    clear: left;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .dl-horizontal dd {
    margin-left: 370px;
  }
}


.dl-horizontal dd:before,
.dl-horizontal dd:after {
  display: table;
  content: " ";
}
