body{
  background-color: black;
  color: white;
}

.container a .row:hover{
  background-color: #222;
}
.container a{
  text-decoration: none;
}

.voffset30 { margin-top: 30px; }

.text20 {font-size: 20px; margin-top: 8px;}

.text30 {font-size: 30px;}

.text40 {
  font-size: 40px;
  padding-top: 0px;
}

.form-group{
  margin-bottom: 0;
  padding-bottom: 0;
}
.form-group label{
  margin-bottom: 0px;
}
.form-group p{
  padding-top: 0px;
}

.supsub {position: absolute}
.subscript {color: green; display:block; position:relative; left:0em; top: 1.5em}
.superscript {color: red; display:block; position:relative; left:0em; top: .5em}

#chartdiv2 {
  background: #282828;
  color:#ffffff;	
	width	: 100%;
	height	: 320px;
}
#chartdiv2 a{
    font-size: 0!important;
}





/* Side notes for calling out things
-------------------------------------------------- */
 
/* Base styles (regardless of theme) */
.bs-callout {
  margin: 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}
.bs-callout h4 {
  margin-top: 0;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code,
.bs-callout .highlight {
  background-color: #fff;
}
 
/* Themes for different contexts */
.bs-callout-danger {
  background-color: #fcf2f2;
  border-color: #dFb5b4;
}
.bs-callout-warning {
  background-color: #fefbed;
  border-color: #f1e7bc;
}
.bs-callout-info {
  background-color: #f0f7fd;
  border-color: #d0e3f0;
}
.bs-callout-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.bs-callout-danger h4 {
color: #B94A48;
}
.bs-callout-warning h4 {
color: #C09853;
}
.bs-callout-info h4 {
color: #3A87AD;
}
.bs-callout-success h4 {
color: #3C763D;
}