
#tab-button li a {
    display: block;
    padding: .5em;
   /* text-align: center;*/
    color: #000;
    text-decoration: none;
}
#tab-button li:not(:first-child) a {
    border-left: none;
}
#tab-button li a:hover,
#tab-button .is-active {
    border-bottom-color: transparent;
    background: #2d6c28;
    color: white;
}

.tab-contents {
    padding: .5em 2em 1em;
   /* border: 1px solid #ddd;*/
}

.tab-button-outer {
    display: none;
}
.tab-contents {
    margin-top: 20px;
}
@media screen and (min-width: 768px) {
    .tab-button-outer {
        position: relative;
        z-index: 2;
        display: block;
    }
    .tab-select-outer {
        display: none;
    }
    .tab-contents {
        position: relative;
        top: -1px;
        margin-top: 0;
    }
}