html {
	font-family: "Calibri" !important;
}

div.dts tbody th, div.dts tbody td {
    white-space: normal!important;
}

#rwv_info {
    display: none;
}

#rwv_filter {
	float:none;
	text-align:center;
}

div.centered {
  position: fixed;
	height: 80px;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

div.footer {
  position: fixed;
  top: 100%;
  margin-top: -100px;
}

div.centered input {
	padding: 10px;
}

div.centered #error-message {
	color: red;
	font-weight: bold;
	line-height: 30px;
}