/**
 * jquery-bootstrap-scrolling-tabs
 * @version v0.7.1
 * @link https://github.com/mikejacobson/jquery-bootstrap-scrolling-tabs
 * @author Mike Jacobson <michaeljjacobson1@gmail.com>
 * @license MIT License, http://www.opensource.org/licenses/MIT
 */
.scrtabs-tab-container *{box-sizing:border-box}

.scrtabs-tab-container{height:60px;background-color:black;}

.scrtabs-tab-container 

.tab-content{clear:left}

.scrtabs-tabs-fixed-container{float:left;height:60px;overflow:hidden;width:100%}

.scrtabs-tabs-movable-container{position:relative}

.scrtabs-tabs-movable-container .tab-content{display:none}

.scrtabs-tab-scroll-arrow{color:#ccc2ba;cursor:pointer;display:none;float:left;font-size:20px;height:60px;margin-bottom:-1px;padding-left:2px;padding-top:13px;width:20px}

.scrtabs-tab-scroll-arrow:hover{color:#ad9e90;}

.scrtabs-tab-scroll-arrow.scrtabs-disable{color:black;cursor:default}

.scrtabs-tabs-fixed-container ul.nav-tabs>li{white-space:nowrap}
