/* Voxfor Secure Live Chat - Quick Start Admin Styles */
.card {
	background: #fff;
	border: 1px solid #ccd0d4;
	border-radius: 4px;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

.card h2 {
	margin-top: 0;
}

.form-table th {
	font-weight: 600;
}

.button-large {
	font-size: 16px;
	padding: 10px 20px;
	height: auto;
}

/* Status indicators */
.voxfseli-status-enabled {
	color: green;
}

.voxfseli-status-disabled {
	color: red;
}
