.contentSection .filterSection{
    height: 5%;
    width: 100%;
    background:transparent;
}
.contentSection .parentTable{
    width: 100%;
    height: 85%;
}
.contentSection .pagination{
    width: 100%;
    height: 5%;
    text-align: center;
    display: flex;
    justify-content:space-around;
    align-items: center;
}
.pagination a {
    color: black;
    float:none;
    width: 12.5%;
    height: 100%;
    padding: 4px 8px;
    text-decoration: none;
    transition: background-color .3s;
    background-color: #fff;
    color: #000;
    display: flex;
    justify-content:center;
    align-items: center;
    cursor: not-allowed;
  }
.pagination a.active {
    background-color: #44ff88;
    color: #000;
    cursor: pointer;
  }
.pagination a:hover:not(.active) {background-color: #444;}
.filterSection .filterPanel{
    width: 100%;
    height: 100%;
    margin: auto;
    text-align: center;
    padding: 28px 0px;
}
.contentSection .space-05{
    width: 100%;
    height: 5%;
    background: transparent;
}
.space-05 .underNavigation{
    width: 100%;
    height: 60%;
}
.space-05 .belowNavigation{
    width: 100%;
    height: 40%;
    border-top: 0.5px solid #fff;
    border-bottom: 0.5px solid #fff;
}
.belowNavigation h1{
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px #000000;
    font-size: 28px;
}
.belowNavigation abbr{
    text-decoration: none;
}
select{
    width:20%;
    height: 50%;
    border-radius: 5px;
    background-color: #44ff88;
    border: 1px solid #fff;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
button{
   width: 15%;
   height: 50%;
   background-color: #44ff88;
   border: 1px solid #fff;
   border-radius: 5px;
   color: #000;
   font-size: 18px;
   box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
   cursor: pointer;
}
.parentTable td{
    width: 25%;
    height: 20%;
    background: rgba(0,0,0,0.19)
}
.glassy{
width:80%;
height: 80%;
margin: auto;
background: linear-gradient(to right,rgba(255,255,255,0.8),rgba(255,255,255,0.6),rgba(255,255,255,0.4));
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
border-radius: 25px;
padding: 15px 0px;
}
.glassy-innerContent{
    width: 80%;
    height: 100%;
    margin: auto;
}
.glassy-innerContent .innerContent-imageRow{
    width: 100%;
    height: 74%;
    text-shadow: 2px 2px 4px #000000;
}
.innerContent-imageRow .downloadDescription{
    color: #fff;
    text-align: center;
    font-size: large;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.glassy-innerContent .innerContent-buttonRow{
    width: 100%;
    height: 25%;
    text-align: center;
}
.innerContent-buttonRow a{
    text-decoration: none;
}
.innerContent-buttonRow td{
    text-align: center;
}
.asap-round{
    border-radius: 10px;
    border: 1px solid black;
    width: 75%;
    height: auto;
    font-size: 16px;
    padding: 8px;
    text-decoration: none;
    color:black;
    text-align: center;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    background: linear-gradient(45deg,#fffffd,white,#fffffd);
    margin: auto;
}