@CHARSET "UTF-8";

#cookiesConsent {
  position: fixed;
  bottom: 0;
  left: 0px;
  right: 0px;
  color: white;
  background-color: black;
  z-index: 10000;
  display: none;
}

.dot {
	display: none;
}

#submissionTable td, #submissionTable th {
	vertical-align: middle;
}

#submissionInfo {
	display: none;
	margin-top: 20px;
}

#exportLinkForm div, #exportLinkForm input, #exportLinkForm label {
	padding-left: 0px;
	padding-right: 0px;
}

.sidebar h2 {
	margin-top: 0px;
}