/* Show it is fixed to the top */
body {
	padding-top: 4.5rem;
	padding-bottom: 5rem;
}

.footer {
	background-color: #f5f5f5;
}

.sticky-offset {
    top: 6.8rem;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #007bff;
    background-color: #fff;
    border-bottom: 2px solid #007bff;
}
.nav-pills .nav-link {
    color: #212529;
    border-radius: 0rem;
    border-bottom: none;
}

.controls {
    color: #6c757d;
    transition: 0.3s;
}
.controls:hover {
    color: #007bff;
    transition: 0.3s;
}

a.delete:hover {
    color: red !important;
}

.sort {
    cursor: move;
}