@media (max-width:767px) {
	#qlld_timer_start {
		width: auto !important;
	}

	.qlld-calculator-tab-button {
		display: block !important;
		margin-bottom: 10px;
	}

	.qlld_settimer_container {
		display: block !important;
		margin-bottom: 10px;
	}
}

/*NEW*/
.qlld-calculator-tab-button {
	border: 1px solid !important;
	font-weight: 400 !important;
	height: 40px !important;/*33*/
	line-height: 41px !important;/*32*/
	padding: 0 20px 0 20px !important;
	border-color: #1ABC9C !important;
	box-shadow: none !important;
	transition: .3s ease-out !important;
	margin-right: 10px;
	color: #1ABC9C !important;
	cursor: pointer;
	display: inline-block;
}

.qlld-calculator-tab-button:not([disabled]):hover {
	background: #1ABC9C;
	color: #fff !important;
}

.qlld-calculator-tab-button[disabled] {
	opacity: 0.4;
	cursor: not-allowed;
}

.site-content-contain a:hover, .site-content-contain a:focus {
	opacity: 0.8;
}

.qlld-container input[type="time"] {
	font-size: 20px;
	height: 32px;
	border: 1px solid #daddde;
	display: inline-block;
	padding: 0 5px;
	border-radius: 3px;
}

.qlld-timer-container {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*.qlld-timer {
	background: #399FDF;
	border-radius: 15px;
}*/

.qlld-timer span {
	font-size: 70px;
	/*color: #fff;*/
	padding: 0px 6px;
}

.qlld-timer.qlld-warning, .qlld-container .qlld-timer.qlld-warning input[type=text] {
	/*background: rgb(240, 191, 108) !important;*/
	color: rgb(240, 191, 108) !important;
}

.qlld-timer.qlld-fail, .qlld-container .qlld-timer.qlld-fail input[type=text] {
	/*background: rgb(221, 85, 102) !important;*/
	color: rgb(221, 85, 102) !important;
}

#qlld_settimer {
	width: 140px;
}

.qlld-container input[type=number] {
	height: 40px;
	width: 70px;
	border: 1px solid #daddde;
	display: inline-block;
	color: inherit;
	background: inherit;
	background-image: inherit;
	/*border: none;
	border-radius: inherit;*/
	padding: 0 5px;
	border-radius: 3px;
	font-family: "Open Sans", sans-serif;
}

.qlld-container input[type=number] {
	font-size: 20px;
}

.qlld-timer input[type=number]:focus {
	outline: none !important;
}

.qlld-container input[type=text] {
	display: inline-block;
	background: inherit;
	background-image: inherit;
	height: 40px;
	width: 70px;
	border: 1px solid #daddde;
	border-radius: 3px;
	color: inherit;
	padding: 0 5px;
	font-family: "Open Sans", sans-serif;
}

.qlld-container .qlld-timer input[type=text] {
	/*background: #399FDF !important;*/
	outline: none;
	border: none;
	color: #000;/*#fff;*/
	width: 87px;
	height: 75px;
	font-size: 70px;
}

.qlld_settimer_item {
	display: inline-block;
	margin: 0 2px;
}

.qlld_settimer_item label {
	font-weight: 400;
	font-size: 16px;
	color: #3390c1;
}

.qlld-wrap {
	width: 100%;
	margin-bottom: 20px;
}

.qlld-container {
	/*width: 48%;
	float: right;*/
	text-align: center;
}

.qlld-second-container {
	width: 48%;
	float: left;
	margin-top: 20px;
}

.qlld_settimer_container {
	display: inline-block;
}

#qlld_timer_start {
	width: 100px;
}

.qlld-timer-key-control {
	width: 375px;
	margin: 0 auto;
	/*new*/
	border: 1px #ccc solid;
	background: #f1f1f1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 15px;
	text-shadow: #fff 0 1px 0;
	height: 70px;
	/*new*/
}

.qlld-timer-box {
	position: relative;
	display: inline-block;
}

.qlld-timer-arrow {
	position: absolute;
	display: block;
	z-index: 10;
	width: 20px;
	height: 20px;
	outline: none !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.qlld-minutes-timer-arrow-up {
	background: url("../img/arrow-up.png");
	background-size: contain;
	background-repeat: no-repeat;
	top: -20px;
	left: 43px;
}

.qlld-seconds-timer-arrow-up {
	background: url("../img/arrow-up.png");
	background-size: contain;
	background-repeat: no-repeat;
	top: -20px;
	left: 175px;
}

.qlld-minutes-timer-arrow-down {
	background: url("../img/arrow-down.png");
	background-size: contain;
	background-repeat: no-repeat;
	top: 108px;
	left: 43px;
}

.qlld-seconds-timer-arrow-down {
	background: url("../img/arrow-down.png");
	background-size: contain;
	background-repeat: no-repeat;
	top: 108px;
	left: 175px;
}

.qlld-timer-key-control h1 {
	font-size: 14px !important;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.qlld-timer-key-control .key {
	float: left;
	margin-right: 5px;
	padding: 3px 6px;
	color: #fff;
	background: #333;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-shadow: #000 0px 1px 0px;
	font-size: 12px;
}

.qlld-timer-key-control .act {
	float: left;
	margin: 3px 20px 0px 0px;
	color: #777;
	font-size: 12px;
}

.qlld-timer-key-control .act:last-child {
	margin-right: 0;
}
/*NEW*/

/* TURNED OFF */
.qlld-timer-key-control {
	display: none;
}