
#robdlg {
  position: absolute;
  z-index: 9;
  background-color: #f1f1f1;
  border: 1px solid #d3d3d3;
  text-align: center;
  top: 30px;
  width: 200px;
  right : 0;
}

#robdlgheader {
  padding: 5px;
  cursor: move;
  z-index: 10;
  background-color: #2196F3;
  color: #fff;
}

#locdlg {
  position: absolute;
  z-index: 9;
  background-color: #f1f1f1;
  border: 1px solid #d3d3d3;
  text-align: center;
  top: 30px;
  width: 200px;
  right : 0;
}

#locdlgheader {
  padding: 5px;
  cursor: move;
  z-index: 10;
  background-color: #2196F3;
  color: #fff;
}

#player {
  position: absolute;
  z-index: 9;
  background-color: transparent;
  border: 1px solid #d3d3d3;
  text-align: center;
  bottom: 10px;
  left: calc(60% - 100px);
  width: 200px;
}

.mltab {
	border-radius: 8px 8px 0 0;
}

.vakata-context {
	z-index : 40;
	font-size: 10px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}