 .nav-item a.hover {
    text-decoration: none;
}
.navbar-default .navbar-nav > li > a {
 text-decoration: none;
}
.dropdown-item:focus, .dropdown-item:hover{
text-decoration: none;
}

.noDecoration{
    text-decoration: none !important;
}
.blacktext {
 color:#222 !important;

}
 .footer-links .pad-bottom > h4{
 text-transform: none !important;
}

  .panel{
     border:1px solid;
     border-color : #ddd;
     border-radius :4px !important;
     overflow:hidden;
   }
 
 .edit-mode .component-control {
   margin-top: 80px !important;
}
.btn-info:hover{
  color :#fff !important;
}
.btn-primary:hover{
  color :#fff !important;
}


  .fiftyfiftyrte .well {
  min-height: 20px;
  padding: 19px;
  padding-top: 19px;
  margin-bottom: 20px;
   border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  }
 .wellbackground {
  background-color: #f5f5f5;
  }
  .row ul{
    list-style-type: disc !important; 
   }
  .row ol{
    list-style-type: decimal !important; 
   }
 .footer-links ul{
    list-style-type: none !important; 
   }
  .footer-links ol{
    list-style-type: none !important; 
   }
   ol.breadcrumb{
    list-style-type: none !important; 
    }
    ul.breadcrumb{
    list-style-type: none !important; 
    }
    ul.nav{
    list-style-type: none !important; 
    }
    ol.nav{
    list-style-type: none !important; 
    }
    .wellbackground {
     background-color: #f5f5f5;
     padding:19px;
     border-radius:4px;
     margin-bottom:20px;
  }
    .visible-lg-block {
    display: none !important;;
    }
  @media (min-width: 1200px) {
    .visible-lg-block {
    display: block !important;
  }
}
  footer li a{
   text-decoration : none !important;
 }
 footer li a:hover {
    color: #0056b3;
    text-decoration: underline !important;;
}
 .stControl{
  margin-bottom: 0px !important;
} 

@media (max-width: 768px) {
   #stPageFrame{
       margin-top:10px;
   }
}