html {
    font-family: Calibri, serif;
    background-color: #ffffff;
}

#bar {
    width: 100%;
    height: 50px;
}

#logo {
    height: 100%;
}

#time {
    position: absolute;
    left: 0;
    right: 0;
    padding: 5px 10px;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
}

#info {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 35px;
    padding: 10px 0;
}

#info img {
    width: 33px;
}

#meetings {
    border-collapse: collapse;
    width: 100%;
    font-size: 25px;
}

#meetings td, #meetings th {
    border: 1px solid #ddd;
    padding: 8px;
}

#meetings tr {background-color: #f2f2f2;}

#meetings tr:hover {background-color: #ddd;}

#meetings th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #194384;
    color: white;
}

#meetings tr td:first-child {
    font-weight: bold;
}

.red {
    background-color: #ffb9ad !important;
}

.label {
    padding: 2px;
    border-radius: 2px;
    color: #ffffff;
    background-color: #67a7ff;
    font-weight: bold;
}

.label.red {
    background-color: #ff8e8d;
}

.label.green {
    background-color: #90fe8e;
}