html {
    background: url(../images/background_trial_sessions.jpg) no-repeat center center fixed !important;
}

.session-date {
    color: darkgray;
    font-weight: bold;
    font-style: italic;
}

.session-speciality {
    font-weight: bold;
}

.session-area {
    color: darkgray;
}

.session-list {
    height: auto;
    max-height: 20em;
    overflow-y: scroll;
}

.sessions-counter {
    font-weight: bold;
}

.sessions-warning-message {
    margin-top: 2em;
    font-weight: bold;
}

.sessions-panel {
    margin-top: 1em;
}