.form-narrow {
	margin-left: 15%;
	margin-right: 15%;
	line-height: 150%;
	whitespace: 'pre-line';
}

.modal-bounding-box {
	padding: 5%;
}

.multiselect-selection {
	display: inline-block;
	font-weight: light;
	background-color: rgba(154, 68, 78, 0.6);
	border-radius: 5px;
	padding: 4px;
	margin: 2px;
}

.tag-type-pool-button-special {
	background-color: rgba(154, 68, 78, 0.8);
	border-color: rgba(0, 0, 0, 0.5);
	border-width: 1.5px;
	margin: 2px;
}
.tag-type-pool-button-special:hover {
	background-color: rgba(114, 28, 38, 0.9);
	border-color: rgba(0, 0, 0, 0.5);
	color: white;
}

.dark-button .item-pool-button {
	margin: 4px !important;
	height: 35px;
	width: 35px;
}

.item-pool-item {
	background-color: rgba(67, 97, 151, 1);
	border-color: rgba(0, 0, 0, 0.5);
	border-width: 1.5px;
	margin: 2px;
}

.item-pool-item:hover {
	border-color: rgba(0, 0, 0, 0.5);
}

.form-checkbox {
	margin-left: 15px;
	margin-top: 5px;
	-ms-transform: scale(1.5); /* IE */
	-moz-transform: scale(1.5); /* FF */
	-webkit-transform: scale(1.5); /* Safari and Chrome */
	-o-transform: scale(1.5); /* Opera */
	transform: scale(1.5);
	padding: 10px;
}

.form-control::placeholder {
	color: grey;
	font-style: italic;
}
