/* ======= for king9 ======= 
img {
-webkit-filter: grayscale(30%);
filter: grayscale(30%);
}
html {
-webkit-filter: grayscale(80%);
}*/

.black-ribbon {
  position: fixed;
  z-index: 9999;
  width: 70px;
}
@media only all and (min-width: 768px) {
  .black-ribbon {
    width: auto;
  }
}

.stick-left { left: 0; }
.stick-right { right: 0; }
.stick-top { top: 0; }
.stick-bottom { bottom: 0; }

/* ======= for king9 ======= */


.navbar-custom {
    background-color:#0033cc;
    color:#ffffff;
    border-radius:0;
}

.navbar-custom .navbar-nav > li > a {
    color:#ffffff;
}
.navbar-custom .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color:transparent;
}
.navbar-custom .navbar-brand {
    color:#ffffff;
}
.nav.nav-tabs.nav-justified.list-group-item-warning li a {
	color: #ffffff;
}
.panel-heading .panel-title {
	color: #ffffff;
}
.nav.nav-tabs.list-group-item-warning li a {
	color: #ffffff;
}