/* Ad-hoc theme patches.
 *
 * The Museo @font-face that used to live here pointed at
 * /fonts/fonnts.com-Museo_Sans_Rounded_500.otf, which is not in the repo — it
 * 404'd on every page load. It also declared weight 400, which Museo does not
 * ship. The real faces (100/300/500/700/900) are declared in
 * orun-system.css and are the only ones that should exist.
 *
 * Body, heading, sidebar, table and button styling now belongs to
 * orun-ds.css, so the duplicated rules that used to sit here are gone —
 * including `.logo { top: -10px }`, which pulled the wordmark out of alignment
 * with the header, and a stray `color: #ff0000` on the active sidebar item.
 *
 * What remains are small utilities older pages still reference. Delete each as
 * its page is rebuilt.
 */

.ob-btn {
    width: 100% !important;
    color: white !important;
    font-size: 13px !important;
}

.brd {
    border: 1px solid;
}

th a {
    color: #1c9aff !important;
}
