@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,400;0,700;1,100;1,400;1,700&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    padding-top: 69px;
    background: #30363a;
}

.navbar-brand
{
  font-size: xx-large;
  font-weight: 100;
}

/* Link colors */
a {
  color: #75b8ff
}

a:hover {
  color: #af70ff
}

/* for the sticky search bar */
.sticky {
  position: sticky;
  top: 72px;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffffff;
}

h1, h2, h3, h4, h5 {
  font-weight: 100;
}

hr {
  border-top: 1px #ffffff;
  opacity: 1;
}

.bg-main {
  background: #30363a;
}

th, td { 
  vertical-align: middle;
  font-size: 1.25em;
}

.equation {  
  font-size: min(3vh, 2vw);    
}

@media (max-width: 979px) {
  th, td {
    font-size: 1em;
}
  .equation {
      font-size: 1.25em;
  }
}

.undefined {
  color: #ff6d6b;
}

.semivalid {
  color: #f4c20d;
}

.single-content {
  max-width: 960px;
}

.single-content-tabbed {
  padding-left: 2em;
  padding-right: 2em;
}

footer {
  text-align: right;
}

/* Advanced Search */
.checkbox-menu li label {
  display: block;
  padding: 3px 10px;
  clear: both;
  white-space: nowrap;
  margin:0;
}
.checkbox-menu li input {
  margin: 0px 5px;
  top: 2px;
  position: relative;
}
