BODY {
    font-size: 10px;
    font-weight: 400;
}

th  {
    font-size: 12px;
}

td  {
    font-size: 10px;
    font-weight: 400;
}

.icon_navigatie {
	display: none;
}

.flex_wrapper {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    display: block;
}

.main_content {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.flex_top {
	display: none;
}

.td_padding {
    border-bottom: 1px dotted #BBBBBB;
}

.main_content {
    position: relative;
    height: auto;
    overflow-y: visible;
}

.flex_top_bottom_wrapper {
    display: block;
    height: auto;
}

.table_list tbody {
	display: block;
	height: auto;
	overflow: visible;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
}

.table_list th {
	font-size: 10px;
    padding: 0px;
}

.table_list td {
	font-weight: 300;
	font-size: 8px;
    padding: 0px;
}

.table_list_omschrijving_small {
    display: none;
    font-size: 8px;
}

