/* footer */
.bg-my-menu {
  /* background-color: #337ab7 !important; */
  background: #87CEEB;
  color: black;
}


/*
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255,255,255,.9);
}
*/
#header.fixed-top {
  height: 60px;
  background: #87CEEB;
}

table#mytable th{
  text-align: right;
  white-space: nowrap;
  border-top: 0px solid #ddd;
}
table#mytable td{
  border-top: 0px solid #ddd;
  white-space: nowrap;
}
