/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}

/* Button Padding */
.button {
    padding: 10px 20px;
}
    
.navContent li .button {
    padding: 10px 20px;
}

/*  PBR and R Panel Metal Roofing Spec Sheet Table Styles */

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0px;
  padding: 0px;
  width: 100%;
  table-layout: auto;
  width: 100%;  
}

table th {
  vertical-align: middle;
  font-size: 25px;
  letter-spacing: .02em;
  font-family: helvetica, Arial, Verdana, sans-serif;
  color: #ffffff;
  padding-bottom:15px;
}

table tr {
  background-color: #ffffff;
  border: 1px solid #464646;
  padding: 20px;
}

table td {
  text-align: left;
  vertical-align: middle;
  font-family: Helvetica;
  font-size: 20px;
  color: #18212d;
  font-weight: bold;
  padding: 20px;
}

tr:first-child th {
  background-color: #004aad;
}

tr:nth-child(odd) { 
   background-color: #ffffff
} 
tr:nth-child(even) {
   background-color: #f5f5f5;
} 

/* PBR and R Panel Metal Roofing Spec Sheet Responsive Table Styles */

@media screen and (max-width: 800px) {
  table {
    border: 0px;
  }

  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: 1px solid #464646;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    display: block;
    font-size: 20px;
    text-align: right;
    margin-bottom: 15px;
  }
  
  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-family: helvetica, Arial, Verdana, sans-serif;
    font-size: 20px;
    color: #18212d;
  }
}