body {
  padding-top: 5rem;
  background-color: #0e0e0e !important; 
  background: #0e0e0e !important; 
  font-family: 'IM Fell DW Pica', serif;
  overflow: scroll; /* Show scrollbars */
}

.first-row {
  padding: 3rem 1.5rem;
  text-align: center;
}

.copy-foot {
 padding: 0rem 1.5rem;
}

.gen-output {
 height:270px;
 padding-top: 3px;
 outline: 1px solid white
}

.gen-output-nooutline {
 height:270px;
 padding-top: 3px;
}

.gen-output-small {
 height:130px;	
}

.dmt-output {
 height:270px;	
}

.dcc-output {
 height:390px;	
}

.bagoftricks-output {
 height:550px;	
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 3px solid rgba(255, 204, 000);
}

.hr-narrow {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px dashed #ffcc00;
}

.text-black {
  color: #6c757d !important;
}

a.text-black:hover, a.text-black:focus {
  color: #343a40 !important;
  text-decoration: none;
}

.text-yellow {
  color: #ffcc00 !important;
}

a.text-yellow:hover, a.text-black:focus {
  color: #ffcc00 !important;
  text-decoration: underline dotted  #ffffff;
}

.btn-yellow {
 margin-top:10px;
 margin-left:5px;
 margin-right:5px;
 background-color: #ffcc00;
 color: #0e0e0e;
 outline: none !important;
 box-shadow: none !important;
}

.btn-yellow:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
 background-color: #0e0e0e;
 color:#ffffff;
 border-color: #ffcc00;
 outline: none !important;
 box-shadow: none !important;
}