.color { 
    height: 75px;
    width: 150px;
    float: left;
    margin: 10px;
    border: 1px solid #000; 
    position: relative;
    -webkit-box-shadow: 0 0 10px #eee; 
    -moz-box-shadow: 0 0 10px #eee; 
    box-shadow: 0 0 10px #eee; 
}
.color:hover {
    -webkit-box-shadow: 0 0 10px #666; 
    -moz-box-shadow: 0 0 10px #666; 
    box-shadow: 0 0 10px #666; 
}
.info { 
    background-color: #fff;
    background-color: rgba(255,255,255,.5);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    border-top: 1px solid #000;
    font-size: 12px;
    text-align: center;
  }


.lived {
	background-color: #b30000;
}
.multiple {
	background-color: #e34a33;
}

.one {
	background-color: #fc8d59;
}

.passed {
	background-color: #fdcc8a;
}

.want {
	background-color: #3399FF;
}

.never {
	background-color: #fef0d9;
}
