.shortcode thead {
    text-transform: uppercase;
}

.shortcode .theme-options-group {
    margin-bottom: 5px;
}

.documentsList .description {
    text-align: center;
}

.documentsList .document {
    margin: 0 0 1em 5em;
}

.documentsList h4 {
    margin-left: 2em;
}

.documentsList a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #1E1E1E;
    text-decoration: underline;
}

@media (min-width: 768px) {
    .documentsList .document {
        margin: 0 0 1em 9em;
    }


    .documentsList h4 {
        margin-left: 3em;
    }
}