:root{--attention-color:#26a69a;--center-section-width-prc:56%;--phases-circle-diameter:40px;--phases-circle-from-edge:80px}#mainContainer{height:100%;background-color:var(--theme-color)}#bottomFiller{height:5em;background-color:orange}#description{max-height:9em}.sidePanel{width:calc((100% - var(--center-section-width-prc)) / 2)}.centerPanel{width:var(--center-section-width-prc);position:relative}#centerUpperPanel{margin-left:0.5em;margin-right:0.5em;margin-top:1em;margin-bottom:0em}#circlesAndLines{margin-top:4px}.circle{width:var(--phases-circle-diameter);height:var(--phases-circle-diameter);font-size:25px;font-weight:bold;border:3px solid;display:flex;justify-content:center;align-items:center}.circleSpacer{width:var(--phases-circle-from-edge)}.circleConnector{border-top:3px solid;margin-top:calc(var(--phases-circle-diameter)/2 - 1px);width:calc((100% - (3*var(--phases-circle-diameter) + 2*var(--phases-circle-from-edge)))/2)}.progText{width:calc(var(--phases-circle-diameter) + 2*var(--phases-circle-from-edge));text-align:center;font-size:18px;font-weight:bold;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}.progTextSpacer{width:calc((100% - 3*var(--phases-circle-diameter) - 6*var(--phases-circle-from-edge)) / 2)}.clsPage{height:32em;z-index:2}.pagePromptPanel{display:flex;justify-content:center}.pagePrompt{margin-top:1em;font-size:22px;font-weight:bold;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;border-radius:20px;border:3px solid var(--attention-color);padding:2px 10px 2px 10px;color:white;background-color:var(--attention-color)}.clsInputDiv{margin-left:0.5em;margin-right:1.5em;margin-bottom:0}#costPanel{margin-left:0.5em}#costSelectCombo{width:14em}#costSelect{}#costAmountCombo{margin-left:1em}#costAmount{width:3.5em;margin-left:2em}#openAirCanDancePanel{margin-left:1.1em}.clsTimeCombo{margin-left:2em}#divForMultipleDays{margin-left:1.5em;margin-bottom:1em}#lowerPanel{}.navButton{width:8em;height:3em;display:flex;justify-content:center;align-items:center;margin-bottom:0.5em;margin-top:0.5em}#prevButton{margin-left:2em}#nextButton{position:absolute;right:2em}@keyframes shrinkOpacityAnim{0%{opacity:1}100%{opacity:0}}@keyframes growOpacityAnim{0%{opacity:0}100%{opacity:1}}.growOpacity{animation:growOpacityAnim 0.5s;animation-fill-mode:forwards}.shrinkOpacity{animation:shrinkOpacityAnim 0.5s;animation-fill-mode:forwards}.growOpacitySlow{animation:growOpacityAnim 4s;animation-fill-mode:forwards}.litup{color:var(--attention-color);border-color:var(--attention-color)}.dimmed{color:lightgray;border-color:lightgray}.orange{background-color:orange}.violet{background-color:violet}.red{background-color:red}@media screen and (max-width:800px){:root{--phases-circle-diameter:30px;--phases-circle-from-edge:40px}.sidePanel{display:none}.centerPanel{width:100%}#centerUpperPanel{margin-top:0.4em}.progText{font-size:15px;display:none}.pagePrompt{font-size:18px;margin-top:0.5em;margin-bottom:0.9em}}