/* == WordPress WYSIWYG Editor Styles == */

header,	footer {
	display: none;
}

.pb-2 {
	padding-bottom: 2rem;
}
.ta-center {
	text-align: center;
}

div#search-result {
	min-width: 80vw;
}

.search-dl-container {
	display: flex;
	gap: 20px;
}
.search-dl-container dl {
	width: 50%;
}

.styled-table {
	border-collapse: collapse;
	width: 100%;
}

.styled-table thead tr {
	background-color: #1F2A66;
	color: #fff;
	font-weight: bold;
	text-align: left;
}

.styled-table th,
.styled-table td {
	padding: 12px 15px;
	border: 1px solid #ddd;
}

.styled-table tbody tr:hover,
.styled-table tbody tr.deleted {
	background-color: #f1f1f1;
}

.styled-table tbody td:last-child {
	width: 10%;
}
.styled-table tbody td.oshi {
	color: #eb396a;
	font-weight: bold;
}
.styled-table tbody td.region {
	color: #0081e3;
	font-weight: bold;
}

.styled-table tbody td.icon {
	cursor: pointer;
}