
#selectableStatements li {
	display:none;
}
.ui-sortable li {
	
    font-size: 1.2em;
    position: relative;
    list-style: none;
   	margin:1px auto;
    background-color:#4ac;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 2.9em;
    cursor: move;
    text-align: center;
    color: #fff;
    padding:10px 15px
}

.dragColumn
{
    /* font-size: 1.1em; */
    min-height: 15em;
    margin-top: 0;
    text-align: center;
    color: white;
    border: 1px dashed #4f959b;
    padding-left: 0;
}

.center-block {
	float:none;
	margin:0 auto;
}

.ui-sortable-helper {
	box-shadow:5px 5px 13px 5px rgba(0,0,0,0.75);
}

