
ul {
  list-style-type: none;
  padding: 50% 0px 0px 0px;
}



#body1{
  margin: 0 ;
  background-image: url('hexGrid3.png');
  background-repeat: no-repeat;
  background-color: #202020;
}



#interactDiv{
  
  padding: 0px 0px 0px 20px;
  margin: auto;
  /*width: 100%;*/
  /*display: flex;
  justify-content: center;*/
  display: block;
  overflow: auto;

  /*min-width: 1230px;*/
}

#menuDiv{
  width: 250px;
  height: 100%;
  display: inline-block;
  float: left;
/*display: flex;
  justify-content: right;*/
  
}

#viewDiv{
  width: 50%;
  display: inline-block;
/*display: flex;
justify-content: center;*/
  vertical-align: top;
  margin: auto;
  /*position: absolute;
  left: 375px;*/
 
}

#mainView{
  margin: auto;
  border: none;
  width: 100%;
  height: 80%;
  background-color: #202020;
}

#mainView2{
  
  margin: auto;
  border: none;
  width: 100%;
  height: 80%;
  background-color: #202020;
}

#cv{
  margin: auto;
  border: none;
  width:100%;
  height: 80vh;
  color: #999999;
  overflow-y:auto;
  

}

#contentView{
  margin: auto;
  border: none;
  width:100%;
  height: 73vh;
  color: #999999;
  overflow-y:auto;
  

}

#content{
  color: #999999;
}

menuBar {
  list-style-type: none;
  margin: auto;
  padding: 0;
  overflow: hidden;
}

menuBarButton a {
  text-decoration: none;
  background-color: #aaaaaa;
  color: #000000;
  padding: 10px;
  float: left;
  border-radius: 15px 15px 0px 0px;
  cursor: pointer;
}

menuButton a:hover, menuBarButton a:hover, personalButton a:hover {
 background-color: #720209 !important;
 color: #ffffff !important;
}

menuButton a {
  text-decoration: none;
  background-color: #aaaaaa;
  color: #000000;
  display: block;
  padding: 10px;
  width: 200px;
  text-align: center;
  cursor: pointer;
}

personalBar {
  list-style-type: none;
  margin: auto;
  padding: 00px;
  width: 200px;
  height: 50px;
  position: absolute;
  top: 0%;
  right: 0%;
  overflow: hidden;
}

personalButton a{
  text-decoration: none;
  background-color: #aaaaaa;
  color: #000000;
  padding: 10px;
  border-radius: 0px 0px 15px 15px; 
  float: left;
  cursor: pointer;
}

#subjects {
  border-collapse: collapse;
  width: 100%;
}

#subjects td, #subjects th {
  border: 1px solid #101010;
  padding: 2px;
}

#subjects tr:nth-child(even){background-color: #202020;}
#subjects tr:nth-child(odd){background-color: #191919;}

#subjects th {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
  background-color: #aaaaaa;
  color: #101010;
}

#members {
  border-collapse: collapse;
  width: 100%;
}
#members tr {
    text-align:center;
}
#members td {
  border: 0px solid #101010;
  padding: 2px;

}

#members tr:nth-child(even) td:nth-child(even),
#members tr:nth-child(odd) td:nth-child(odd){background-color: #191919;}

