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;
}

a {
    color: #ddd;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
    color: #fff;
}

.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: 500px;

}

.help-wrap h1 {
    font-weight: 400;
    font-size: 35px;
    text-align: center;
    background-color: #000;
    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;

}

p {
    font-size: 20px;
    color: #fff;
}

.help-wrap .info {
    margin-top: 20px;
}

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


.screens {
    text-align: center;
}
.screens img {
    max-width: 200px;
}
