/*
OnBoard Software LLC
Safety and Reliability Software Expertise for High Confidence
Cyberphysical Systems
*/
/* 
    Created on : Dec 6, 2014, 4:25:03 PM
    Author     : Dr Bill Spees
*/

.panelwot{
    background-color:teal; /* 009999 */
    color:whitesmoke;
}

.tow {
    background-color:whitesmoke;
    color:#006868;
}
fright {
    float:right;
}
.nav-pillz > li {
  float: left;
}
.nav-pillz > li > a {
  border-radius: 4px;
}
.nav-pillz > li + li {
  margin-left: 2px;
}
.nav-pillz > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #009999;
}
