.mgw-set {
    position: relative;
    width: 100%;
    height: auto;
}

.mgw-set a {
    display: block;
    padding: 3px 15px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s linear;

}

.mgw-set a.active {
    background: #aaa;
}

.mgw-content {
    display: none;
}

.mgw-content p {
    padding: 10px 15px;
    margin: 0;
    color: #333;
    border: 1px solid #aaa;
    background-color: #f9f9f9;
}