	.grid-item {
		color: #fff;
		display: block;
		background: #444;
		padding: 4px 10px;
		cursor: pointer;
		margin: 0px 4px 0px 0px; 
		background: none;
	}

	.grid-item:hover { background-color:rgba(0, 0, 0, 0.5); }
	
	
/* ---- grid ---- */

.grid {
  height: 75%; /* inherit height from body */
}


/* ---- .grid-item ---- */

.grid-item {
  width: 125px;
}
