@charset "utf-8";
/* CSS Document */
.text-over {
    opacity: 0;
    margin-top: -120px;
    z-index: 1500;
    font-size: 13px;
    background: rgba(213,213,213,0.30);
    height: 120px;
    overflow: hidden;
    padding: 5px;
    text-align: justify;
}
.nav-tabs .active a {
  background-color: rgb(66, 166, 253) !important;
  color:white !important;

}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;}

