<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
img {
	border: none;
}

/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
	width:100%;
}
.dock-container {
	position: relative;
	height: 50px;
	padding-left: 20px;
	width:100%;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	float: left;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding-left:7px;
}

.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item:hover{
	width: 80px; 
}
.dock-item:hover span {
	display:block; 
	padding-left: 20px;
}
.dock-item span {
	display: none; 
	font-size:15px;
	color:#000;
}</pre></body></html>