[v-cloak] {
    display: none;
}

#app {
}


.calendar th {
    font-weight: bold!important;
}

tr.event:hover {
    background-color: #e8e8e8;
}

tr.selected {
    background-color: #dddddd;
}

th.cdate,
td.cdate {
    width: 150px;
}

.v-date-picker-controls__month-btn .v-btn__content {
    font-weight: bold;
}
