/*
    Matthew Cherry
    12/03/2023
*/


#arachnidTable, #theraphosidaeTable,
#singaporeBlue, #hornedBaboon,
#shinySpider, #hairyTarantula,
#greenbottleSpiderling, #greenbottleAdult,
#muffinCandidFigure, #muffinDirectFigure {
    float: left;
    width: 40%;
}

#aTest {
    display: block;
}

#appearance p, 
#theraphosidaeFamily, #theraphosidaeFamily p,
#behavior p, 
#aTest {
    clear: left;
}

img {
    max-width: 100%;
}

caption {
    font-weight: bold;
    text-align: left;
    margin-bottom: 1em;
}

caption, figcaption {
    color: rgb(178, 83, 83);
}

table {
    text-align: left;
    margin-bottom: 1em;
    border-style: solid;
    border-radius: 25px;
    border-collapse: collapse;
}

td {
    border-style: solid;
    border-width: 1px;
    padding: 0.25em 0.5em;
    text-align: left;
}

th {
    padding: 0.25em 0.5em;
}


figcaption {
    font-style: italic;
}
