/* Background color override for Sched embed pages.
 * The frame uses some extremely low-contrast text for times and other important elements
 * that completely disappear in the normal low-opacity background.
 */

main {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 1em 1em rgba(255, 255, 255, 0.9);
}
