:root {
	--size-offset: 7%;
	--main-offset: -7%;
}

html {
	margin: 0px;
	min-height: 100%;
	width: 100%;
	box-sizing: border-box;
}

body {
	position: relative;
	background-color: white;
	font-family: "Open Sans";
}

input:required {
	box-shadow: none;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 30px white inset;
	border: 1px lightgrey solid;
	color: darkgrey;
}

.normalSizedDatatable tbody {
	font-size: 12px;
}
.normalSizedDatatable thead {
	font-size: 13px;
}
.normalSizedDatatable .centeredColumn {
	text-align: center;
}

.react-bootstrap-table {
	overflow-x: auto;
	width: 100%;
}
.react-bootstrap-table-pagination-list-hidden {
	/*This is not implemented by react-bootstrap-table, so we do it for them*/
	display: none;
}
