.grow {
/*		padding: 5px 5px 5px 5px;	*/
		border-radius: 10px;
		height: 25px;
		width: 100%;
/*		margin: 5px 1% 5px 1%;	*/
		float: left;
		position: relative;	
		transition: height 0.5s;
		-webkit-transition: height 0.5s;
/*		text-align: center;	*/
		overflow: hidden;
		}

.grow:hover {
		height: 100%;
		background-color: #dddfd4;
		padding: 5px 5px 5px 5px;
		}
