@charset "UTF-8";
/* CSS Document */

.tabs {
    margin: .75em 0 .625em;
    padding: 0 2.5% 0 2.5%;
    font-family: inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tabs--content-active {
    display: block;
    font-family: inherit;
}
