.topline {
  display: flex;
  justify-content: space-between;
}


body {
  background-color: #f2f8fc;
}

.navbar-dark .navbar-nav .nav-link.active {
    color: #18bc9c;
}

.agape.status.time {
  margin: 10px;
  display: flex;
  justify-content: center;
  font-size: large;
}

table.agape.status > tbody > tr > td,
table.agape.status > thead > tr > th {
  text-align: center;
}

table.agape.status > tbody > tr > td {
  text-align: center;
}

.standard-margin {
  margin: 10px;
}

.carousel-caption {
  background-color: rgba(62,63,57,0.7);
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  color: whitesmoke;
}

.no-bg .carousel-caption {
  background-color: transparent;
}

.text-caltech-orange {
  color: #FF6E1D;
}

.legal-link,
.legal-link-end {
  text-decoration: none !important;
  color: whitesmoke;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 0px;
  border-right: solid 2px #888888;
}

.legal-link-end {
  border-right: none;
}

/* math :D */
var.vector {
  font-style : normal;
}
var.vector span.arrow {
  vertical-align: .1em;
}
var.vector span.hat {
  vertical-align: .4em;
  margin-left: -.55em;
}
var.vector span.subscript {
    vertical-align: -.3em;
    font-size: x-small;
    margin-left: .2em;
}

#mission_select > h4 {
  display: flex;
  justify-content: space-between;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

div.figure-right figure {
  float: right;
  text-align: center;
  font-style: italic;
  text-indent: 0;
  margin: 0.5em;
  padding: 0.5em;
}

div.figure-left figure {
  float: left;
  text-align: center;
  font-style: italic;
  text-indent: 0;
  margin: 0.5em;
  padding: 0.5em;
}

div.figure-right figcaption,
div.figure-left figcaption {
  line-height: 30px;
}
