:root {
    --color-works: #008000;
    --color-prep: blue;
    --color-broken: rgb(160, 55, 55);
  }
.table {
    width: calc(100%-50pt);
    margin-bottom: 75px;
}
.provider_list .status-ok {
  color: white;
  background: var(--color-works);
  padding-left: 5pt;
}

.provider_list .status-prep {
  color: yellow;
  background: var(--color-prep);
  padding-left: 5pt;
  text-decoration: none;
}
.provider_list a.status-prep {
  padding-left: 0;
}
.provider_list a.status-prep :hover, a.title:link, a.title:visited, a.title:active{
color: yellow;
}

.provider_list .status-broken {
color: white;
background: var(--color-broken);
padding-left: 5pt;
}

.provider_list .status-minimal {
  box-shadow: none;
  padding-left: 0;
}

blockquote > p {
  border-left: 10px solid #ccc;
  background-color: beige
}

td {
  padding-left: 5pt;
  padding-right: 5pt;
}

td:last-child {
  width: 99%;
}

#search {
  margin: 8pt
}

table{
  border-collapse: collapse;
  min-width: calc(100% - 50pt);
  margin: 10px;
  overflow-x: scroll;

}

th, td {
  border-right: 1pt solid darkgray;
}

thead {
  border-bottom: 2pt solid darkgray;
}


thead > tr:last-child {
  background-color: #f8f8f8
}

th {
  padding: 1pt 5px;
}

tbody > .strip {
  background-color: #f2f2f2;
}

td:last-child, th:last-child {
  border-right: none;
}

.search-box-container {
  margin: auto;
  width: 250pt;
}

#search {
  width: 100%;
}

.center {
  text-align: center;
}

.status {
  font-size:12pt;
  font-weight: bold;
}

.content{
  max-width: 600pt;
  margin: 5em auto 0em;
  padding: 0 4pt;
}

.section {
  padding: 0 8pt;
}

.section > ul {
  padding-left: 18pt;
}

.highlight {
  display: inline-block;
  padding: 1pt;
}

.footer-text {
  padding: 1em;
}

body>div, body>p, body>h2 { margin: 1em; }

.filter {
    margin-left: 30px;
}
main {
    margin: 20px;
}


@media only screen and (min-width: 600px) {
  footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #eee;
    color: white;
    text-align: center;
  }
  .footer-text {
    margin-bottom: 0px;
    color: black;
  }
    main {
        width: 45%;
        float: left;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 15px;
    }
    .table {
        width: 55%;
        margin-left: 45%;
    }
  .provider_list .status-ok {
      color: white;
      background: var(--color-works);
      padding-left: 5pt;
  }
  
  .provider_list .status-prep {
      background: var(--color-prep);
      padding-left: 5pt;
      text-decoration: none;
  }
  .provider_list a.status-prep :hover, a.title:link, a.title:visited, a.title:active{
    text-decoration: none;
    color: yellow;
  }
  
  .provider_list .status-broken {
   color: white;
   background: var(--color-broken);
   padding-left: 5pt;
  }
  
  .provider_list .status-minimal {
      box-shadow: none;
      padding-left: 0;
  }
  
  blockquote > p {
      border-left: 10px solid #ccc;
      background-color: beige
  }
  
  td {
      padding-left: 6pt;
      padding-right: 5pt;
      white-space: nowrap;
  }
  
  #search {
      margin: 8pt
  }
  
  table{
      border-collapse: collapse;
      min-width: calc(100% - 40pt);
      margin: 20pt

  }
  
  th, td {
      border-right: 1pt solid darkgray;
  }
  
  thead {
      border-bottom: 2pt solid darkgray;
  }
  
  
  thead > tr:last-child {
      background-color: #f8f8f8
  }
  
  th {
      padding: 1pt 5px;
  }
  
  tbody > .strip {
      background-color: #f2f2f2;
  }
  
  td:last-child, th:last-child {
      border-right: none;
  }
  
  .search-box-container {
      margin: auto;
      width: 250pt;
      float: initial;
  }
  
  #search {
      width: 80%;
  }
  
  .center {
      text-align: center;
  }
  
  .status {
      font-size:12pt;
      font-weight: bold;
  }
  
  .content{
      max-width: 600pt;
      margin: 5em auto 0em;
      padding: 0 4pt;
  }
  
  .section {
      padding: 0 8pt;
  }
  
  .section > ul {
      padding-left: 18pt;
  }
  
  .highlight {
      display: inline-block;
      padding: 1pt;
  }
  .filter {
    text-align: right;
    float: right;
    margin-top: -35px;
    margin-right: 2.5%;
  }
  
}
@media only screen and (max-width: 1300px) {
    .filter {
        margin-top: 0px;
      }
}
@media only screen and (max-width: 860px) {
    main {
        width: 90%;
    }
    .table {
        width: 100%;
        margin-left: 0px;
    }
}

.explanation-text {
    width: 75%;
    margin-right: 5em;
    margin-left: auto;
}

.github-link {
  margin-top: 10em;
  font-size: 0.7em;
}

.github-link a {
  color: #aaa;
  text-decoration: none;
}

.project-title {
  color: gray;
  font-size: small;
  margin: 0 0 2rem 0;
}

.status-subheading {
  font-weight: bold;
  font-size: large;
}

.status-subheading svg {
  width: 1.5rem;
  vertical-align: middle;
  margin-left: 0.5em;
}

.status-ok {
  color: green;
}

.status-preparation {
  color: orange;
}

.status-broken {
  color: red;
}

h1 {
  font-size: 2rem;
  margin: 0 0 1rem 0;
  clear: both;
}

p, div {
  font-size: 1.2rem;
}

img.provider-db-logo {
  float: right;
  margin: -4rem 4rem 0rem 0rem;
  width: 5rem;
}

h3, h2 {
  margin-top: 2rem;
}

li {
  margin: 0.2rem 0 0 1.2rem
}
