body {
  margin: 0;
  padding: 0;
  background-color: #09101d;
}
#container {
  width: 100vw;
  height: 100vh;
}
.v-map {
  width: 50vw;
  height: 100vh;
}
#vsModal th {
  text-align: center !important;
  width: 33.3%;
}
#vsModal td {
  text-align: center !important;
  font-size: 13px;
}

.fx-auto {
	display: flex;
	flex: auto;
}


