body {
    position: static;
    overflow-y: auto
}

.table-wrapper-scroll-y {
    display: block;
    /*max-height: 50em;*/
    max-height: calc(100vh - 180px);
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.my-custom-scrollbar {
    position: relative;
    height: calc(85vh - 180px);
    overflow: auto;
}

.table-wrapper-scroll-yy {
    display: block;
}

.services-badges{
	padding-right: 0.25em;
	/*margin: 0px, 5px, 0px, 5px;*/
}

tr:nth-child(even) {
    background-color: #EAEAEA;
}

tr.selected {
    background-color: #CAFBCA;
}


