.list-group-item {
	text-align:center;
}
.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
    cursor: pointer;
}

list-group{
	height: 10px;
}