.tab__header{display:block;clear:both}.tab__header>div{display:inline-block;vertical-align:top;float:left;padding:10px;background:#03A9F4;color:#FFF;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.75);-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,.75);box-shadow:0 1px 1px 0 rgba(0,0,0,.75)}.tab__header>div:hover{background:#0288D1;cursor:pointer}.tab__header>div.tab__header--active{background:#0288D1}.tab__content{display:block;clear:both;background:#FFF;color:#212121;width:auto;max-width:400px;height:inherit;overflow:auto;padding:0 0 20px}.tab__content>div{vertical-align:top;float:left;display:none}.tab__content>div.tab__content--active{display:block}