.container-fluid {
  width:                        95%;
}

.btn {
  margin-right:                 0.5rem;
}

.spin-row {
  display:                      flex;
  flex-direction:               row;
}

.spinner {
  display:                      inline-block;
  animation:                    spin 2s linear infinite;
  font-size:                    xx-large;
  margin-left:                  1rem;
}

.row {
  margin-bottom:                0.5rem;
}

.log-entry {
  font-family:                  monospace;
  font-size:                    smaller;
  white-space:                  pre-wrap;
}

.log-lines {
  font-size:                    0.75rem;
  font-family:                  monospace;
  width:                        100%;
  display:                      inline-block;
  overflow:                     hidden;
}

.log-lines p {
  margin-bottom:                0;
}

.build-page-buttons {
  width:                        315px;
}

.table-text {
  font-family:                  monospace;
  font-size:                    smaller;
  white-space:                  pre-wrap;
}

.nav-tabs {
  margin-bottom:                1rem;
}

.host-color {
  display:                      inline-block;
  width:                        1rem;
  height:                       1rem;
  margin:                       0 0.5rem;
}

.navTopMargin {
  margin-top:                   0.5rem;
}

.height100 {
  height:                       100%;
}

.navbar {
  margin-bottom:                2rem;
}

.build-span {
  margin-left:                  0.5rem;
}

