/* Write your custom CSS here */

.table-img{
    width: 75px;
    height: 50px;
    border: 2px solid #4caf50;
    border-radius: 10px;
}
.error{
    color: red;
}

img.previous-image {
    width: 159px;
    height: 94px;
    margin-bottom: 30px;
    border: 2px solid #4caf50;
    border-radius: 12px;
}

.fc-event.fc-event-hori.fc-event-start.fc-event-end.info {
    color: white;
    background-color: red;
    padding: 2px;
    border-radius: 8px;
}
