/*-------------------------------------------------------------------------*/
/* Armory
/*-------------------------------------------------------------------------*/
#search_box {
	width: 80%;

	margin: 0 auto !important;
	padding: 0;

	transition: 100ms width ease-in-out;
	-o-transition: 100ms width ease-in-out;
	-ms-transition: 100ms width ease-in-out;
	-moz-transition: 100ms width ease-in-out;
	-webkit-transition: 100ms width ease-in-out;
}

#search_box form {}

#search_box form table {}

#search_box form table tbody {}

#search_box form table tbody tr {}

#search_box form table tbody tr td {}

#search_box form table tbody tr td + td {
	padding-left: 1rem;
}

#search_box form table tbody tr td input[type='text'] {
	width: 100%;
}

#search_box form table tbody tr td input[type='submit'] {}

#search_box #search_results {
	margin: 1rem 0 0 0;
}

#search_box #search_results #search_sections {
	margin: 0 0 1rem 0;
	padding: 0;
}

#search_box #search_results #search_sections .nice_button {
	vertical-align: middle;
}

#search_box #search_results #search_sections #search_realms {}

#search_box #search_results #search_sections #search_realms .search_realm {
	vertical-align: middle;
}

#search_box #search_results .search_tab {}

#search_box #search_results .search_tab center {}

/* Armory: Characters
/*----------------------------------------------------------*/
#search_box #search_results #search_tab_1 {
	margin: 0;
}

#search_box #search_results #search_tab_1 .search_result_character {
	width: 100%;
	height: auto;

	margin: 0 1% 1% 1%;
	padding: 1rem;

	background-color: rgba(0, 0, 0, 0.2);
}

#search_box #search_results #search_tab_1 .search_result_character a {}

#search_box #search_results #search_tab_1 .search_result_character a img {
	--shadow: rgba(255, 126, 0, 0.5);

	margin: 0 1rem 0 0;
	border: 2px solid var(--border-main);
	overflow: hidden;

	box-shadow: 0 0 29px 0 var(--shadow);
	-moz-box-shadow: 0 0 29px 0 var(--shadow);
	-webkit-box-shadow: 0 0 29px 0 var(--shadow);

	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

#search_box #search_results #search_tab_1 .search_result_character .name {
	margin: 0;
	font-size: 0.975rem;
}

#search_box #search_results #search_tab_1 .search_result_character span {
	height: auto;
	margin: 0;
	overflow: visible;
	font-size: 0.875rem;
}

#search_box #search_results #search_tab_1 .search_result_character b {}

#search_box #search_results #search_tab_1 .search_result_character span br {
	display: none;
}

/* Armory: Responsive
/*----------------------------------------------------------*/
@media screen and (min-width: 768px) { /* Desktop */
	/* Armory: Characters
	/*----------------------------------------------------------*/
	#search_box #search_results #search_tab_1 .search_result_character {
		width: 48%;
	}
}