body {
    padding-top: 4.0rem;
}

div.container-item {
    max-width: 540px;
}

th.text-truncate, td.text-truncate {
    max-width: 0;
}

table .text-ellipsis {
    max-width: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

table .nowrap-hidden {
    min-width: 1rem!important;
    max-width: 0!important;
    white-space: nowrap!important;
    overflow: hidden!important;
}

.fab-container {
    position: fixed;
    bottom: 20px; right: 20px;
	opacity: 0.5;
}
