/*******************************************************************************
* COPYRIGHT (C) 726 TECHNOLOGY INC, 2017 - 2023            ALL RIGHTS RESERVED *
*******************************************************************************/
/* EVENT ITEMS */
.EventItemTextWrapper { width: 100%; padding: 0 2vw; text-align: left; }
.EventItemText { width: 100%; text-align: left; box-sizing: border-box;
                 padding: 0.75vh 0; color: #fff; font-weight: bold; }
.EventItemText.blue { color: lightskyblue; }
.EventItemText.compact { font-size: calc(1.25vh + 0.5vw); padding: 0.5vh 4vw; }
.EventItemText.compact.upper { font-size: calc(1.125vh + 0.45vw); }
.EventItemText.compact span.shrunk { font-size: calc(1.0vh + 0.45vw); }
.EventItemText.full { font-size: calc(1.5vh + 0.75vw); }
.EventItemText.full.upper { font-size: calc(1.35vh + 0.45vw); }
.EventItemText.full span.shrunk { font-size: calc(1.20vh + 0.45vw); }
.EventItemText.upper { color: lightskyblue; font-weight: bold; }