.fth-menu li {
    margin-bottom: 8px;
}

.fth-menu a.is-active {
    background-color: #303030;
}

.event-status-row {
    padding: 8px !important; 
    width: 250px;
    min-height: 50px;
}

.event-row-selected {
    margin-left: 5px;
    font-weight: bold;
}

.event-row-notselected {
    margin-left: 5px;
    font-weight: normal;
}

.button.is-primary {
    background-color: #8EC54B !important;
}

tr.is-selected {
    background-color: #8EC54B !important;
}

.fth-widget .panel-heading {
    background-color: #E0E0E0 !important;
    color: #909090;
    height: 30px;
    font-size: 14px;
    padding-top: 6px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.fth-widget img {
    max-width: 512px;
}

.dashboard td {
    padding: 10px;
}