div.list-group-item {
    height:auto;
    min-height:220px;
}
div .list-group-item .list-group-item-text{margin-bottom:7px}
.btn-primary{margin-top: 4px}
.break-word{
	word-break: break-word;
	word-wrap: normal;
}