.body-container {
    width: 600px;
    margin: 0 auto;
    text-align: center;
    border: 0px solid #408c99;
}

.help-container {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    border: 0px solid #408c99;
}

.sub-titulo {
    font-size: 20px;
    text-decoration: underline;
    padding-right: 10px;
}

.hd-btn {
    background-color: #4995d1;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 18px;
    padding: 13px 32px;
    text-decoration: none !important;
}

.hd-btn:hover {
    background-color: #408c99;
    color: #fff;
    text-decoration: none !important;
}

.hd-btn:active {
    position: relative;
    top: 1px;
    background-color: #408c99;
    color: #fff !important;
    text-decoration: none !important;
}

.hd-btn:visited {
    color: #fff !important;
    text-decoration: none !important;
}