/* Style Sheet for the Flights of Fantasy Event Bar starts below */

#eventbar {
    position: absolute;
    margin: .5em;
    top: 7em;
    right: 0;
    width: 8em;
    font-size: 1em;
    background-color: #006666;
    border: solid .15em black;
}

#eventbox {
    width: 8em;
}

.eventHeader {
    font-family: Helvetica;
    font-size: 1em;
    margin: .5em;
    align: center;
    color: #ff9900;
    border-bottom: 2px solid;
    border-color: black;
}

.EventLink {
    font-family: Helvetica;
    font-size: .75em;
    margin: .5em;
    color: #00ff00;
}

#eventbar a {
    color: #ffff00;
}
