#table_2.wpDataTableID-10 thead, #table_2.wpDataTableID-10 tfoot {
    display: none;
}
#table_2.wpDataTableID-10 tbody {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
#table_2.wpDataTableID-10 td {
    border: 0;
    display: block;
    height: auto;
}

/* ---------------------------------------- */

/* testing styling the species profile page */
#speciesprofile {
    margin-left: 10%;
    margin-right: 10%;
}
#speciescontenttop{
    display:flex;
}
#leftcontent {
    width: 70%;
    padding-right: 30px;
}
#rightcontent {
    width: 30%;
}
#photocredit {
    background-color: rgba(255, 255, 255, 0.5);
    margin-top:-25px;
    width:100%;
    margin-bottom:40px;
}
#heroimage {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
#primary {
    width: 100%;
}
#primary.col-12 {
    padding-right: 0;
    padding-left: 0;
}
@media (min-width: 1200px){
    #primary.col-xl-10 {
        width: 100%;
        max-width: 100%;
        flex: none;
    }
}
@media only screen and (max-width: 800px) {
    #speciescontenttop{
        display:block;
    }
    #leftcontent {
        width: 100%;
        padding-right:0;
    }
    #rightcontent {
        width: 100%;
        text-align:center;
    }
    #rangemap {
        width:100%;
        max-width:400px;
    }
}