@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body, html {
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  position: absolute;
  background-color: #f3f3f3;
  font-family: 'Roboto', serif;
}

td {
  border: 1px solid black;
}

a {
  color: black;
}

h1, h2 {
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}

h2 {
  margin-top: 0
}

code {
  font-size: 12pt;
  padding: 2px;
  border-radius: 5px;
  background-color: #ccc;
}

mjx-container {
  overflow-x: auto;
  overflow-y: hidden;
}

mjx-container > * {
  overflow-x: auto;
  overflow-y: hidden;
}


#container {
  display: flex;
  flex-direction: column-reverse;
}

.section {
  flex: 2;
}

.subshell-container {
  text-align: center;
}

.labels-container {
  margin: 2px
}

#select {
  background-color: #ccc;
  border-radius: 10px;
  overflow: hidden;
  margin: 10px
}

#graph {
  flex: 3;
  margin: 10px
}

@media (min-width: 1000px) {
  #container { flex-direction: row; }
  #graph {margin-left: 5px; margin-right: 10px;}
  #select {margin-right: 5px; margin-left: 10px;}
}

#selected-orbital {
  background-color: #030303;
  color: white
}

.orbital {
  margin: 2px;
  width: 16pt;
  height: 16pt;
  background-color: white;
  border-radius: 2px;
  text-decoration: none;
}

#selected-mode {
  background-color: #030303;
  color: white
}

.links-container {
  display: inline-flex;
  margin-top: 3px;
}

.subshell-container {
  display: inline-flex;
  flex-direction: column;
  margin: 0 10px;
}

.selectable-mode {
  margin: 5px;
  background-color: white;
  border-radius: 2px;
  display: inline-block;
  padding: 7px;
  text-decoration: none;  
}

.note {
  border-left: 5px solid #ccc;
  padding: 10px;
  color: #666
}

#mode-selection {
  text-align: center;
}

#image {
  width: 100%;
  border-radius: 10px
}

#about {
  padding: 30px;
}