﻿/*
    This file is to show how CSS and other static resources (such as images) can be
    used from a library project/package.
*/

.modal {
    display: block;
}

.fc td:hover {
    cursor: pointer;
}
