html {
    font-family: "Helvetica Neue", "Open Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    line-height: 26.4px;
    width: 100%;
    height: 100%;
}

body {
    background-color: #555555;
    color: #ddd;
}
table {
    margin-left: 20px;
}

td {
    padding: 20px 0px;
}

tr {
    border-bottom: 1px solid gray;
}

.help-wrap {
    max-width: 800px;
    padding: 20px;
    margin: auto;
    font-size: 16px;
}

.help-wrap .logo {
    text-align: center;
}
.help-wrap .logo img {
    text-align: center;
    max-width: 100px;

}

.help-wrap h1 {
    font-weight: 400;
    font-size: 35px;
    text-align: center;

    color: #ffffff;
    padding: 10px;
}

.help-wrap h2 {
    font-size: 35px;
    font-weight: 300;
}

.help-wrap ol, .help-wrap ul {
    padding-left: 15px;
}
.help-wrap li {
    margin-bottom: 14px;

}

.help-wrap .email {
    font-size: 20px;
    text-align: center;
}


.help-wrap .faq-page a {
    font-weight: 400;
}
.help-wrap .faq-page .question {
    font-weight: 400;
    font-size: 25px;

}

.help-wrap .faq-page .answer {
    font-weight: 300;
    font-size: 21px;
    margin-bottom: 20px;
}



.contact {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    background-color: #555555;
    color: #ddd;
}

.contact h1 {
    font-weight: 400;
    font-size: 35px;
    text-align: center;
    color: #ffffff;
    padding: 10px;
}
.contact h2 {
    font-weight: 400;
    font-size: 32px;
    text-align: center;
    color: #ffffff;
    padding: 10px;
}
.contact input[type="text"] {
    color: #000;
}
.contact textarea {
    color: #000;
}

.contact input[type="submit"] {
    background-color: #000;
    border: none;
    font-weight: bold;
    padding: 10px;
}
