body {
    background: #eeeeee;
    font-size: 16px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    margin: 0;
}

a {
    color: crimson;
    text-decoration: none;
}

a:hover {
    color: red;
}


/* Layout
------------------------------------------*/

header,
.container,
footer {
    margin: 0 auto;
    width: 88%;
    max-width: 1080px;
}

.wrapper {
    padding: 1em 0;
    background: #ffffff;
}


/* Tabs
------------------------------------------*/

#tabs > ul {
    list-style: none;
    padding: 0;
    display: flex;
    margin-bottom: .5em;
}

#tabs > ul li a {
    background: #eeeeee;
    padding: .5em 1em;
    border: 1px solid #cccccc;
    border-right: none;
}

#tabs > ul li:last-child a {
    border-right: 1px solid #cccccc;
}

#tabs > div {
    padding: .5em;
    border: 1px solid #cccccc;
}

.hide-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

#tabs li a.active {
    background: #ffffff;
    border-bottom: 1px solid #ffffff;
}
