.pos .base .table{
    height: calc(100vh - 184px);
    overflow-y: overlay;
}

.pos .base .table .abstract_container{
	padding: 0;
	background: unset;
	height: unset;
}

.pos .base .table .abstract_container .abstract_data_container{
	padding: 0;
}

.pos .base .table .abstract_container .abstract_table{
	border-radius: var(--border-radius);
	border: 1px solid;
	border-color: var(--topbar-border-color);
	background: var(--topbar-border-color);
	margin: 0;
	width: 100%;
	box-shadow: unset;
}

.pos .base .table .abstract_container .abstract_table th{
	background: var(--bar-background-color);
}

.pos .base .table .abstract_container .abstract_table tr:nth-child(odd){
	background: #f9f9f9;
}

.pos .base .table .abstract_container .abstract_table tr:nth-child(even){
	background: var(--bar-background-color);
}

.pos .base .table .abstract_container .abstract_table tr:hover{
	background: #f5f5f5;
}