.uac-about {
	border: 1px solid #ddd;
	padding: 20px;
	background-color: #f0f0f0;
	height: 250px;
}

.uac-shortcode-input {
	width: 325px;
}

#uac-instructions {
	background-color: #f0f0f0;
	border: 1px solid #e0e0e0;
	margin-top: 20px;
	padding-left: 20px;
	color: #777;
}

#uac-instructions li{
	list-style: square;
	margin: 0 0 10px 13px;
}

.uac-wrap {
	background-color: white;
	padding: 20px;
}

.uac-tabs .nav-tab-active {
	background-color: white;
}

.uac-settings {
	border: 1px solid #ddd;
	border-top: none;
	padding: 10px;
}


#uac-preview {
	max-width: 600px;
	background-color: white;
}

.uac-settings-section {
	display: flex;
	flex-direction: row;
	margin: 2px 0;
	align-items: center;
	background-color: #f0f0f0;
	padding: 10px;
	width: 500px;
}

.uac-settings-left {
	width: 120px;
}

.uac-settings-right {
	display: flex;
	align-items: flex-start;
}

.uac-settings-right label {
	margin-right: 12px;
	line-height: 7px;
}

#uac-reset-button {
	background-color: #eee;
	margin-right: 10px;
	border: 1px solid #ccc;
	color: #777;
}
.uac-submit-button {
	white-space: nowrap;
	background: #0078b5;
	color: #fff;
	text-decoration: none;
	text-shadow: none;
	outline: 1px solid transparent;
	border: none;
	padding: 5px 10px;
	font-size: 14px;
	cursor: pointer;
}

.uac-admin-container {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}

.uac-admin-left {

}
.uac-admin-right {
	width: 100%;
	padding: 10px 0 0 20px;
	display: flex;
	flex-direction: column;
}