/* body { font: 14px Georgia, serif; } */

.thrift-images-splash {
    width: 100%;
    /* display: inline-flex; */
    /* border: 5px solid white; */
    align-items: center;
    align-content: center;
}

.thrift-images-splash img {
    width: 24%;
    height: 100%;
    object-fit: cover;
    float: left;
    /* padding: 10rem; */
    margin: 0.33rem;
}

.tabsSection {
    width: 20%;
    float: left;
    border: 3px solid white;
}

.tabcontent {
    border: 3px solid white;
}

table {
    border-collapse: separate;
    border-spacing: 8em 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}