section.staff {
    padding: 120px 0 60px;
    background-image: url(/assets/img/whitefabric.jpg);
    background-size: 50%;
}


.block-shadow {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0;
    right: 0;
    opacity: .15;
    background: -moz-linear-gradient(top,#000 0,transparent 9%,transparent 90%,rgba(0,0,0,.9) 100%);
    background: -webkit-linear-gradient(top,#000 0,transparent 9%,transparent 90%,rgba(0,0,0,.9) 100%);
    background: linear-gradient(to bottom,#000 0,transparent 9%,transparent 90%,rgba(0,0,0,.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e6000000', GradientType=0 );
}


img.pull-left{margin-right:20px;

}
img.pull-right{
    margin-left: 20px;
}


.nav-pills > li {
    float: left;
    font-size:140%;
}

.nav > li {
    position: relative;
    display: block;
}


.tab-content > .active {
    display: block;
}
.table-schedule td:nth-child(1) {
    width:180px
}
.table-schedule td:nth-child(2) {
    width: 150px
}
.table-schedule td:nth-child(3) {
    width:inherit;
}
h3 a {
    font-size:14px;
}
.nav-pills .nav-link, .nav-pills .show > .nav-link {
    color: #000;
    margin: 2px 2px 0 2px;
    background-color: rgba(255,255,255,0.6);
    border-left: solid 1px #dedede;
    border-right: solid 1px #dedede;
    border-top: solid 1px #dedede;
}