table th {
  font-weight: 400;
   background: #BECDE5;
}

a {
	color: blue;
	font-size: 12px;
}

body {
	font-family: 'Arimo', sans-serif;
}
#name_text {
	padding: 8px;
	border: 0;
	font-size: 1em;
	font-family: 'Arimo';
	background: #ecf0f1;
	width: 180px;
}
#name_text::-moz-placeholder {
	font-family: 'Arimo';
}

/*background: linear-gradient(#fdff00, #929200);*/