/* reset some TB */
.region-sidebar-first.well {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
}

td {
    vertical-align: top;
}

/* workaround TB*/
.collapse.in {
    height: auto !important;  /* this style already exists in bootstrap.css */
    /* this one doesn't. Add it! */
}

/* reset some panels stuff to meet TB needs */
.panels-flexible-region-inside {
    padding-left: 0;
}

.container-fluid {
/* max-width: 1600px;*/
    margin-left: auto;
    margin-right: auto;
}

/* workaround icomoon */
i[class^="ico-"] span {
    display: none;
}

/* remove the unnecessary 20px space between highlighted and content */
#highlighted-top .inner-padding {
    margin: 20px 20px 0 20px;
}