
body {
    margin:0;
    padding:0;
}

#none {
    cursor: default !important;
}

#shade {
    background-color: #220561;
    opacity: 0.4;
}

#slide2 {
    cursor: pointer;
}

#cans {
    margin-top: -100px;
    margin-left: -100px;
}

#startArea {
    cursor: pointer;
}

#gameContainer {
    filter: blur(5px);
}

canvas {
    background: transparent !important;
}

#ballCont {
    position: absolute;
}

#hitArea {
    position: absolute;
    border: 3px solid white;
    border-radius: 30px;
}


.center {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.wrapper {
    overflow: hidden;
    text-overflow: clip;
}

.abs {
    position: absolute;
}
.rct {
    width:300px !important;
    height:600px !important;
    position: absolute;
}
.opacity0 { opacity: 0; }
.opacity1 { opacity: 1; }

.zi1 { z-index: 800; }
.zi2 { z-index: 900; }
.zi5 { z-index: 5000; }
.zi6 { z-index: 6000; }
.zi7 { z-index: 7000; }
.zi8 { z-index: 8000; }
.zi9 { z-index: 9000; }
.zi10 { z-index: 10000; }
.zIndex99998 { z-index: 99998; }
.zIndex99999 { z-index: 99999; }

.hidden{
	visibility: hidden;
}
.noEvents{
  pointer-events: none;
}
.noVis{
    visibility: none;
}
.noDisplay{
    display: none;
}

