﻿
body {
    background: #1A1A1A;
    color: white;
}

.thumb-left {
    width: 30%;
    margin:0px 10px 10px 0px;
    float: left;
}

.thumb-right {
    width: 30%;
    margin: 10px 0px 10px 10px;
    float: right;
}

.main {
    margin: 0.5%;
    display: inline-block;
}

thead > tr {
    background: #c6c6c6;
    color: black;
}

tbody > tr > td[colspan]{
    background: #e9e9e9
}

a.calendarlink {
     color: yellow !important;
     text-decoration: none !important;
}

div.card-body {
     color: black !important;
}
