.tmrc-topbar {
    background-color: #ddd;
    margin: 5px 15px;
    border-radius: 5px;
    padding: 0 15px;
}
.tmrc-topbar a.topbar-link {
    padding: 2px 10px;
    color: #666;
    text-decoration: none;
    font-weight: bold;
}

.tmrc-topbar a.topbar-link.active {
    background-color: #333;
    color: #fff;
}