#questions h3 {
    line-height: 125%;
    margin-bottom: -10px;
    margin-top: 25px;
    font-weight: 800;
    text-transform: uppercase;
    color: #549DBE;
    font-size: 1.05em;
}

#questions .section {
    margin-left: 15px;
}

#questions hr {
    background: #e1e1e1;
    margin-top: 50px;
}

#questions b {
    font-weight: 500;
    color: #555;
}

#questions p {
    line-height: 165%;
}

.documentation-table table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 25px;
}

.documentation-table table th {
    padding-bottom: 10px;
}

.documentation-table td {
    padding: 10px;
    margin: 0;
    border: 1px solid #ddd;
}

.documentation-table tr:nth-child(even) td {
    background: #f6f6f6;
}