

body {
    background-color: gray;
}

.content {
    color: #385494;
    padding: 20px;
}

.jsOff {
    line-height: 1.5;
    margin: 1.125em;
}

.jsOn .tab-section {
    display:none;
}

.jsOn ul#tabs {
    background: #385494;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    font-size: .9em;
    margin: 1.5em 0 0 0;
    padding: 0 0 0 0;
    width: 530px;
    margin: auto;
}

.jsOn ul#tabs:after {
    clear:both;
    content: '';
    display:table;
}

.jsOn ul#tabs li {
    display: block;
    float: left;
}

.jsOn ul#tabs a {
    border-right: 1px solid #385494;
    color:white;
    display: block;
    padding: 0.5em 1.125em;
    text-decoration: none;
}

.jsOn ul#tabs li:first-child a {
    border-top-left-radius: 7px;
}

.jsOn ul#tabs a:hover {
    background: white;
    color: black;
}

.jsOn .tab-section {
    background: white;
    color: #385494;
    padding: 2em;
    height: 600px;
    width: 530px;
    margin: auto;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.jsOn .tab-section h2 {
    padding: 5px;
}

.jsOn .tab-section h2 {
    position: relative;
    margin: auto;
    width: 400px;
}

.jsOn ul#tabs a.current {
    background: #3956e9;
    color: white;
}

