<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.no_footer { 
	background : #333;
}

.no_footer_bot { 
	position : relative;
	display : block;

	padding : 30px 0;
}

.no_footer_con { 
	position : relative;
	display : block;
}

.no_footer_con_list { 
	position : relative;
	display : block;

	overflow : hidden;
}

.no_footer_con_list&gt;li { 
	position : relative;
	display : block;

	overflow : hidden;
	float : left;

	padding-bottom : 16px;
}

.no_footer_con_list&gt;li&gt;span { 
	position : relative;
	display : block;

	font-size : 1.5rem;
	font-weight : 300;
	line-height : 1.5;
	color : #ccc;

	padding-right : 24px;

	float : left;
	word-break : keep-all;
}

.no_footer_con_list&gt;li&gt;a { 
	position : relative;
	display : block;

	font-size : 1.8rem;
	font-weight : 400;
	line-height : 42px;
	color : #fff;

	float : left;

	margin-right : 24px;
}

.no_footer_con_list&gt;li&gt;a&gt;img { 
	position : relative;
	display : inline-block;
	
	/* width : 42px; */
	height : 42px;
}

.no_footer_con_list&gt;li&gt;a:hover { 
	color : #0095da;
}

.no_footer_con_list&gt;li&gt;select { 
	position : relative;
	display : block;

	font-size : 1.8rem;
	font-weight : 300;
	line-height : 42px;

	width : 200px;

	float : left;
	margin : 6px 0;
	padding : 2px;

	background : transparent;
	border : 1px solid #e5e5e5;
	color : #e5e5e5;
}

.no_footer_con_list&gt;li&gt;select&gt;option { 
	font-size : 16px;
	font-weight : 300;
	line-height : 42px;
	color : #3d3a35;
}

.no_footer_con_list_bar:after { 
	content: '';
    position: absolute;
    top: 16px;
    right: -12px;
    display: block;
    width: 2px;
    height: 15px;
	background : #959595;
    opacity: 20%;
}

.no_footer_con_list { 
	position : relative;
	display : block;
	overflow : hidden;
}

.no_footer_con_list_bar_span:after { 
	content: '';
    position: absolute;
    top: 5px;
    right: 11px;
    display: block;
    width: 2px;
    height: 13px;
    background: #e5e5e5;
}

.no_footer_con_list&gt;li&gt;span&gt;a { 
	font-size : 0.7rem;
	font-weight : inherit;
	line-height : inherit;
	color : #fff;

	padding : 1px 5px;
	margin : 0 2px;

	background : #5f5f5d;
	border-radius : 4px;
}

.no_footer_con_list&gt;li&gt;span&gt;a:hover { 
	color : #5E7AB0;
	background : #fff;
}</pre></body></html>