.index {
	font-family: ubuntu;
	background-attachment: scroll;
	.ui {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: left;
	padding: 8px;
	background-color: rgba(0,0,0,0.5);
	float: left;
}

.header {
  position: absolute;
  z-index: 901;
  top: 60px;
  right: 310px;
  padding: 15px 20px 15px 20px;
  border-radius: 5px;
  background-color: #3678ea;
  color: white;
  width: 300px;
}
