
body > div.topbar > div.topbar-main > div > div > a.logo{
        color:#fff;
        font-weight:bold;
        font-size:1.5em;
          text-shadow: 1px 1px 0.5px #000;

}

.navbar-custom, .topbar .topbar-main,.topbar .topbar-left {
    background: green;
}

.hidden{
        display:none;
}

img.vim{
        /* filter:blur(1px); */
}

.nav-user-name{
        color:#fff;
        font-weight:bold;
}
/*
pre{
        color:#000;
        position:fixed;
        left:25px;
        top:50px;
        z-index: 2000;
        background:#fff;
        padding:25px;
        margin:25px;
        overflow: scroll;
}
*/
.pull-right{
        float:right;
}
.pull-left{
        float:left;
}

label{
        margin-top:15px;
        
}
.red{
        color:red;
}

.btn{
        margin-right:4px;
}



input, textarea{
        margin-bottom:15px;
}

.boldFirsts td:first-child {
  font-weight: bold;
}