.ptg-resource-parish-box {
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 5px;
/*    border: 2px solid #555555;*/
    overflow: auto;

}

.ptg-resource-parish-box div {
  z-index: 1;
  /*margin: 5px;*/
}

.ptg-resource-parish-info {
    border: 1px solid;
    padding: 5px;
    float: left;
    width: 495px;
    margin-right: 0.5rem;
  }

 .ptg-resource-parish-info h1{
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-size: x-large;
  }

  .ptg-resource-parish-info h2{
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-size: large;
  }

  .ptg-resource-parish-info table{
    border: none !important;
  }

  .ptg-resource-parish-info table tr td{
    border: none !important;
  }

.ptg-resource-parish-info-label{
  text-transform: uppercase;
  text-align: right;
}

.ptg-resource-parish-info-label::after{
  content: ":";
}

#divParishMap {
  height: 500px;
  border: 1px solid;
}

.leaflet-popup-content {
  font-size: 1.2rem;
  line-height: 1.4;
}

@media screen and (max-width: 780px){
  .ptg-resource-parish-info {
    padding: 5px;
    float:none;
    width: 90%;
  }

  #divParishMap {
    float:none;
    width: 90%;

  }

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

  .ptg-resource-parish-books-table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 3.5em;
  }

  .ptg-resource-parish-books-table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
    min-height: 3.5em;
  }

  .ptg-resource-parish-books-table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  .ptg-resource-parish-books-table td:last-child {
    border-bottom: 0;
  }


}
