body {
    margin: 0;
    background: #f1f1f1;
    font-family: "Open Sans", sans-serif;
    padding: 30px 30px 90px;
    text-align: center;
}

h1 {
    color: #5b4d77;
    font-size: 40px;
    font-weight: 100;
    border-bottom: 2px solid;
    display: inline-block;
    max-width: 500px;
    width: 100%;
}

h2 {
    font-weight: 300;
    color: #5b4d77;
    margin: 10px 0;
}

h2 a {
    color: inherit !important;
    text-decoration: none;
}

p {
    font-weight: 200;
    margin: 7px 0;
}

input, textarea, button, select {
    font-family: "Roboto Slab", sans-serif;
}


.header {
    background: #5b4d77;
}

.clear {
    display: table;
    width: 100%;
    clear: both;
}


.logo {
    max-width: 600px;margin: 0 auto;
}

.logo img {
    display: block;
    width: 100%;
}


.container {
    max-width: 920px;
    margin: 0 auto;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

@media (max-width: 620px), (max-height: 620px) {
    h1 {
       font-size: 20px;
    }
    
    h2 {
        font-size: 16px;
    }
}

table {
    margin: 0 auto;
    border-collapse: collapse;
}

td, th {
    padding: 5px 15px;
    font-size: 15px;
    font-weight: 300;
}

th {
    border-bottom: 4px solid #fff;
    font-weight: 400;
}

tr:nth-child(2n+1) td {
    background: white;
}

tr:first-child td {
    padding-top: 20px;
}