html{
    height: 100%;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    height: 100%;
}
input[type=checkbox],[type=radio] {
    margin: 8px;
}
button{
    margin-top: 18px;
}
select {
    width: 80vw;

 }
.selectDiv {
    padding-top: 30px;
    padding-bottom: 30px;
   width: 80vw;
    margin: auto;

}
.tabs {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
   height: 100%;
}

#tab-button {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
#tab-button li {
    display: table-cell;
    width: 20%;
}
#tab-button li a {
    display: block;
    padding: .5em;
    background: #eee;
    border: 1px solid #ddd;
    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 a {
    border-bottom-color: transparent;
    background: #fff;
}
.tab-contents {
    padding: .5em 2em 1em;
    border: 1px solid #ddd;
    min-height: 80%;
}



.tab-button-outer {
    display: none;
}
.tab-contents {
    margin-top: 20px;
}

.componentWrapper {
    border: solid #777;
    border-width: 1px;
    padding: 15px 10px 10px;

}

.componentWrapper .header {
    position:absolute;
    margin-top:-27px;
    margin-left:10px;
    color:#000;
    background:white;
    border-radius:10px;
    padding:2px ;
}
.btnDiv{
    width: 110px;margin: auto;margin-top: 15px;
}
@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;
    }
}