.tab__header{display:block;clear:both}.tab{background:#f2f2f2;border:1px solid #136aa1}.tab__header>div{display:inline-block;vertical-align:top;float:left;padding:10px 30px;background:#333;color:#FFF;-webkit-box-shadow:0 1px 1px 0 rgba(255,255,255,1);-moz-box-shadow:0 1px 1px 0 rgba(255,255,255,1);box-shadow:0 1px 1px 0 rgba(255,255,255,1)}.tab__header>div:hover{background:#0288D1;cursor:pointer}.tab__header>div.tab__header--active{background:#0288D1}.tab__content{display:block;clear:both;background:#fafafa;color:#212121;width:auto;max-width:100%;height:inherit;overflow:auto;padding:0}.tab__content>div{vertical-align:top;float:left;display:none}.tab__content>div.tab__content--active{display:block}