/* Admin styles for ESTO Calculator settings */
.esto-calculator {
	margin-top: 10px;
	font-size: 11px;
}

.esto-calculator__logo {
	height: 30px !important;
	vertical-align: middle;
	margin-right: 8px;
}

.esto-calculator-loop {
	font-size: 11px;
	margin-top: 5px;
	text-align: center;
}

.esto-calculator__link {
	text-decoration: none !important;
	color: inherit;
	display: inline-block;
}
.esto-calculator__link:hover,
.esto-calculator__link:focus {
	text-decoration: none;
	color: inherit;
}

.esto-calculator-admin-form .form-table th {
	width: 260px;
}

.esto-admin-logo-thumb {
	height: 30px;
	max-width: 120px;
}

.esto-admin-filename {
	font-size: 11px;
	color: #555d66;
}

.esto-calculator-preview {
	margin-top: 16px;
}

.esto-calculator-preview h2 {
	margin: 0 0 8px;
}

.esto-calculator-preview p {
	font-size: 11px;
}

.esto-preview-warning {
	color: #cc0000;
	font-size: 13px;
	margin-top: 10px;
}

.esto-lang-toolbar {
	margin-bottom: 15px;
}

.esto-lang-toolbar button {
	margin-right: 8px;
}

.esto-calculator__link {
	text-decoration: none;
	color: inherit;
	display: inline-block;
}
.esto-calculator__link:hover,
.esto-calculator__link:focus {
	text-decoration: none;
	color: inherit;
}
