/* Minimal MyBB-default-like styling */
.tborder {  }
.tcat, .thead {  font-weight: bold; padding: 6px 8px; }
.trow1 {  }
.trow2 {  }
.trow1, .trow2 { padding: 8px; }
.smalltext { font-size: 12px;  }
.button {
    display: inline-block;
    padding: 6px 10px;
    /* border: 1px solid #ccc; */
    /* background: #f5f5f5; */
    text-decoration: none;
    cursor: pointer;
}.button:hover { background:#e9e9e9; }