.card-body {
	background-color: #fff;
}


#sortable {
	width: auto;
	display: flex;
}

#sortable li {
	padding: inherit!important; 
	font-size: inherit!important; 
	height: inherit!important; 	
}

#sortable .card{
	width: 10rem;
	cursor: move;
	cursor: -webkit-grabbing;
}

#sortable .card-body, #sortable .card-block {
	flex: 1 1 auto;
	padding: 10px;
}

#sortable .card-title {
	text-align: center;
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}