* {
    border: none;
    padding: none;
    margin: none;
}

body {
    font-family: 'Roboto' ,sans-serif !important;    
}

#main-content {
    background-color: #f2f2f2;   
    height: 100vh;
    width: 100vw;
}

@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}

button {
    height: 54px !important;
    background-color: #34495e;
    border-radius: 4px;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.04),0 1px 5px rgba(0,0,0,.1);
    color: #eee;
    font-size: 20px !important;
    letter-spacing: 0.05em;
    text-align: center;
    padding-top: 11px;
    cursor: pointer;
}

.wrapper {
    display: block;
    width:99.6%;
    margin:0.2%;
}
hy
.wrapper:after {
	content:"";
	display:table;
	clear:both;
}


h2 {
    font-size: 38px !important;
    color: #333 !important;
}

.time-block {
    opacity: 0.0;
}

.cps-block {
    opacity: 0.0;
}

h3 {
    font-weight: 100 !important;
    font-size: 48px !important;
    letter-spacing: 0.03em;
}

h2 {
    font-weight: 300 !important;
    font-size: 48px !important;
    letter-spacing: 0.03em;
}

#top-ui {
    width: 100% !important;
    background-color: #81d4fa;
    padding: 20px;
    padding-bottom: 50px;
    margin: 0px !important;
}

.bot-shadow {
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    0px 1px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         0px 1px 5px 0px rgba(0, 0, 0, 0.3);
}

.top-shadow {
    -webkit-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    0px -1px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow:         0px -1px 5px 0px rgba(0, 0, 0, 0.1);

}

#reset-btn {
    position: absolute;
    font-size: 18px;
    color: #f2f2f2;
    top: 180px;
    left: 0px;
    right: 0px;
    background-color: #ef6e7e;
    border-radius: 50% !important;
    width: 90px;
    height: 90px;
    line-height: 4.1em;
    margin: 0 auto !important;
    display: inline-block;
}

.btn-2 {
    background: #ef6e7e;
    color: #333;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    0px 1px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         0px 1px 5px 0px rgba(0, 0, 0, 0.3);
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

#click-frame {
    width: 100%;
    height: 720px;
    background-color: #f2f2f2;
    text-align: center;
    padding-top: 150px;
    cursor: pointer;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
}

h1 {
    font-weight: 300 !important;
    font-size: 40px !important;
    color: #999 !important;
}

#click-block {
    opacity: 0.0;
}

#reset-text {
    opacity: 0.0;
}

#best-block {
    text-align: right;
}

#cps-block {
    text-align: center;
}

#cps {
    font-size: 48px !important;
}

#close-btn {
    width: 150px;
    background-color: #555;
    color: #f2f2f2;
}

#modal {
    background-color: #bdbdbd;
}

#modal-7 {
    
}

#help-btn {
    position: absolute;
    right: 15px;
    color: rgba(0,0,0,0.2);
    cursor: pointer;
    font-size: 40px;
    font-family: montserrat, roboto;
    opacity: 0.0;
}
