/* ISP subsite styles */

body {
  background: white;
  font-size: 14px;
}

.container {
  margin-top: 2em;
  margin-bottom: 2em;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}


h1 {
  font-size: 36px;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-color: grey;
    display: table;
    border-collapse: collapse;
}

.table td, .table th {
  border-bottom: 1px solid #ddd;
  padding: 0.5em;
}

.table th {
  text-align: left;
}

.table tbody tr:nth-child(odd) {
   background-color: #F5F5F5;
}

.table-nav {
    border-bottom: 1px solid #67a859;
    margin-bottom: 5px;
}

.table-nav ul {
  margin-bottom: 9px;;
}

.table-nav ul li {
  display: inline;
  list-style: none;
  padding: 10px;
  padding-right: 25px;
  cursor: pointer;
}

.table-nav ul li:hover:not(.active) {
  background: #F5F5F5;
}

.table-nav ul li.active {
  color: #515151;
  border-right: 1px solid #67a859;
  border-left: 1px solid #67a859;
  border-top: 1px solid #67a859;
  border-bottom: 1px solid white;
  border-radius: 2px;
}

#sponsors p {
    display: inline;
    padding: 20px;
}

.sliding-scale {

}

@media only screen and (max-device-width: 480px) {

  #main {
    font-size: 48px;
    line-height: 64px;
    padding-left: 20px;
    padding-right: 20px;
  }

  h1 {
     font-size: 78px;
     line-height: 80px;

     margin-bottom: 40px;
     border-bottom: none;
  }
  .table-nav ul li {
     font-size: 30px;
  }

 
  .table-nav ul li.all {
    display: none;
  }

  table tr td:nth-child(2), table tr td:nth-child(4) {
    display: none;
  }
  .sliding-scale {
    font-size: 30px;
  }
}
