#chNav {
  margin: 0;
  padding: 0 4px;
  background-color: #4ca0d8;
  color: white;
  font-family: sans-serif;
  font-size: 12px;
  z-index: 900;
}
@media only screen and (max-width: 768px) {
  #chNav {
    text-align: center;
    padding: 0 10%;
    font-size: 1rem;
  }
}
#chNav > li {
  margin: 0;
  display: inline-block;
  position: relative;
}
#chNav > li:hover {
  background-color: #76b6e1;
}
#chNav > li a,
#chNav > li > span {
  color: white;
  text-decoration: none;
  display: inline-block;
  padding: 8px 4px;
}
#chNav > li a:hover,
#chNav > li > span:hover {
  background-color: #76b6e1;
  color: white;
}
#chNav > li #chVeelm,
#chNav > li #chLogList {
  display: none;
  position: absolute;
  top: 0;
  left: -1px;
  margin: 0;
  padding: 0;
  background-color: white;
  color: #1d1d1b;
  border: 1px solid #4ca0d8;
  border-top: 0;
  z-index: 1001;
}
#chNav > li #chVeelm li,
#chNav > li #chLogList li {
  display: block;
}
#chNav > li #chVeelm li a,
#chNav > li #chLogList li a {
  display: block;
  padding: 8px 20px;
  color: inherit;
  white-space: nowrap;
}
#chNav > li #chVeelm li a:hover,
#chNav > li #chLogList li a:hover {
  background-color: #4ca0d8;
  color: white;
}
@media only screen and (max-width: 768px) {
  #chNav > li #chVeelm {
    margin: 10px;
    top: 0.5em;
    left: auto;
    right: 0;
  }
}
#chNav > li #chLogList {
  display: block;
  position: static;
  border: 0;
  z-index: auto;
}
#chNav > li #chLogm {
  display: none;
  position: absolute;
  top: 0.5em;
  right: 0;
  background-color: white;
  border: 1px solid #4ca0d8;
  border-top: 0;
  z-index: 1001;
}
@media only screen and (max-width: 768px) {
  #chNav > li #chLogm {
    margin: 10px;
  }
}
#chNav > li #chLogm #chLogCaption {
  color: #1d1d1b;
  border-bottom: 1px solid #4ca0d8;
  padding: 20px;
}
#chNav > li #chLogm #chLogCaption span {
  font-size: 150%;
}
#chNav > li #chLogm #chLogForm {
  color: #1d1d1b;
  padding: 20px;
  font-size: 11px;
}
#chNav > li #chLogm #chLogForm input[type=text],
#chNav > li #chLogm #chLogForm input[type=password],
#chNav > li #chLogm #chLogForm button {
  background-color: white;
  color: #1d1d1b;
  padding: 2px 6px;
  text-decoration: none;
  border-radius: 5px;
  border: 2px solid #4ca0d8;
  cursor: pointer;
  font-size: 1rem;
  box-sizing: border-box;
  width: 15em;
  margin-bottom: 5px;
}
#chNav > li #chLogm #chLogForm input[type=text]:hover,
#chNav > li #chLogm #chLogForm input[type=password]:hover,
#chNav > li #chLogm #chLogForm button:hover {
  background-color: white;
}
#chNav > li #chLogm #chLogForm button {
  background-color: #4ca0d8;
  font-weight: bold;
  color: white;
}
#chNav > li #chLogm #chLogForm button:hover {
  background-color: #76b6e1;
  color: white;
}
#chNav li#chVeel {
  background-color: #4ca0d8;
  color: #1d1d1b;
}
@media only screen and (max-width: 768px) {
  #chNav li#chVeel {
    position: static;
  }
}
> #chNav li#chVeel:hover {
  background-color: #76b6e1 !important;
  color: white !important;
}
#chNav > li.chActive {
  font-weight: bold;
  background-color: #76b6e1;
  color: white;
}
#chNav > li.chActive a {
  color: inherit;
}
#chNav #chLog {
  float: right;
}
#chNav #chLog a {
  display: inline;
}
@media only screen and (max-width: 768px) {
  #chNav #chLog {
    float: none;
    position: static;
  }
}
div.frontNoteContainer {
  font-family: sans-serif;
  font-size: 12px;
  position: absolute;
  top: 0px;
  right: 15%;
  z-index: 999;
}
div.frontNoteContainer div {
  display: inline-block;
  padding: 5px 6px;
  margin: 0 2px;
  background-color: #FFEE99;
  border-left: 4px solid #BCB274;
  color: black;
  vertical-align: top;
}
div.frontNoteContainer div:first-child {
  margin-left: 0;
}
div.frontNoteContainer div:last-child {
  margin-right: 0;
}
div.frontNoteContainer div img {
  height: 38px;
  margin: -5px 6px -5px -10px;
  float: left;
  display: inline-block;
}
div.frontNoteContainer div a {
  color: inherit;
  font-weight: bold;
}
div.frontNoteContainer div a:hover {
  color: inherit;
}
div.frontNoteContainer div.frontNote1 {
  background-color: #F9C1C9;
  border-left: 4px solid #BF969D;
  color: black;
}
div.frontNoteContainer div.frontNote2 {
  background-color: #C5DD7F;
  border-left: 4px solid #98AD64;
  color: black;
}
div.frontNoteContainer div.frontNoteD {
  background-color: #6D6E71;
  border-left: 4px solid #58595B;
  color: white;
  font-size: 11px;
  font-style: italic;
  outline: 1px solid #58595B;
}
#frontNote {
  font-family: sans-serif;
  display: none;
  color: #1d1d1b;
  background-color: #fff9c3;
  padding: 5px 8px;
  font-size: 12px;
  position: absolute;
  top: 0px;
  right: 15%;
  border-radius: 0 0 7px 7px;
  z-index: 1001;
  box-shadow: 0 0 6px rgba(0,0,0,0.3);
}
#frontNote a {
  color: #555;
  font-weight: bold;
}
#frontNote a:hover {
  color: #BE1622;
}
@media print {
  #chNav,
  #frontNote,
  div.frontNoteContainer {
    display: none;
  }
}
