@charset "utf-8";
/* CSS Document */

#tabs {
	height: 68%;
}
.tab {
	float: left;
	margin-left: 8%;
	width: 300px;
	height: 140px;
	margin-top: 3%;
	overflow: visible;
}
.tab .header {
	height: 100%;
}
.tab .candidates {
	height: 16%;
	overflow: visible;
	width: auto;
	padding: 1% 6%;
}
#auspices {
	background:url(/current/more/images/auspices.png) no-repeat;
	background-size:154px 34px;
	background-position: 5% 100%;
	height:14%;
}
#lang {
	position: absolute;
	top: 7%;
	right: 0;
	left:auto;
	padding: 0.714em 0.571em;
	background: rgba(0,0,0,0.1);
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.short {
  display: none;
}
.long {
  display: block;
}