ul#tabs {
    list-style-type: none;
    margin: 0 0 30px 0;
    padding: 0;
    text-align: center;
    float: right;
    width: 70%;
}

ul#tabs li {
    background-color: #24b3de;
    border-bottom: solid 5px #006694;
    padding: 5px 20px;
    color: #fff;
    cursor: pointer;
    width: 23.7%;
    float: left;
    margin-left: 10px;
}

ul#tabs li:hover {
    background-color: #006694;
}

ul#tabs li.active {
    background-color: #006694;
}

ul#tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul#tab li {
    display: none;
}

ul#tab li.active {
    display: block;
}

ul#tab li h2 {
    font-weight: 400;
    margin-bottom: 30px;
    padding-bottom: 5px;
    border-bottom: solid 5px #32c896;
}