.bbcodeselect-wrapper {
	display: inline-block;
	vertical-align: middle;
	margin: 1px 0 3px 4px;
}

.bbcodeselect-select {
	height: 24px;
	min-width: 170px;
	max-width: 220px;
	padding: 1px 6px;
	border: 1px solid #a9b8c2;
	background-color: #ffffff;
	color: #333333;
	font-size: 12px;
	line-height: 1.2;
	font-family: inherit;
	border-radius: 0;
	box-sizing: border-box;
	vertical-align: middle;
}

.bbcodeselect-select:hover,
.bbcodeselect-select:focus {
	border-color: #5c738a;
	outline: none;
}

.bbcodeselect-hidden-custom {
	display: none !important;
}

@media (max-width: 700px) {
	.bbcodeselect-wrapper {
		display: block;
		margin: 4px 0 0 0;
	}

	.bbcodeselect-select {
		width: 100%;
		max-width: none;
		min-width: 0;
	}
}
