@charset "UTF-8";

.toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}

.current-order {
  align-self: center;
  margin-left: 8px;
}

#realgrid {
  width: 100%;
  height: 450px;
}

.right-column {
  text-align: right;
}
