body{
  margin:0px;
  padding:0px;
  color:black !important;
  height:100% !important;
  background-color:lightgray;
}
h2{
  padding:0px !important;
  margin:0px !important;
}
h3{
  padding:0px !important;
  margin:0px !important;
}
h4{
  padding:0px !important;
  margin:0px !important;
}
.container{
  width:100% !important;
  margin:0px !important;
  padding:0px !important;
  float:left;
}
.row{
  width:100% !important;
  margin: 0px !important;
  padding:0px !important;
  height: 100% !important;
}
#header{
  background-color:lightgray;
  margin:0px;
  padding:0px;
  width:100%;
  height:60px;
}
.navbar-nav{
  width:100%;
}
.navbar-form.navbar-right{
  float:right;
  height:100%;
  width:100%;
  margin:5px;
  padding:0px;
}
.navbar-nav li:hover{
  background-color:darkgray;
}
button{
  float:right;
  width:100%;
  height:60px;
  border-radius:0px;
  background-color:#1F497D;
  color:white !important;
  font-size:35px !important;
}
#helpText{
  font-size:25px;
  color:gray;
  font-weight:bold;
  padding-left:60px;
  float:right;
}
/* ^^^^ BASICS NEEDED TO GET DIVS TO STRETCH TO WHOLE PAGE, STACK UP EVENLY, NAVBAR, MISC...*/

.headers{
  border-left: 1px solid #1F497D;
  border-right: 1px solid #1F497D;
  border-bottom: 1px solid #1F497D;
  box-shadow: 0px 0px 2px;
}
.headerText{
  color:gray;
  padding-top:10px !important;
  margin-left:20px !important;
  margin-right:20px !important;
  margin-bottom:10px !important;
}
#headersActive{
  border-left: 1px solid #1F497D;
  border-right: 1px solid #1F497D;
  border-bottom: 1px solid #1F497D;
  box-shadow: 0px 0px 6px;
  background-color: #1F497D;
}
#headerTextActive{
  color:white;
  padding-top:10px !important;
  margin-left:20px !important;
  margin-right:20px !important;
  margin-bottom:10px !important;
}
#studentLoan{
  border:solid yellow 3px;  
}
#history{
  border-right:solid yellow 3px;
  border-left:solid yellow 3px;
  border-top:solid yellow 3px;
  border-bottom:solid white 3px;
}
#inner_left{
  background-color:white;
  padding:7px;
  display:inline-block;
  border-right:solid SteelBlue 4px;
  width:50%;
  text-align:center;
}
#inner_right{
  background-color:white;
  padding:7px;
  display:inline-block;
  width:50%;
  text-align:center;
}
#label_top{
  background-color:white;
  color: #1F497D;
  height:60px;
  font-size:20px;
  padding:15px;
}
#label_bottom{
  background-color:#1F497D;
  color:white;
  height:60px;
  font-size:19px;
  padding:10px;
}
#payment_options{
  border:solid yellow 2px;
  font-size:20px;
  background-color:white;
  color:#1F497D;
}
#options_header{
  padding:10px; 
  padding-bottom:20px;
  padding-top:20px;
  border-bottom:solid yellow 2px;
}
.options{
  font-size:19px;
  padding:5px;
  padding-top:15px;
  padding-bottom:15px;
}
