#letter_container {
  position: absolute;
	margin: auto;

	left: 0;
	right: 0;
	top: 60px;

	width: 80%;
	min-height: 600px;

	padding: 10px;
	border: 5px solid #EEE;
	background-color: rgba(12, 12, 12, 0.9);
}

#letter_container span {
	color: #999;
	width: 230px;
	height: 35px;
	display: inline-block;

	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#letter_container span,
#letter_container span a {
	font-size: 1rem;
	line-height: 1.5rem;
	font-family: Open Sans;
}

