.navbar-static-top {
  margin-bottom:20px;
}

.login-form, .registration-form, .reset-form{
  padding: 10px;
  border: #999 1px solid;
}

.login-form h1, .registration-form h1, .reset-form h1{
  text-align: center;
}

.form h1{
  text-align: center;
}

.info-help{
  color: #2a6496;
}


i {
  font-size:18px;
}
  
footer {
  margin-top:20px;
  padding-top:20px;
  padding-bottom:20px;
  background-color:#efefef;
}

.nav>li .count {
  position: absolute;
  top: 10%;
  right: 25%;
  font-size: 10px;
  font-weight: normal;
  background: rgba(41,200,41,0.75);
  color: rgb(255,255,255);
  line-height: 1em;
  padding: 2px 4px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.span-action-btn:hover{
  text-decoration: none;
}

.post .row, .post-details .row{
  padding: 5px 0;
}
.post .row p a{
  font-weight: bold;
}

.post .description{
  color: #333333;
}

.post .comment{
  display: none;
}

.post-details .comment{
  display: block;
}

.comment textarea{
  height: 30px !important;
}

.comment .margin-right-m30{
  margin-right: -30px !important;
}

.intro-msg{
  cursor: pointer;
  display: block;
}

.navbar-brand.logo_image img {
    width: 100%;
}

.info-table {
    font-size: 10px;
}
.btn, span {
    cursor: pointer;
}
form th {
    background: #333;
    color: #FFF;
}
.highlightTh th {
  background: #333;
    color: #FFF;  
}         
.removeMe {
    font-size: 10px;
}
.control-label {
  text-align: left !important;
}
.systems {
  width: 100px;
}