:root{--clr-blue:#1022bb;--clr-dirty-green:#240;--clr-red:#bb2210;--clr-green:#10bb22}body{font-size:2.1vh}ul{padding:0;margin:0;list-style:none;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;line-height:1.5}li:before{content:"";display:inline-block;vertical-align:middle;margin:-.3vmin .5vmin 0 0;width:.6vmin;height:.6vmin;border-radius:50%;background-color:currentColor}.large_li li{margin-bottom:3vh;font-size:3vh}a{margin:0;padding:0;color:var(--clr-blue);text-decoration:underline;text-decoration-thickness:.07em;text-underline-offset:.2em}a:hover{color:var(--clr-dirty-green);text-decoration-thickness:.14em}.card{-webkit-box-shadow:0 0 8px 4px rgba(0,0,0,.3);box-shadow:0 0 8px 4px rgba(0,0,0,.3);padding:2vh 2vw;border-radius:6px}.card_row .card{min-width:max(15vw,250px)}.red{color:var(--clr-red)}.green{color:var(--clr-green)}.button{-webkit-box-shadow:0 0 4px 2px rgba(0,0,0,.2);box-shadow:0 0 4px 2px rgba(0,0,0,.2);border-radius:3px;font-size:2.5vh;padding:1vh 1vw;text-align:center;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.button:hover{cursor:pointer;-webkit-box-shadow:0 0 6px 3px rgba(0,0,0,.3);box-shadow:0 0 6px 3px rgba(0,0,0,.3)}.button:active{-webkit-box-shadow:inset 0 0 4px 2px rgba(0,0,0,.2);box-shadow:inset 0 0 4px 2px rgba(0,0,0,.2)}.f-row{-webkit-flex-direction:row;-moz-box-orient:horizontal;flex-direction:row}.f-col,.f-row{display:-webkit-flex;display:-moz-box;display:flex;-moz-box-direction:normal;margin:0}.f-col{-webkit-flex-direction:column;-moz-box-orient:vertical;flex-direction:column}.f-wrap{-webkit-flex-wrap:wrap;flex-wrap:wrap}.f-j-center{-webkit-justify-content:center;-moz-box-pack:center;justify-content:center}.f-j-end,.f-j-flex-end{-webkit-justify-content:flex-end;-moz-box-pack:end;justify-content:flex-end}.f-j-space-around{-webkit-justify-content:space-around;justify-content:space-around}.f-j-space-between{-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between}