
        .card-title a {
            text-decoration: none;
            color: black;
        }

        .card {
            display:inline-block;
            margin: 3px;
            margin-right: 2px;
            float: none;
            width: 7rem;
        }

        .card:hover { 
            z-index:555555!important;
        }

        .card-body {
            padding: 8px;;
        }

        .booked .card-subtitle {
            color: #6c757d!important;
        }

        .booked .card-subtitle {
            color: white!important;
        }

        .bg-success2 {
            background-color: #90BE6D;
        }

        table#lessons {
            overflow-x: auto;
        }

        /* table#lessons tr, #div-lessons {
            height: 80px;
        } */

        table#lessons tbody tr td, #div-lessons {
            white-space: nowrap;
        }

        h5.card-title {
            font-size: 12px;
        }

        h6.card-title {
            font-size: 10px;
        }


        .date {
            position: absolute;
/*            font-size: 32px;*/
            top: 70px;
            color: gray;
            /* background: lightblue; */
            padding: 16px;
            height: 100;
            border-left: dashed lightgrey;
       }
