body {
  color: #DDD;
  background-color: #820000;
  /* max-width: 900px; */
}

.masthead {
    padding-top: 10px;
    background-color: rgb(0,0,0);   /* IE Companility */
    background-color: rgba(0,0,0,0.3);
    color: white;
    text-align: center;
}

.container {
    max-width: 900px;
}

.jumbotron {
	margin-top: 20px;
    /* border-top: 20px solid #820000;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px; */
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    /* -webkit-border-radius: 5px; */
    /* Firefox 1-3.6 */
   /* -moz-border-radius: 5px; */
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
   /*  border-radius: 5px !IMPORTANT; */
    background-color: rgb(0,0,0);   /* IE Companility */
    background-color: rgba(0,0,0,0.3);
    color: white ;
}

.btn-success {
	background-color: gray;
	border: none;
}
 
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open, .dropdown-toggle.btn-success {
	background-color: #A00;
	border: none;
}

  .dl-horizontal dt {
    float: left;
    /* width: 80px; */
    /* overflow: hidden; */
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 100px;
 }