#Tabs {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
}
#Tabs .tab {
  margin: 0;
  padding: 0;
  float: left;
  text-align: center;
  list-style-type: none;
  width: 50%;
  background-color: #ccc;
}
#Tabs .tab a {
  color: #fff;
  display: block;
  height: 100%;
  width: 100%;
}
#Tabs .tab:hover {
  background-color: #ededed;
}
#Tabs .tab:hover a {
  color: #4096ee;
}
#Tabs .tab.active {
  background-color: #4096ee;
  text-shadow: 1px 1px rgba(0,0,0,0.25);
}
#Tabs .tab.active a {
  color: #fff;
}
.top-bar-section ul li a:hover,
.top-bar-section ul li a:active {
  background-color: #fff;
  color: #4096ee;
}
.top-bar-section ul li.active {
  text-shadow: 1px 1px #000;
}
.top-bar-section ul li.active>a {
  background-color: #4096ee;
}
.top-bar-section ul li.active>a:hover,
.top-bar-section ul li.active>a:active {
  color: #fff;
  background-color: #4096ee;
}
table {
  width: 95%;
  margin: 2.5%;
}
table tbody tr:hover {
  background-color: #4096ee;
}
table tbody tr:hover a {
  color: #fff;
}
h3 a {
  text-shadow: 1px 1px rgba(0,0,0,0.25);
}
.plain {
  list-style: none;
}
.plain li {
  list-style-type: none;
}
.light {
  font-style: italic;
  color: #666;
}
