
.mt-8{
  margin-top: 8px
}

.accnt { cursor:pointer }
.InActive {
  color:red;
}
.Active {
  color:blue;
}

.guest-logo {
  height:60px;
}
.usI{
  color:red;
}
.footer {
  /*background-color: rgba(47, 23, 15, 0.9);*/
  background-color:#8AFF86
}

.header {
  /*background-color: rgba(47, 23, 15, 0.9);*/
  background-color:#8AFF86
}

.blog-masthead {
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -2px 5px rgba(0, 0, 0, .1);
  box-shadow: inset 0 -2px 5px rgba(0, 0, 0, .1);
}

/* Nav links */
.blog-nav-item {
  position: relative;
  display: inline-block;
  padding: 10px;
  font-weight: 500;
  /*color: #cdddeb;*/
  color: blue;
}
.blog-nav-item:hover,
.blog-nav-item:focus {
  color: #fff;
  text-decoration: none;
}

/* Active state gets a caret at the bottom */
.blog-nav .active {
  color: #fff;
}
.blog-nav .active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  vertical-align: middle;
  content: " ";
  border-right: 5px solid transparent;
  border-bottom: 5px solid;
  border-left: 5px solid transparent;
}

.container {
  max-width: 960px;
}

.lh-condensed { line-height: 1.25; }

.helper{color:green; font-size: 11px}

.danger {
  color:red;
}

.warning {
  color:orange;
}

.success {
  color:green;
}

.primary {
  color:blue;
}

.info {
  color:blue;
}

.hidden{
  display: none
}
