.col-centered{
    float: none;
    margin: 0 auto;
}

.col-container {
    display: table; /* Make the container element behave like a table */
    width: 100%; /* Set full-width to expand the whole page */
}

.col {
    display: table-cell; /* Make elements inside the container behave like table cells */
}

.c-table-button {
	margin-top: 4px;
	margin-bottom: 4px;
}

.profile-container:hover {
	background-color: #ddd;
}

.table-hover>tbody>tr.no-hover:hover {
    background-color: #ffffff;
}


.jsgrid-header-cell {
    white-space:nowrap;
}
