/*.sticky {*/
/*    position: sticky;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    margin-top: 80px;*/
/*}*/
/*@-webkit-keyframes flashIn {*/
/*    0% {*/
/*        background-color: hsla(64,68%, 67%,1);*/
/*    }*/
/*    50% {*/
/*        background-color: hsla(64,68%, 100%,1);*/
/*    }*/
/*    100% {*/
/*        background-color: hsla(64,68%, 67%,1);*/
/*    }*/
/*}*/
/*@-webkit-keyframes flashOut {*/
/*    0% {*/
/*        background-color: hsla(64,68%, 67%,1);*/
/*    }*/
/*    50% {*/
/*        background-color: hsla(64,68%, 100%,1);*/
/*    }*/
/*    100% {*/
/*        background-color: hsla(64,68%, 67%,1);*/
/*    }*/
/*}*/
/*.js--helpKey {*/
/*    background-color:hsla(var(--blue-hue),77%,45%,1);*/
/*    padding:5px;*/
/*}*/
/*.won--big {*/
/*    font-size:120px;*/
/*    color:white;*/
/*    font-weight: bold;*/
/*}*/
/*canvas {*/
/*    position: absolute;*/
/*    top: 100px;*/
/*}*/
/*.bar {*/
/*    text-align:center;*/
/*    font-size: 28px;*/
/*    font-family: monospace;*/
/*    background-color: hsla(64,68%, 67%,1);*/
/*    padding: 10px 0 10px 0;*/
/*    box-shadow: 0 4px 18px #444;*/
/*    -webkit-animation-name: flashOut;*/
/*    -webkit-animation-duration: 900ms;*/
/*    -webkit-animation-iteration-count: 1;*/
/*    -webkit-animation-timing-function: ease-in-out;*/
/*}*/
/*.bar.flash {*/
/*    -webkit-animation-name: flashIn;*/
/*    -webkit-animation-duration: 900ms;*/
/*    -webkit-animation-iteration-count: 1;*/
/*    -webkit-animation-timing-function: ease-in-out;*/
/*}*/

/*.counters {*/
/*    position: sticky;*/
/*    right: 0;*/
/*    background-color: green;*/
/*    padding: 20px;*/
/*    font-weight: bold;*/
/*    color: white;*/
/*    box-shadow: -2px 11px 8px 1px #777;*/
/*}*/
/*.hidden {*/
/*    display:none;*/
/*}*/

/*.progress-bar {*/
/*    background: -moz-linear-gradient(left, #f9c667 0%, #f79621 100%); !* FF3.6-15 *!*/
/*    background: -webkit-linear-gradient(left, #f9c667 0%,#f79621 100%); !* Chrome10-25,Safari5.1-6 *!*/
/*    background: linear-gradient(to right, #f9c667 0%,#f79621 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
/*    height: 4px;*/
/*    width: 0;*/
/*}*/

