.ui.fluid.dropdown {
	width: initial;
}

.ui.dropdown .menu>.item {
	font-size: initial;
}

.ui.selection.dropdown {
	min-height: initial;
}

.ui.dropdown .delete.icon:before {
	cursor: pointer;
	content: 'x';
	font-style: initial;
	margin-left: 6px;
	color: #f7b4b4;
	line-height: 1.2em;
}

.conveythis-reset {
	border: none;
	color: red;
	padding: 2px 8px;
	border-radius: 3px;
	margin-top: 8px;
	cursor: pointer;
}

.conveythis-delete-page {
	border: none;
	color: red;
	padding: 2px 8px;
	border-radius: 3px;
	margin-left: 20px;
	cursor: pointer;
}

.blockpage{
	margin-bottom: 5px;
}

#save-button {
	padding: 14px 35px;
	margin-top: 56px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	background-color: steelblue;
	border: none;
	border-radius: 3px;
	cursor: pointer;
}

#customize-preview {
	position: absolute;
	right: 0;
	z-index: 1;
	width: 290px;
	background: #fff;
	padding: 0;
	border: none;
	border-radius: .28571429rem;
	-webkit-box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
	box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
	-webkit-transition: -webkit-box-shadow .1s ease,-webkit-transform .1s ease;
	transition: -webkit-box-shadow .1s ease,-webkit-transform .1s ease;
	transition: box-shadow .1s ease,transform .1s ease;
	transition: box-shadow .1s ease,transform .1s ease,-webkit-box-shadow .1s ease,-webkit-transform .1s ease;
}

[dir*="rtl"] #customize-preview {
	left: 0;
	right: unset;
}

.conveythis-input-text {
	padding : 8px;
	vertical-align: middle;
	width: 300px;
}