* {
    font-family: 'Roboto', sans-serif !important;
    color:#454545;
    font-size: 13px;
}

body {
    margin:30px;
}

h1 {
    font-size: 26px;
}

h3 {
    font-size: 20px;
}

a {
    text-decoration: none;
    color: #242424;
}

a:hover {
    text-decoration: underline;
}

hr {
    border-style: solid;
    border-color: #ddd;
}

#content-table-wrapper {
    border: 1px solid #ddd;
    border-radius: 4px;
    width:500px;
    margin:0 auto;
}

#content-table {
    border-collapse: collapse;
    width: 100%;
}

#content-table tr:first-of-type {
    border: none;
}

#content-table tr {
    border-top:1px solid #ddd;
}

#content-table th {
    text-align: left;
}

#content-table th, #content-table td {
    padding:14px;
}

#content-table td {
    color: #646464;
}

.button-wrapper {
    margin: 0 auto;
    display: inline-flex;
    flex-wrap: wrap;
}

.button {
    height:36px;
    border-radius: 4px;
    padding:5px 10px;
    text-align: center;
    display:inline-flex;
    align-items:center;
    float:left;
}

.button a {
    color:#646464 !important;
    text-transform: uppercase;
    font-weight:bold;
    font-size:14px;
    letter-spacing:1.25px;
}

.button:hover, .button:active, .button:focus {
    background-color: #f0f0f0;
}

.button a:hover, .button a:active, .button a:focus {
    text-decoration: none;
}

.prepage, .afterpage {
    border:1px solid #ddd;
    border-radius: 4px;
}

.content-box {
    background: #f0f0f0;
    border-radius:4px;
    padding:10px;
    max-width:770px;
    margin:0 auto 20px;
    word-break: break-word;
    text-align: left;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

@media (max-width:767px) {
    
    .button {
        padding: 0 10px;
        margin: 0 auto;
    }
    
}


@media (max-width:500px) {
    
    body {
        margin:15px;
    }
    
    #content-table-wrapper {
        width:100%;
    }
    
}