.form-container {
    width: 100%;
    height: auto;
}

label {
	color : white;
}


#scheduleContainer {
    max-height: 400px;
    overflow-y: scroll;
    border: 1px solid #ccc;
    margin-top: 20px;
}

#scheduleTable {
    width: 100%;
    border-collapse: collapse;
}

#scheduleTable th, #scheduleTable td {
    border: 1px solid #ccc;
	color : white;
    padding: 8px;
}
