<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#employees {
	width:100%;
	border-collapse:collapse;
	margin-bottom:30px;
}

#employees td {
	width:12.5%;
	text-align:center;
	vertical-align:top;
	height:110px;
}

#employees .hovered{
	z-index:1;
}

#employees .categories li,
#employees .categories li a {
	display:block;
}

#employees .categories li {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}

#employees .categories li a {
	color:#fff;
	padding:5px 9px;
	display:block;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

#employees .pic {
	border:solid 5px #fff;
	width:100px;
	height:100px;
	margin-bottom:10px;
	position:relative;
}

#employees .user .pic,
#employees .user .info {
	display:block;
	position:absolute;
	left:0;
	top:0;
}

#employees .user .info {
	display:none;
	height:220px;
	/*left: -5px;
	top: -5px;
	*/
	width: 235px;
	padding:5px;
}

#employees .user,
#employees .user .info {
	border-radius:3px;
	-o-border-radius:3px;
	-khtml-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

#employees .user .info img {
	position:absolute;
	left:5px;
	top:5px;
}

#employees .user .info p {
	color: #FFFFFF;
}

#employees .user .info p.name {
	font-size: 14px;
	font-weight: bold;
	margin-bottom:0px;
}

#employees .user .info .bio,
#employees .user .info p.position {
	font-size: 11px;
	/*
	filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	*/
}

#employees .user .info .main-info {
	left: 115px;
	position: absolute;
	text-align: left;
	top: 20px;
	width: 106px;
}

#employees .user .info .bio {
	text-align:left;
	color:#FFFFFF;
	position:absolute;
	left:5px;
	top:110px;
	width:222px;
	height:110px;
	overflow:hidden;
	font-size: 11px;
	line-height: 14px;
	letter-spacing: -0.013em;
}

#employees .user .right {
	left:-123px;
}

#employees .user .bottom {
	top:-120px;
}

#employees .user .right img {
	right:5px;
	left:auto;
}

#employees .user .bottom img {
	bottom:5px;
	top:auto;
}

#employees .user .right .main-info {
	left:12px;
}

#employees .user .bottom .main-info {
	top:143px;
}

#employees .user .bottom .bio {
	top:5px;
}

.vacancies {
	overflow:hidden;
	clear:both;
}

#aboutUs, #vacancies {
	float: left;
}

#aboutUs {
	width: 770px;
	text-align: justify;
	margin-right: 10px;
}
#vacancies {
	width: 200px;
}
#vacancies .sideMenu li div {
	padding-left: 2px;
}
#vacancies .sideMenu li:first-child {
	border-top: 0;
}
#vacancies h1 {
	margin-bottom: 0px;
}
#lt #vacancies {
	float: none;
	width: auto;
}

</pre></body></html>