body {
    background: #02102C no-repeat;
    color: #829DB8;
    font-family: Verdana,sans-serif;
    font-size: 8pt;
}
p {
    margin: 0px;
}
img {
    padding: 0px;
    margin: 0px;
}
h3 {
    margin: 0px;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 9pt;
}
a:link {
    color: #98B0C7;
    font-weight: bold;
    text-decoration: none;
}
a:active {
    color: #98B0C7;
    font-weight: bold;
    text-decoration: none;
}
a:visited {
    color: #98B0C7;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    color: #bfddf9;
    text-decoration: none;    
}
#right-align {
    float:right;
}
.container {
    width: 800px;
    height: 100%;
    padding: 0px;
    margin: 0px auto;  
    border: 1px solid #32546F;
    background: #0b111c;
}
.out-container {
    width: 802px;
    margin: 0 auto;
    border: 1px solid #1C2D49;
    outline: 1px solid #32546F;
}
.banner {
    background: #fff;
    border-bottom: 1px solid #32546F;
    padding: 0px;
    margin: 0px;
    height: 100px;
    background: url("img/head.png") no-repeat;
}
.footer {
    margin: 0px;
    padding: 2px;
    font-size: 10pt;
    text-shadow: 1px 1px #000;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid #32546F;
    color: #829DB8;
    background: #1C2D49;  
}
.mainbox {
    display: flex;
}
.sidebar {
    padding: 3px 0px 3px 3px;
    width: 140px;
    
}
.main {
    padding: 3px;
    width: 100%;
}
.panelhead {
    font-size: 10pt;
    border: 1px solid #32546F;
    color: #829DB8;
    background: #1C2D49;  
    padding: 1px 3px;
    font-weight: bold;
    border-radius: 0px 0px 0px 0px;
    text-shadow: 1px 1px #000;
}
.panelbody {
    border: 1px solid #32546F;
    border-top: 0px;
    background: #0b111c;
    padding: 3px;
}
ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
hr {
    width:95%;
    border: 0;
    border-top: 1px solid black;
    margin-top: 10px;
}
/* Navbar */

#nav {
  width: auto;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  list-style: none;
  border-bottom: 1px solid #32546F;
  color: #829DB8;
  background: #1C2D49;  
  box-sizing: border-box;
}

.nav-item {
    height: 20px;
    line-height: 20px;
    text-align: center;
    flex-grow: 0;
    box-sizing: border-box;
    border-right: 1px solid #32546F;
}

.nav-item a {
  text-shadow: 1px 1px #000;
  font-size: 9pt;
  font-weight: bold !important;
  text-decoration: none;
  display: block;
  width: calc(100% - 22px);
  color: #829DB8 !important;
  padding: 0 11px;
}

.nav-item a:hover {
  background: #0b111c;
}

.nav-item a:focus {
  outline: 0;  /* dotted border yucky */
}