body
{
	font-size: 1.8em;
	
}


/* Style the header with a grey background and some padding */
.header {
  background-color: #7f78d2;
  padding: 10px 10px;
  position:fixed;
  top:0;
  width:100%;
  z-index:1;
}

.header span {
  font-size: 17px;
    font-weight: bold;
    color: #ffd128;
    margin-left: -5px;
    font-style: italic;
}

/* Style the header links */
.header a {
  float: left;
  color: white;
  text-align: center;
  padding: 5px 12px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border-radius: 4px;
}

/* Style the logo link (notice that we set the same value of line-height and font-size to prevent the header to increase when the font gets bigger */
.header a.logo {
  font-size: 25px;
  font-weight: bold;
}

/* Change the background color on mouse-over */
.header a:hover {
  background-color: #5f5a9d;
  color: #fff;
  text-decoration: none;
}

/* Style the active/current link*/
.header a.active {
  background-color: #5f5a9d;
  color: white;
}

/* Float the link section to the right */
.header-right {
  float: right;
  
}



.drop-down {
    float: left !important;
  overflow: hidden;
  color: #fff;
  cursor:pointer;
   
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  border-radius: 5px;
  top:2.9em;
  z-index: 9;
 }

/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #dfc7ff;
  color: black;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.drop-down:hover .dropdown-content {
  display: block;
}

.dropbtn:after {
  content: "▾";
  padding: 0 0 0 5px;
  z-index: 1;
  width: 10%;
  height: 100%;
 
}


.main-wrapper {
	margin: 80px auto;
	max-width: 1224px;
	
}

.boxdiv {
	min-height:50px;
	padding-left:20px;
	padding-top:20px;
	background-color:blue;
	font-weight:bold;
	color:white;
	margin:40px 20px;
	
}

.click-test-button {
	
	width: 100%;
    height: 235px;
    color: #fff;
    border: none;
    background-color: #7ec034;
    line-height: 100%;
	font-size: 1.5em;
	cursor: pointer;

    box-shadow: 7px 6px 15px 1px rgba(0, 0, 0, 0.24); 
    cursor: pointer; 
    outline: none !important; 
    transition: 0.05s all; 
}

.click-test-button:active { 
            transform: scale(0.95); 
            /* Scaling button to 0.98 to its original size */ 
            box-shadow: 3px 2px 10px 1px rgba(0, 0, 0, 0.24); 
            /* Lowering the shadow  */
            outline: none; 
          
            
        } 

.rippleJS {
    max-height:235px;
}


.click-test-wrapper {
	
	margin: 0 0 20px 0;
	color: #fff;
	
}

.click-speed, .timer, .cps-test-score {

padding: 20px 0px;
font-size: 1.3em;
text-align: center;
font-weight: bold;
border: 1px #9ccc65 solid;

}

.levels{
    padding:20px 0px;
font-size: 1.3em;
text-align: center;
border: 1px #9ccc65 solid;
    height:95%;
    width: 100%;
} 

.heading {
    background-color:#7ec034;
    color:#fff;
}

.bold {
    
font-weight: bold;
}


#cps-challenge, #selector {
    background: #f5f5f5;
    border-radius:10px;
    padding-top:20px;
}

#selector-buttons{
    text-align:center;
}

#cps-test, #cps-challenge {
    display:none;
}


#clickarea, #resultarea {

/*margin-bottom: 20px;*/
    
}

#resultarea, #result-area {

/*padding-right: 10%;*/
    
}
.main-wrapper .row{
	margin: 20px 0px;
	
}

.content-wrapper
{
	padding: 10px;
}


.bottom-button {
  display: inline-block;
  border-radius: 4px;
  background-color: #eb343a;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
  padding: 10px 5px;
  width: 190px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.bottom-button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  color: #fff;
  
}

.bottom-button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.bottom-button:hover span {
  padding-right: 25px;
  color: #fff;
}

.bottom-button:hover span:after {
  opacity: 1;
  right: 0;
}

.buttons-wrapper 
{
	margin: -10px auto;
	text-align: center;
}

	
#resultarea, #result-area
{
	display: none;
	width:100%;
	
}


#resultarea h4 {
	float:right !important;
	margin-left:25%;
}

.restart-button {
	
    color: #fff;
    border: none;
    background-color: #7ec034;
    padding: 10px 20px;
	font-size: 1.2em;
	border-radius: 5px;
	font-weight:bold;
	width: 260px;
	cursor: pointer;
	margin: 10px 0px;
}

.stop-button {
	
    color: #eb343a;
    border: 2px solid #eb343a;
    border-radius: 5px;
    padding: 10px 20px;
	font-size: 1.4em;
    font-weight: bolder;
	width: 100%;
	cursor: pointer;
}
.stop-button:hover {
    
    background-color: #eb343a;
    color:#fff;

}



.share-buttons img {
	max-width:100px !important;
	max-height:30px !important;

}

ul.share-buttons{
  list-style: none;
  padding: 0;
}

ul.share-buttons li{
  display: inline;
	cursor: pointer;
}

ul.share-buttons .sr-only{
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

#activity {
			display: inline-table;
			text-align: center;
			vertical-align: middle;
			margin: 0 auto;
			font-size: 1.5em;
		
		}

		

		#result {
			text-transform: uppercase;
			color: #fff;
		}

		.tryagain {
		background-attachment: scroll;
		background-clip: border-box;
		background-color: rgb(127, 206, 119);
		background-image: none;
		background-origin: padding-box;
		background-size: auto;
		border-bottom-left-radius: 16px;
		border-bottom-right-radius: 16px;
		border-top-left-radius: 16px;
		border-top-right-radius: 16px;
		box-sizing: border-box;
		color: rgb(255, 255, 255) !important;
		cursor: pointer;
		display: inline-block;
		font-family: 'Open Sans', sans-serif;
		font-size: 32px;
		font-stretch: normal;
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
		height: 93px;
		line-height: normal;
		margin-bottom: 8px;
		margin-left: 9.28px;
		margin-right: 9.28px;
		margin-top: 8px;
		min-height: 0px;
		min-width: 180px;
		outline-width: 0px;
		padding-bottom: 24px;
		padding-left: 24px;
		padding-right: 24px;
		padding-top: 24px;
		position: relative;
		text-align: center;
		text-transform: none;
		transition-delay: 0s;
		transition-duration: 0.28s;
		transition-property: box-shadow;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		width: 351.594px;
		z-index: 0;
		-webkit-user-select: none;
		}

		a:link, a:hover, a:visited, a:active {
			text-decoration: none;
		}
.hits {
  font-size: 1.8em !important;
  font-weight: bolder;
}


.speed {
  font-size: 1.8em !important;
  font-weight: bolder;
}


.adbox {

min-height: 100px;
max-width:970px;
/*background-color: #fffcba;*/
  
}


table {
    
    max-width: 480px;
    width: 100%;
    margin-bottom: 20px;   
}

td, tr {
    
    padding: 10px;
}


/*#cusdis_thread {*/
/*    width:100%;*/
/*    height:480px;*/
    
/*}*/


.float{
	position:fixed;
	bottom:30px;
	left:40px;
	text-align:center;
	box-shadow: 0 0 8px #999;
}

.float img {
    padding-right:10px;

}


#comment-button {
	height:60px;
	border-radius:50px;
    background-color:#7f78d2;
    z-index:9999;
    padding: 10px 25px;
    font-size: 1.2em;
    color: #fff;
    cursor: pointer;
}

.comment-box {
    display:none;
    width:360px;
    height: 480px;
    bottom:100px;
   background-color:#fff;
    padding:10px;
    border-radius: 10px;
    z-index:9999;

}

#cusdis_thread::-webkit-scrollbar {
  display: none !important;
}

/* Hide scrollbar for IE, Edge and Firefox */
#cusdis_thread iframe {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

#cusdis_thread iframe .my-4 {
    background: #f1f1f1 !important;
    border-radius: 10px !important;
    padding:10px !important;
}

.open {
    display: block;
}

.test-area {
    background:#f5f5f5;
    border-radius:10px;
    margin: 10px auto;
    
}



/* Add media queries for responsiveness - when the screen is 500px wide or less, stack the links on top of each other */
@media screen and (max-width: 500px) {
  .header a {
    /*float: none;*/
    display: block;
    text-align: left;
  }
  .header-right {
    float: none;
    padding:10px 0;
  }

  .adbox {
  min-height: 240px;
}

.header a.logo {
  font-size: 25px;
  float:left;
  font-weight: bold;
}

.main-wrapper {
        margin: 140px auto;
}

}










                       
