/*body {*/
  /*padding-top: 8rem;*/
/*}*/

:root {
  --evolution-orange: #fd7e14;
  --evolution-blue: #143d81;
}

.page-box {
  background-size: contain;
  box-shadow:         3px 3px 5px 6px #ccc;
}

.buttons {
  float: none;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 8rem;
}


.buttons a.btn-tab {
  padding: 1rem 3rem;
  font-family: FuturaBook;
  /*font-size: 1.8rem;*/
}
.buttons .active-button {
  background-color: #19458c;
  color: white;
}

.btn-tab {
  display: inline-block;
  font-family: GothamBold;
  border: 1px solid black;
  padding: 14px;
  background-color: black;
  color: white;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

.code {
  background-color: #ececec;
  width: 100%;
  margin-top: 1.3rem;
  /*max-height: 600px;*/
  padding: 1.5rem 2rem;
}

.code pre.active {
  display: block;
}
.code pre {
  background: none;
  border: 0;
  color: black;
  line-height: 3rem;
  /*font-size: 1.8rem;*/
  display: none;
  max-height: 550px;
  overflow-y: scroll;
}

.remove-link {
    color: grey;
    background-color: white;
    border: none;
}

.remove-link:hover {
        color: var(--evolution-orange);
        background-color: white;
        border: none;
        cursor: pointer;
}

.table td {
  max-width: 16em;
  word-wrap: break-word;
}

.table-scrollable tbody {
    max-height: 600px;
    overflow-y: scroll;
    overflow-x: scroll;
}

.table-scrollable tbody, .table-scrollable thead {
    display: block;
}

.table-scrollable td {
  max-width: none;
}

.cursor-pointer{
  cursor: pointer;
}


.navbar-brand {
    padding: 0;
}

.navbar-nav .nav-link {
    padding-top: 0;
    padding-bottom: 0;
    height: 30px;
    line-height: 30px;
}

.diff-line {
    white-space: pre;
    font-family: monospace;
    letter-spacing: -1px;
    display:block;
    width: 100%;
}

.diff-block {
    overflow-x: scroll;
    overflow-y: hidden;
    line-height: 1rem;
    display: block;
}

.nav.navbar-nav {
    height: 34px;
}