#header td { padding: 6px; }
.funcard
{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 5px;
    width: 200px;
    height: 250px;
    font-size: 100%;
    padding: 20px;
    margin: 20px;
}
.cardcontainer{
    display:inline-flex;
    flex-wrap:wrap;
    border:0px solid black;
    justify-content: center;
}
.flex-direction{
    flex-direction:row;
}

.toggle {
    cursor: pointer;
    font-weight: bold;
    font-size: large;
}

.togglecontent {
    display: block;
}

.roundrow-previous {
    display: none;
}


.responsive-image {
    height: auto;
    width: 100%;
}

.navcontrols {
    padding-left:50px;
}
