.st-loading-container {
	display: inline-block;
	margin-left: .5rem;
	margin-top: .2rem;
}

.st-alert-box,
.st-alert-box-info {
	margin-top: .8rem !important;
}

.stlsr.wrap>h1 {
	margin-bottom: 10px;
}

.stlsr-section {
	margin-left: .3rem;
}

.stlsr_captcha,
.stlsr_login_captcha,
.stlsr_lostpassword_captcha,
.stlsr_register_captcha,
.stlsr_comment_captcha {
	display: none;
}

.st-text-danger {
	margin-top: .2rem;
	color: #dc3232;
}

.st-is-invalid {
	border: 1px solid #dc3232;
}

.stlsr-error-logs {
	width: 100%;
	margin-top: .2rem;
	margin-bottom: 1rem;
}

.stlsr-error-logs td,
.stlsr-error-logs th {
	border: 1px solid #ddd;
	padding: .5rem;
}

.stlsr-error-logs th {
	padding-top: .8rem;
	padding-bottom: .8rem;
	text-align: left;
	background-color: #0073aa;
	color: white;
}

.stlsr-error-logs tr:nth-child(even) {
	background-color: #fff;
}

.stlsr-error-logs tr:hover {
	background-color: #ddd;
}

.stlsr-tab-heading,
.stlsr-tab-heading-btn {
	display: inline-block;
}

.stlsr-tab-heading {
	float: left;
}

.stlsr-tab-heading-btn {
	float: right;
	margin-top: 1em !important;
}

.stlsr-tab-header:after {
	content: '';
	clear: both;
	display: block;
}

#stlsr-reset-plugin-form {
	margin-top: 1rem;
}

.stlsr-error-logs-section {
	overflow-x: auto;
}

/* Side by Side Layout */
.stlsr-side-by-side {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.stlsr-side-by-side>form:first-of-type {
	max-width: 600px;
	flex-grow: 1;
	margin-right: 25px;
}

.stlsr-pro--right {
	max-width: 490px;
	flex-grow: 1;
	align-self: flex-start;
	margin-top: 1rem;
}

/* Review */
.stlsr-review {
	display: flex;
}

.stlsr-review .stlsr-review-us {
	margin-top: 1.5rem;
}

.stlsr-review .stlsr-review-link {
	text-decoration: none;
	box-shadow: none;
}

.stlsr-review .stlsr-review-link:focus {
	outline: thin dotted;
}

.stlsr-review .stlsr-rate-us {
	display: inline-block;
	font-weight: 400;
	font-size: .85rem;
	margin-right: .3rem;
	margin-bottom: .3rem;
}

.stlsr-review .star-rating .star {
	width: 20px;
	height: 20px;
	font-size: 20px;
}

/* Pro */
.notice,
.stlsr .st-alert-box {
	flex-basis: 100%;
	order: -1;
}

.stlsr .stlsr-pro {
	margin-top: 1.5rem;
	margin-bottom: 0;
	padding: 15px 15px 15px 30px;
	border-left: 3px solid #5478e4;
	border-right: 3px solid #5478e4;
	border-bottom: 1px solid #ebebeb;
	background-color: #ffffff;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .1);
	transition: .3s all;
}

@media screen and (min-width: 800px) {
	.stlsr .stlsr-pro {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
}

.stlsr .stlsr-pro:hover {
	box-shadow: 1px 2px 8px rgba(0, 0, 0, .15);
}

.stlsr-pro .stlsr-pro-links {
	font-size: 16px;
	line-height: 1;
}

@media screen and (min-width: 800px) {
	.stlsr-pro .stlsr-pro-links {
		margin-top: 0;
	}
}

.stlsr-pro .stlsr-pro-heading {
	margin: 0 12px 8px 0;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.5;
}

.stlsr-pro .stlsr-pro-light {
	font-weight: 400;
}

.stlsr-pro .stlsr-pro-bold {
	font-weight: 600;
}

.stlsr-pro .stlsr-pro-underline {
	text-decoration: underline;
}

.stlsr-pro .stlsr-pro-link {
	display: inline-block;
	text-decoration: none;
	padding: 9px 13px 11px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	background-color: #5478e4;
	color: #ffffff;
	border: 1px solid #4169e1;
	border-radius: 3px;
	transition: .15s all;
}

.stlsr-pro .stlsr-pro-link:hover {
	border-color: #5478e4;
	background: #5478e4;
	color: #ffffff;
	outline: 0;
}

.stlsr-pro .stlsr-pro-link:focus {
	outline: thin dotted #ffffff;
	box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px #5478e4;
}

.stlsr-pro .stlsr-pro-link--detail {
	background-color: #ffffff;
	color: #4169e1;
}

.stlsr-pro .stlsr-pro-link--detail:hover {
	border-color: #5478e4;
	background: #5478e4;
}

.stlsr-pro-check-list-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 1rem 0 .5rem 0;
}

.stlsr-pro-check-list {
	font-size: 15px;
	font-size: .9375rem;
	line-height: 1.55;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 2rem;
}

.stlsr-pro-check-list li {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.stlsr-pro-check-list li::before {
	content: '';
	display: inline-block;
	margin-right: 12px;
	transform: rotate(45deg);
	height: .63em;
	width: .3em;
	border-bottom: .25em solid #b4b9be;
	border-right: .25em solid #b4b9be;
}