.scu-shortcode.sc-reading-speed-test {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

.scu-shortcode.sc-reading-speed-test h1 {
	background: linear-gradient(to right, #0000e6, #670067);
	min-height: 55px;
	line-min-height: 55px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 37.5px;
	text-align: center;
	color: white;
}

.scu-shortcode.sc-reading-speed-test h2 {
	background: linear-gradient(to right, #0000e6, #670067);
	min-height: 55px;
	line-min-height: 55px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 37.5px;
	text-align: center;
	color: white;
}

.scu-shortcode.sc-reading-speed-test .sc-header p {
	font-size: 25px;
	display: block;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	margin-top: 25px;
}

@-webkit-keyframes GradientAnimation {
	0% {
		background-position: 0 51%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0 51%;
	}
}

.scu-shortcode.sc-reading-speed-test hr {
	height: 10px;
	margin-top: 30px;
	background: linear-gradient(272deg, #00ffbd, #0400ff);
	border: none;
}

.scu-shortcode.sc-reading-speed-test #start {
	width: 50%;
	margin-left: 25%;
	margin-right: 25%;
	min-height: 55px;
	margin-top: 15px;
	background: linear-gradient(272deg, #00ffbd, #0400ff);
	border-radius: 10px;
	font-size: 200%;
	color: white;
	outline: none;
	margin-bottom: 15px;
	border: none;
	font-size: 33px;
}

.scu-shortcode.sc-reading-speed-test #done {
	width: 50%;
	margin-left: 25%;
	margin-right: 25%;
	min-height: 55px;
	margin-top: 15px;
	background: linear-gradient(272deg, #0400ff, #601cff);
	border-radius: 10px;
	font-size: 200%;
	color: white;
	outline: none;
	margin-bottom: 15px;
	border: none;
	font-size: 33px;
	opacity: 0.2;
}

.scu-shortcode.sc-reading-speed-test #text {
	/*margin-left: 50px;
	margin-right: 50px;*/
	padding: 20px;
	font-size: 20px;
	background-color: #FFF8F0;
	border-radius: 10px;
	line-height: 33px;
	color: #000000;
	border: #000 2px solid;
}
/*
.scu-shortcode.sc-reading-speed-test #wordCount {
	padding: 20px;
	font-size: 25px;
	margin-left: 50px;
	width: 25%;
	background-color: #f3f3f3;
	border-radius: 10px;
	margin-bottom: 25px;
	display: inline-block;
}
*/
.scu-shortcode.sc-reading-speed-test #estimator {
	padding: 10px;
	font-size: 15px;
	text-align: center;
	/*margin-left: 10px;*/
	width: 100%;
	background-color: #f3f3f3;
	border-radius: 10px;
	margin-bottom: 25px;
	display: inline-block;
}
/*
.scu-shortcode.sc-reading-speed-test #estimator {
	width: calc(65% - 75px);
}
*/
.scu-shortcode.sc-reading-speed-test #infoOnText {
	max-height: 20%;
	width: 100%;
}

.scu-shortcode.sc-reading-speed-test #estimator input {
	border: none;
	outline: none;
	padding: 8px 8px 7px 8px;
	border-radius: 3px;
	height: 25px;
	margin-left: 3px;
	margin-right: 3px;
	font-size: 65%;
}

.scu-shortcode.sc-reading-speed-test #reset {
	width: 50%;
	margin-left: 25%;
	margin-right: 25%;
	min-height: 55px;
	margin-top: 15px;
	background: linear-gradient(272deg, #4286f4, #00faff);
	border-radius: 10px;
	font-size: 200%;
	color: white;
	outline: none;
	margin-bottom: 15px;
	border: none;
	font-size: 33px;
}

.scu-shortcode.sc-reading-speed-test #resetRandom {
	width: 50%;
	margin-left: 25%;
	margin-right: 25%;
	min-height: 55px;
	margin-top: 15px;
	background: linear-gradient(272deg, #4286f4, #00faff);
	border-radius: 10px;
	font-size: 200%;
	color: white;
	outline: none;
	margin-bottom: 15px;
	border: none;
	font-size: 33px;
}

.scu-shortcode.sc-reading-speed-test #changeText {
	width: 50%;
	margin-left: 25%;
	margin-right: 25%;
	min-height: 55px;
	margin-top: 15px;
	background: linear-gradient(272deg, #0084ff, #0ef);
	border-radius: 10px;
	font-size: 200%;
	color: white;
	outline: none;
	margin-bottom: 15px;
	border: none;
	font-size: 33px;
}

.scu-shortcode.sc-reading-speed-test #changeTextPopup {
	position: absolute;
	top: 5%;
	left: 5%;
	width: 90%;
	height: 90%;
}

.scu-shortcode.sc-reading-speed-test #changeTextPopup textarea {
	width: 100%;
	padding: 15px;
	resize: none;
	height: 30%;
	font-size: 16px;
	outline: none;
	border: none;
}

.scu-shortcode.sc-reading-speed-test #doneWithChangeText {
	width: 100%;
	height: 10%;
	background: linear-gradient(272deg, #0084ff, #0ef);
	color: white;
	outline: none;
	border: none;
	font-size: 30px;
	margin-bottom: 10px;
}

.scu-shortcode.sc-reading-speed-test #doneWithChangeTextRandom {
	width: 100%;
	height: 10%;
	background: linear-gradient(272deg, #0084ff, #0ef);
	color: white;
	outline: none;
	border: none;
	font-size: 30px;
}

.scu-shortcode.sc-reading-speed-test #overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #000;
	display: none;
	z-index: 1;
}

.scu-shortcode.sc-reading-speed-test #changeTextPopup h2 {
	height: 70px;
	line-height: 66px;
	font-size: 30px;
}

.scu-shortcode.sc-reading-speed-test #exitPopup {
	width: 10%;
	height: 156px;
	background: none;
	outline: none;
	font-size: 34px;
	float: right;
	color: white;
	border: none;
	transition-duration: 250ms;
}

.scu-shortcode.sc-reading-speed-test #exitPopup:hover {
	transform: scale(1.1);
}

.scu-shortcode.sc-reading-speed-test button {
	padding: 0 0 !important;
}

.scu-shortcode.sc-reading-speed-test button:enabled {
	transition-duration: 190ms;
	box-shadow: 0 4px 4px 0 rgba(0,0,0,0.16),0 0 0 2px rgba(0,0,0,0.08);
}

.scu-shortcode.sc-reading-speed-test button:enabled:hover {
	box-shadow: 0 0 0 0 rgba(0,0,0,0.16),0 0 0 0 rgba(0,0,0,0.08);
}

.scu-shortcode.sc-reading-speed-test button:active {
	transform: scale(1.02);
}

.scu-shortcode.sc-reading-speed-test #exitPopup {
	box-shadow: none;
}

.scu-shortcode.sc-reading-speed-test #changeTextPopup p {
	color: white;
	text-align: center;
	display: block;
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 25px;
}
