.method-table {
    margin : 1em;
    border-collapse : collapse;
}

.method-table caption {
    font-weight : bold;
}

.method-table th, .method-table td {
    padding-right : 0.5em;
    padding-left : 0.5em;
    vertical-align : top;
}

.method-table th {
    text-align : left;
}

.method-table .upper-left-corner {
    border-style : none solid solid none;
}

.method-table thead th {
    border-style : none none solid none;
    border-width : 1px;
    border-color : #CCC;
}

.method-table tbody th {
    padding-left : 1.5em;
    border-style : none solid none none;
    border-width : 1px;
    border-color : #CCC;
}

.method-table .row-group-header {
    padding-left : 0.5em;
    color : #00007f;
    background-color : white;
    padding-top : 0.7em;
}