
body {
    background-color: black;
    color: white;
    font-weight: bold;
}

.container {
    position: relative;
}

/* secret schedule entity */
.entity {
    display: inline-block;
    border-width: 2px 2px 2px .5em;
    border-style: solid;
    border-radius: 6px;
    margin: .2em;
    padding: .1em .3em .1em .1em;
}

.white {
    border-color: #ddf;
}

.fire {
    border-color: #f44;
}

.active {
    color: #ff0
}
