/*
 * Custom CSS Rules for Sphinx RTD Theme
 */

.kbd {
    background-color: #eeeeee;
    border: 1px solid #b4b4b4;
    border-radius: 3px;
    color: #333333;
    display: inline-block;
    font-size: 0.85em;
    font-weight: 400;
    line-height: 1;
    padding: 2px 4px;
    margin-left: 1px;
    margin-right: 1px;
    white-space: nowrap;
}

.tight-table td {
    white-space: normal !important;
    vertical-align: text-top;
}
