/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.slwc_item_term{
	display: inline-block;
	width:20%;
	text-align: center;
}

.slwc_item_term a{
	display:block;
}
.slwc_item_term a:hover{
	background-color: #ddd;
}

.sl_serial_block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.sl_serial_block .serial_list_title {
	margin-right: 0.4em;
}
.sl_serial_block .serial_list {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	  -ms-flex: 1 1 auto;
	      flex: 1 1 auto;
	list-style: none;
	margin: 0;
	padding: 0;
}
.sl_serial_block .serial_list li.serial_row {
	word-break: break-all;
}
