html, body {
  height: 100%;
  width: 100%;
  background-color: #111524;
  color: #e6e6e6;
}

* {
  margin: 0;
  padding: 0;
  font-weight: 100 !important;
}

td {
  vertical-align: top
}

table{
  margin-left: 15px;
  width: 95%;
  text-align: left !important;
  margin-bottom: 5px;
  background-color: #0d1121;
  font-size: 18px !important;
}

.menu_header{
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #1f1f1f;
  text-align: center;
  height: 60px;
  font-size: 13px;
  color: #d6d6d6;
}

.footer{
  font-size: 13px !important;
  margin: auto;
  text-align: center;
  float: none;
  width: 100%;
  height: 2%;
  position: fixed; 
  bottom:0%;
  color: white;
  background-color: #080808;
}

.appRows{
  cursor: pointer; 
  border-bottom: 1px solid white;
  font-family: calibri;  
}

.appRows:hover{
  background-color: #212b54;
}

.appTitle{
  text-align: center; 
  color: yellow; 
  font-size: 20px; 
  padding-top: 10px;
}

.videoStyling{
  padding-left: 7px; 
  padding-right: 7px; 
  width: 180px; 
  vertical-align: middle;
}

.bookLink, .booklink:visited{
  color: white;
  text-decoration: none;
}
