/*
* Copyright 2021 Adam Lawson
* https://www.edapb.org
* css/table.css
*/

table {
  font-family: 'san_francisco_textlight', sans-serif;
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 90%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table tr:nth-child(even){background-color: #f2f2f2;}

table th,
table td {
  padding: .625em;
  text-align: left;
}

table th {
  background-color: #323232;
  color: #e5e5e5;
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.table-center {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
    width: 100%;
  }

  table caption {
    font-size: 1.3em;
  }

  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }

  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }

  table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  table td:last-child {
    border-bottom: 0;
  }
}

#docs {
  font-family: 'san_francisco_textlight', sans-serif;
  border-collapse: collapse;
  width: 80%;
  color: #000;
}

@media screen and (max-width: 600px){
    #docs {
        width: 100%;
    }
}

#docs td, #docs th {
  border: 1px solid #000000;
  padding: 8px;
  text-decoration: none;
}

#docs tr:nth-child(even){background-color: #f2f2f2;}

@media screen and (max-width: 768px){
  #docs td, #docs th {
    font-size: 1.3vh;
    padding: 2px;
  }
}

#docs th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #323232;
  color: #e5e5e5;
}

#docs td a, #docs th a {
	color: #000000;
  font-weight: bolder;
}

#docs td a:hover, #docs th a:hover {
	color: #F08714;
  text-decoration: none;
}




#map-address {
  font-family: 'san_francisco_textlight', sans-serif;
  border: 0px solid #000000;
  border-collapse: collapse;
  width: 100%;
  color: #757575;
}

@media screen and (max-width: 600px){
    #map-address {
        width: 90%;
    }
}

#map-address td, #map-address th {
  border: 0px solid #000000;
  padding: 5px;
  text-decoration: none;
}

#map-address tr:nth-child(even){background-color: #f2f2f2;}

#map-address th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #323232;
  color: #e5e5e5;
}

#map-address td a, #map-address th a {
	color: #0071E3;
  font-weight: 300;
  text-decoration: none;
}

#map-address td a:hover, #map-address th a:hover {
	color: #0071E3;
  text-decoration: underline;
}
