/*
  Styling for Class Websites
*/
body {
  font-family: Raleway,Helvetica,Ariel,sans-serif;
  color:#000000;
  background-color: #ffffff;
}
a:link {color: #0000ee;}
a:visited {color: #551a8b;}
a:active {color: #551a8b;}

h1,h2,h3,h4 {font-weight: bold;}

td {vertical-align:top; text-align:left;}
li {padding-bottom:0.25em;}

/* Add a black background color to the top navigation */
.topnav {
  background-color: #bbbbbb;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #ffffff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #dddddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #77bb77;
  color: white;
}

.vertscroll {
  max-height: 90vh;
  overflow-y: scroll;
}

tr.zebra:nth-child(odd){background-color:#f2f2f2;}
