.tabs {
    position: absolute;
    font-size: 80%;
    background-color: white;
    color: gray;
    border-bottom: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    cursor: pointer;
}

.tab {
    margin: 2px;
}

.tab:hover, .addevent:hover {
    color: black;
}

.event {
    border: 1px solid #FFFFCC;
    cursor: pointer;
}

.highlighted {
    border: 1px solid gray;
    background-color: white;
    cursor: pointer;
}

.nodisplay {
    visibility: hidden;
    /*display: none;*/
}
