
@font-face {
  font-family: "Screener";
  src: url("fonts/screener-sc.ttf");
}

@font-face {
  font-family: "Abel";
  src: url("fonts/abel-regular.ttf");
}

.dm-sans-font, p {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.title-font-bold, h1, h2 {
  font-family: "Screener", sans-serif;
}

.title-font, h3, h4 {
  font-family: "Abel", sans-serif;
}

.container {
  max-width: 1000px !important;
  padding: 0 20px !important;
}

.main-container {
  min-height: 600px;
}

.main-container img {
  max-width: 100%;
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.logo img {
  width: 163px;
}

.home-link {
  align-content: center !important;
  text-align:right !important;
}
.home-link a {
  color: #000;
  text-decoration: none;
}

.divider {
  border: 1px solid;
  color: #000;
  opacity: 1;
}

.license {
  font-size: 0.8rem;
}


/* Table styles ripped from Github */
table {
    display: block;
    overflow: auto;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

table tr {
    background-color: #fff;
    border-top: 1px solid #c6cbd1;
}

table tr:nth-child(2n) {
/*    background-color: #f6f8fa;*/
}

table th {
    font-weight: 600;
    background-color: #f6f8fa;
}

table td,
table th {
    border: 1px solid #dfe2e5;
    padding: 3px 13px;
}

table tr {
    background-color: #fff;
    border-top: 1px solid #c6cbd1;
}

table tr:nth-child(2n) {
/*    background-color: #f6f8fa;*/
}

table > thead > tr > th {
    border-bottom: 0;
}

/* End of table styles */