.huu-wpadmin-content {
	padding: 5px;
	height: 100%;
}

#huu-col-left {
	margin-top: 15px;
	margin-right: 307px;
}

#huu-col-right {
	float: right;
	width: 290px;
	padding-top: 37px !important;
}

#huu-col-right p.version {
	font-size: 23px;
	line-height: 29px;
	font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	color: #ccc;
	margin-top: 0;
	margin-bottom: 10px;
}

#huu-col-left form {
	width: 100%;
}

#huu-overview {
	position: relative;
	float: left;
	padding-top: 20px;
	width: 100%;
}

#huu-overview .inner {
	background: #fff;
	border: 1px solid #e1e1e1;
	padding: 20px;
}

#huu-overview table.form-table th {
	width: 260px;
	padding: 18px 10px 18px 0;
	vertical-align: middle;
}

#huu-overview table.form-table td {
	padding: 18px 10px;
	vertical-align: middle;
}

#huu-overview input.regular-text {
	width: 350px;
	max-width: 100%;
}

.wc-huu-switch-row {
	display: flex;
	align-items: center;
	min-height: 30px;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: .85em;
	line-height: 1.5em;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
	box-shadow: 0 3px 5px #ddd inset;
}

@media screen and (max-width: 782px) {
	#huu-col-right {
		float: left !important;
		width: 100% !important;
		padding-top: 20px !important;
	}

	#huu-col-left {
		margin-right: 0 !important;
	}
}

/* Box */
.huu-wp-box {
	border: 1px solid #e1e1e1;
	position: relative;
	background: #fff;
}

.huu-wp-box .inner {
	background-color: #ececec;
	padding: 12px;
}

.huu-wp-box .inner p {
	color: #666;
}

.huu-wp-box .footer {
	background: #f5f5f5;
	border-top: 1px solid #e1e1e1;
	overflow: hidden;
	padding: 10px;
	position: relative;
}

.huu-wp-box .footer ul.left {
	float: left;
	margin: 0;
}

.huu-wp-box .footer ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.huu-wp-box .footer ul.left li {
	margin-right: 10px;
}

.huu-wp-box .footer ul.right {
	float: right;
	margin: 0;
}

.huu-wp-box .footer ul.right li {
	margin-left: 10px;
}

/* Slider */
.huuguu-switch {
	position: relative;
	display: inline-block;
	width: 54px;
	height: 28px;
}

.huuguu-switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	inset: 0;
	background-color: #ccc;
	transition: .25s ease;
}

.slider:before {
	position: absolute;
	content: "";
	height: 22px;
	width: 22px;
	left: 3px;
	top: 3px;
	background-color: #fff;
	transition: .25s ease;
}

.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

.huuguu-switch input:checked + .slider {
	background-color: #28a745;
}

.huuguu-switch input:focus + .slider {
	box-shadow: 0 0 0 2px rgba(40, 167, 69, 0.18);
}

.huuguu-switch input:checked + .slider:before {
	transform: translateX(26px);
}