@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Black+Han+Sans');
@import url('https://fonts.googleapis.com/css?family=Gugi');
@import url('https://fonts.googleapis.com/css?family=PT+Mono');
body{
  margin: 0;
  font-family: 'PT Mono', monospace;
  color: white;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  overflow: hidden;
}
a{
  text-decoration: none;
  color: white;
}
a,a h4,a h3,a i{transition: 0.1s;}
a:hover,a:hover *{
  color:#ff6297;
}
#main-menu{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #2B2D42;
  z-index: 100;
}
#main-menu h1{
  text-align: center;
  font-size: 72px;
  margin-top: 0;
}
@keyframes transition1 {
  0% {top: -400px;}
  100% {top:0px;}
}
@keyframes transition2 {
  0% {left: 800px;}
  50% {left: 800px;}
  100% {left:0px;}
}
@keyframes transition3 {
  0% {top: 400px;}
  66% {top: 400px;}
  100% {top:0px;}
}
@keyframes transition4 {
  0% {right: 800px;}
  76% {right: 800px;}
  100% {right:0px;}
}
@keyframes transition5 {
  0% {left: 800px;}
  76% {left: 800px;}
  100% {left:0px;}
}
@keyframes transition6 {
  0% {opacity: 0;}
  50% {opacity: 0;}
  100% {opacity: 1;}
}
@keyframes brain-anim {
  0% {transform:scale(1); }
  50% {transform:scale(1.1);}
  100% {transform:scale(1);}
}
@keyframes fear1{
  0% {color: #00aced;}
  50% {color: #4dcfff;}
  100% {color: #00aced;}
}
@keyframes back1{
  0%{opacity: 0.05}
  50%{opacity: 0.1;}
  100%{opacity: 0.05;}
}
.chrome{font-size:10px;position: absolute;bottom: -30px;animation: transition6 2s;}
.fa-brain{animation: brain-anim 3s infinite;}
#main-menu h1 span{
  position: relative;
}
#main-menu h1 #span-brain{
  animation-duration: 400ms;
  animation-name: transition1;
}
#main-menu h1 #span-b{
  animation-duration: 600ms;
  animation-name: transition2;
}
#main-menu h1 #span-c{
  animation-duration: 1000ms;
  animation-name: transition3;
}
#main-menu button{
  font-size: 28px;
  width: 49%;
  margin: 0;
  position: relative;
}
#main-menu #content{
  width: 80%;
  margin: 19% 10%;
  position: relative;
}
#main-menu .bottom{
  bottom: 0;
  width: 100%;
  height: 32px;
  background: #f50052;
  color: white;
  padding: 0 10px;
}
.twitter{
  color:#00aced;
}
#main-menu .bottom h3{
  margin: 0;
  line-height: 32px;
}

#fps{
  color: white;
  position: absolute;
  left: 10px;
  top: 0;
  z-index: 1;
}
pre{
  font-family: 'PT Mono', monospace;
}
.special-font{
  font-family: 'gugi', cursive;
}

::-webkit-scrollbar {
  width: 14px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

::-webkit-scrollbar-thumb {
background-color: #8D99AE;
outline: 1px solid slategrey;
}
::-webkit-scrollbar-thumb:hover{
  background-color: #666;
}
#canvasSupport{cursor: pointer;}
#click-here{
  position: absolute;
  top: 390px;
  width: 600px;
}
#click-here h3{
  text-align: center;
  font-size: 60px;
}
/*
rosa claro #f37
rosa #f50052
rosa dark #d60047
gray-blue escuro #2B2D42
gray-blue  #8D99AE
gray-blue light #D7DEDC
*/
*{
  box-sizing: border-box;
  transition: 0.4s;
}

.border{
  border: 3px solid #2B2D42;
}

.content{
  width: 970px;
  height: 600px;
  position: relative;
  margin: 0 auto;
  box-sizing: content-box;
  background: #2B2D42;
}
#splash-screen{
  z-index: 1000;
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 1;
}
#splash-screen video{
  position: absolute;
  left: 161px;
  top: 84px;
}
.fear-back{
  width: 600px;
  height: 600px;
  position: absolute;
  left: 0;
  right: 0;
  display: none;
  animation: back1 5s infinite;
  background: #1e5799;  
  background: -moz-radial-gradient(center, ellipse cover, #1e5799 0%, #00aced 40%, #7db9e8 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #1e5799 0%,#00aced 40%,#7db9e8 100%);
  background: radial-gradient(ellipse at center, #1e5799 0%,#00aced 40%,#7db9e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 );
}
.close{
  z-index: 10;
  right: 0;
  top: 0;
  margin: -16px;
  position: absolute;
  border-radius:1000px;
  color: white;
  background: #f50052;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 32px;
  font-weight: 900;
  cursor: pointer;
}
.close:hover{
  background: #d60047;
}
#loading-div h3{
  text-align: center
}
#loading-div #load{
  margin: 0 auto;
  width: 100%;
  height: 10px;
  background: white;
  position: relative;
}
#loading-div #load #load-inside{
  position: absolute;
  left: 0;
  top: 0;
  background: #f50052;
  height: 100%;
  transition: 0s;
}
#stats-div{
  background: white;
  color: black;
}
#stats-div table{
  width: 100%;
  color: #0d0d0d;
}
#stats-div table h5{
  margin: 4px 0;
}
#stats-div table tr td:nth-child(1){
  width: 50%;
  text-align: left;
}
#stats-div table tr td:nth-child(2){
  width: 50%;
  text-align: right;
}
#stats-div .rearrange{
  width: 100%;
  font-weight: 700;
}
.canvasjs-chart-canvas{
  width: 536px!important; height: 300px!important; position: absolute;
}
#stats{
  height: 300px;
}
.div-info,.confirmation,.div-info-2{
  position: absolute;
  left: 20%;
  width: 60%;
  border: 3px solid  #f50052;
  border-radius: 2px;
  background: #2B2D42;
  color:white;
  padding: 20px;
  display: none;
  z-index: 20;
  cursor: pointer;
  transition: 0s;
}
.div-info-2{
  cursor: default!important;
}
.div-info h4,#click-somewhere{right: 0;bottom: 0;position: absolute;margin: 4px;font-size: 11px;}
.confirmation{
  cursor: default;
}
.confirmation button:nth-child(1){
  margin-right: 10px;
}
.confirmation button{
  min-width: 80px;
}
.confirmation .buttonDiv{float: right;}
#back-layer{
  content: '';
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.6;
  z-index: 19;
}
#newNeuronInfo #bar{
  position: absolute;
  margin: 26px 0 0 0;
  background: #D7DEDC;
  top: 0;
  left: 100px;
  width: 400px;
  height: 10px;
}
#newNeuronInfo #bar #insidebar{
  background: #f50052;
  width: 0;
  margin: 2px;
  height: 6px;
  transition: 100ms;
}
#newNeuronInfo h5{
  font-size: 12px;
  margin: 8px;
  top: 16px;
  position: absolute;
}
#lastNeuronNeed{
  right: 870px;
}
#neuronNeed{
  left:500px;
}
#atualDnah5{
  top: 0px !important;
  width: 600px;
  text-align: center;
}

#menu{
  right: 0;
  top: 0;
  position: absolute;
  width: 370px;
  height: 100%;
  border-left: 2px solid white;
  background: #2B2D42;
}
#texts{
  position: relative;
  height: 40px;
  width: calc(100% - 20px);
  margin: 0 10px 0 10px;
}
#texts h3,#texts h2{
  position: absolute;
  margin: 0;
  line-height: 30px;
}
#texts h3{
  font-size: 15px;
  width: 35%;
}
#texts h2{
  width: 50%;
}
#dna{
  text-align: left
}
#radiation{
  right: 0;
  text-align: right;
}
#title{
  left: 25%;
}
.upgrade-box{
  width: 100%;
  margin: 10px 0 14px 0;
  border-bottom: 2px solid white;
  position: relative;
  height: 74px;
}
.upgrade-box .nextvalue{color: #f50052;display: none;}
.upgrade-box .value.fear{color: #00aced;font-weight:900;animation: fear1 1000ms infinite;}
.upgrade-box h2{font-size: 18px;margin: 0 4px;display: block;}
.upgrade-box h4{font-size: 11px;margin: 0 4px;display: block;}
button.btn1,.upgrade-box h3{font-size: 16px;}
.upgrade-box .cost{margin: 12px 4px 6px 4px;position: absolute}
.upgrade-box .upgrade,.upgrade-box .finished{width:80px;text-align:center;position: absolute;border:2px solid white;padding: 3px 6px;right: 0;bottom: 4px;margin: 4px}
.finished{background: hsl(200, 100%, 48%);border:2px solid hsl(200, 100%, 48%)!important;color:white;}
.upgrade-box .upgrade.active,button.btn1{cursor: pointer;background:#f50052;color:white;border:3px solid #f50052;}
.upgrade-box .upgrade.active:hover,button.btn1:hover,button.btn2:hover{opacity: 0.8;}
.btn1,.btn2{padding: 3px 6px;font-weight: 900;}
button.btn2{cursor: pointer;background:white;border:3px solid white;color: #f50052;}
.upgrade-box .nivel{position: absolute;right: 0;top: 0;background: white; color: #2B2D42;text-align: center;width: 16px;height: 16px;line-height: 16px;}
.upgrade-box .bar{position: absolute;left: 0;bottom: 0;background: #f50052;width: 0%;height: 3px;}

.tecla{
  background: white;
  border-radius: 4px;
  border-bottom: 3px solid #666;
  color: #d60047;
  padding: 4px;
  top: 0;
  cursor: pointer;
  position: relative;
}
.tecla:not(.active):hover{
  background: #ddd;
}
.tecla.active{
  top:2px;
  background: #aaa;
  border-radius: 4px;
  border-bottom: 1px solid #666;
  color: #d60047;
  padding: 4px;
}
#info-shortcut{
  background: #f50052;
  padding: 0px;
  bottom: -70px;
  left: -15.4px;
  position: absolute;
  height: 46px;
  width: 367.5px;
}
#info-shortcut table{
  width: 100%;
}
#info-shortcut tr{
  width: 100%;
  height: 46px;
}
#info-shortcut td{
  width: 50%;
  text-align: center;
}
#info-shortcut h4{
  margin: 0;
  line-height: 100%;
}

.zoom{
 position: absolute;
 right: 370px;
 top: 0;
 margin: 4px;
}
#pulses-perc{
  position: absolute;
  height: 2px;
  left: 0px;
  width: 0px;
  bottom: 46px;
  background: white;
  transition: 500ms;
}

.bottom{
  position: absolute;
  left: 0px;
  bottom: 0;
  margin: 0;
  width: 600px;
  height: 46px;
  background: #f50052;
}
.bottom .barBottom{
  bottom: 46px;
  height: 3px;
  position: absolute;
  left: 0;
  width: 0%;
  background: white;
}
.bottom h4{
  margin: 0 6px;
  line-height: 46px;
}
.bottom label{
  margin: 6px 6px;
  top: 0;
  position: absolute;
  right: 0;
}
.bottom input:checked + .slider {
  background-color: white;
}

.bottom input:focus + .slider {
  box-shadow: 0 0 1px white;
}
.zoom i{
  color: #2B2D42;
  background: white;
  padding: 4px;
  margin: 0 0 2px 0;
  cursor: pointer;
}
.zoom i.fa-edit{
  padding: 4px 2px;
}
.zoom i.fa-sync,.zoom i.fa-chart-line,.zoom i.fa-cog{
  padding: 4px 3px;
}
.zoom i.fa-star{
  padding: 4px 2px;
}
.zoom i.fa-star.new{
  color: #f50052!important;
}
.zoom i:hover{
  background:#D7DEDC;
}
#top{
  width: 100%;
  text-align: center;
  background: #f50052;
  padding-top: 6px;
  border-bottom: 2px solid white;
}
#top div:not(#texts){
  display: inline-block;
  background: #8D99AE;
  margin: 4px 6px 0 6px;
  padding: 4px;
  border-bottom: 1.6px solid white;
  transform: translateY(0.9px);
  border-top-left-radius:2px;
  border-top-right-radius:2px; 
  cursor: pointer;
  
}
#top div:not(#texts).active{
  background: #2B2D42;
  border-bottom: 1.6px solid #2B2D42;
}
#top div:not(#texts)::after{
  position: absolute;
  content: '';
  width: 100%;
  background:white;
  height: 2px;
  left: 0;
  bottom: -2.5px;
  transition: 0.4s;
}
#top div:not(#texts).active::after{
  background: #2B2D42;
}
#top div:not(#texts) h4{
  margin: 4px;
}
.bottomMenu{
  position: relative;
  display: none;
  margin: 16px;
}
.bottomMenu.active{
  display: block;
}
.bottomMenu .btn1{
  padding:3px 15px; 
}

.bottomMenu .slider:before{
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
}
#sound .slider:before{content: '\f028';}
#music .slider:before{content: '\f001';}
#effects .slider:before{content: '\f0d0';}
#ascension table{
  width: 100%;
}
#ascension table td:nth-child(1){
  width: 47%;
  text-align: left;
  padding: 2px 0;
}
#ascension table td:nth-child(2){
  width: 53%;
  padding: 2px 0;
  text-align: right;
}
#ascendButton{
  position: relative;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
  width: 50%;
  margin-left: 25%;
}
#ascendButton:not(.blocked){
  cursor: pointer;
  background: #f50052;
}
#ascendButton.blocked{
  background: #666;
}
#settings #ascendButton{width: 68%;}
#ascendButton:not(.blocked):hover{
  opacity: 0.8;
}
.text-center{
  text-align: center;
}
.main-color{
  color: #f50052;
}
.main-color-lighter{
  color: #f37;
}
.bold{
  font-weight: bold;
}
button.btn{
  color: white;
  background: #f50052;
}

/* sliders by w3schools*/

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin: 0 15px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.bottom .slider:before{
  content: 'F';
}
.bottom .slider:before,.bottomMenu .slider:before{
  line-height: 26px;
  text-align: center;
  font-weight: bold;
  color: rgba(245, 0, 82, 0.4);
}
.bottom:hover .slider:before,.bottomMenu .slider:hover:before{
  color: rgba(245, 0, 82, 1);
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #f50052;
}

input:focus + .slider {
  box-shadow: 0 0 1px #f50052;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  color: rgba(245, 0, 82, 1);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* ascension upgrades*/
#ascension-upgrades-div{
  position: relative;
  background: #2B2D42;
}
#ascension-upgrades-div.expanded{
  margin-top: -230px;
}
#ascension-upgrades-div .fa-angle-up{
  background: #d60047;
  color: white;
  position: absolute;
  left: 0;
  margin: 0;
  top: 0;
  border-radius: 1000px;
  height: 28px;
  width: 28px;
  padding: 0;
  text-align: center;
  line-height: 28px;
  font-size: 20px;
  cursor: pointer;
}
#ascension-upgrades-div .fa-angle-up:hover{
  opacity: 0.8;
}
#ascension-upgrades-div.expanded .fa-angle-up{
  transform: rotateX(180deg);
}
#ascension-upgrades-div.expanded #ascension-upgrades{
  height: 467px;
}
#ascension-upgrades{
  overflow-y: auto;
  height: 237px;
  margin: 0 -16px 0 0;
  padding-right: 10px;
}
.ascension-up{    
  width: 100%;
  margin: 10px 0 14px 0;
  position: relative;
  height: 86px;
  padding: 6px;
}
.ascension-up.locked{
  background: #666;
  color:white;
}
.locked .locked-text{
  text-transform: capitalize;
  text-align: center;
}
.ascension-up.bought{
  background: #f50052;
  color: white;
}
.ascension-up h3{
  margin: 10px;
  font-size: 16px;
  position: absolute;
}
.ascension-up .description{
  top: 0;
  left: 0;
  width: 94%;
  text-align: center;
}
.ascension-up .description2{
  font-size: 14px;
}
.ascension-up .price{
  bottom: 0;
  left: 0;
}
.ascension-up.bought .upgrade{
  bottom: 0;
  right: 0;
  color: white;
}
.ascension-up.unlocked .upgrade{
  bottom: 0;
  right: 0;
  background: #2B2D42;
  color: white;
  border: 2px solid #2B2D42;
  padding: 3px 6px;
  cursor: pointer;
}
.ascension-up.unlocked .upgrade:hover{
  background: white;
  color: #2B2D42;
}
.ascension-up.unlocked{
  background: white;
  color: #2B2D42;
}
input[type=checkbox]{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  background-color: #D7DEDC;
  color: white;
  margin: 0 4px;
  height: 16px;
  width: 16px;
  border: 0;
  border-radius: 50px;
  cursor: pointer;     
  margin-right: 7px;
  outline: none;
}

input[type=checkbox]:checked::before
{
     position: absolute;
     font: 13px/1 'Open Sans', sans-serif;
     left: 4px;
     top: 0px;
     content: '\02143';
     transform: rotate(40deg);
}
input[type=checkbox]:hover{
  background-color: #f50052;
}
input[type=checkbox]:checked{
  background-color: #f50052;
}
input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 9.95px 0;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.1px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
  background: #ffffff;
  border-radius: 25px;
  border: 0px solid #010101;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0.8px #000000, 0px 0px 0px #0d0d0d;
  border: 1px solid rgba(0, 0, 0, 0);
  height: 28px;
  width: 28px;
  border-radius: 50px;
  background: #f50052;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -9.95px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ffffff;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.1px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
  background: #ffffff;
  border-radius: 25px;
  border: 0px solid #010101;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0.8px #000000, 0px 0px 0px #0d0d0d;
  border: 1px solid rgba(0, 0, 0, 0);
  height: 28px;
  width: 28px;
  border-radius: 50px;
  background: #f50052;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 8.1px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #f2f2f2;
  border: 0px solid #010101;
  border-radius: 50px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
}
input[type=range]::-ms-fill-upper {
  background: #ffffff;
  border: 0px solid #010101;
  border-radius: 50px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
}
input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0.8px #000000, 0px 0px 0px #0d0d0d;
  border: 1px solid rgba(0, 0, 0, 0);
  height: 28px;
  width: 28px;
  border-radius: 50px;
  background: #f50052;
  cursor: pointer;
  height: 8.1px;
}
input[type=range]:focus::-ms-fill-lower {
  background: #ffffff;
}
input[type=range]:focus::-ms-fill-upper {
  background: #ffffff;
}
#customize-div{
  right: 40px;
  left: inherit;
  width: 44%;
}
#customize-div table{
  position: relative;
  width: 100%;
}
#customize-div table h3{
  margin:4px;
}
#darkness{
  width: 100%;
}
h3.title{
  color: white;
  background: #f50052;
  position: absolute;
  left: -3px;
  padding: 2px 4px;
  top: -27px;
  margin: 0;
  border-top-right-radius:5px;
  border-top-left-radius:5px; 
}
#customize-div label{
  margin-left:0;
}
.fa-info-circle{
  padding: 8px;
  margin:-16px -6px 0 -8px;
  font-size: 10px!important;
  vertical-align: text-top;
  cursor: pointer;
  position: absolute;
}
#achievement-oncontent{
  padding: 12px;
  position: absolute;
  opacity: 0.8;
  background: #8D99AE;
  color: white;
  margin: 10px;
  bottom: 50px;
  width: 580px;
  cursor: pointer;
  display: none;
}
#achievement-oncontent div i{
  font-size: 43px;
}
#achievement-oncontent div:nth-child(1){
  width: 39px;
  float: left;
}
#achievement-oncontent div:nth-child(2){
  width: 500px;
  float: right;
}
#achievement-oncontent:hover{
  opacity: 0.6;
}
#achievement-oncontent h2,#achievement-oncontent h5{margin: 0;}
#achievs{
  padding: 0;
}
#achievs #content-a{
  padding: 20px;
  height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
.achievement a{
  text-decoration: underline;
}
.achievement .bar-achiev{
  bottom: -4px;
  height: 4px;
  left: 0;
  position: absolute;
  background: #f50052;
}
.achievement h3:nth-child(1){
  float: left;
}
.achievement h3:nth-child(2){
  float: right;
}
.achievement h2{
  font-size: 20px;
  margin-top: 0;
}
.achievement h3{
  font-size: 16px;
  bottom: 0;
  margin: 0;
}
.achievement .icon{
  height: 66px;
  width: 66px;
  text-align: center;
  margin: 10px;
  font-size: 50px;
  line-height: 66px;
}
.achievement div{
  position: absolute;
}
.achievement div:nth-child(1){
  width: 100px;
  left: 0;
}
.achievement div:nth-child(2){
  width: 408px;
  right: 0px;
  margin: 14.5px 10px 0 0;
}
.achievement{
  background: white;
  color: #2B2D42;
  padding: 0;
  height: 86px;
  margin: 10px 0;
  position: relative;
}
.achievement.active{
  background: #f50052;
  color: #fff;
}
#info-moving-div{
  position: absolute;
  display: none;
  background: #0d0d0d;
  color: white;
  font-weight: 700;
  padding: 4px;
  font-size: 12px;
  max-width: 160px;
  opacity: 0.8;
  transition: top 0s,left 0s,right 0s,bottom 0s;
  z-index:100 ;
  text-align: center;
}
#alert{
  position: absolute;
  margin: -5px;
  right: 0px;
  top: 0;
  color: white;
}
.canvasjs-chart-credit{display: none;}
#load-page{z-index: 1000;cursor: pointer;}
#load-page h3{margin-top: 0}
#load-page h6{margin: 0;font-size:10px}
#load-page h5{margin: 2px 0;font-size:18px}