﻿/* This needs to be named SchedulerOnline.css or it won't be unbundled correctly */
.footer-flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.footer-left {
    width: 600px;
}

.footer-padding {
    padding: 20px 20px 5px 20px;
}



