﻿.studentWorkList
{
    margin-bottom : 2rem;
}

.editIcon {
    font-size: 30px;
}

.eachTitle {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: baseline;
    padding: 0.5rem 0;
    border-bottom: dashed 1px #dedede;
}

    .eachTitle .date {
        display: block;
        margin-right: 2rem;
        margin-left: 1rem;
        flex-grow: 0;
        flex-shrink: 0;
    }

    .eachTitle .right {
        flex-grow: 1;
        flex-shrink: 1;
    }

    .eachTitle .caption {
        display: block;
        font-weight: 700;
    }

    .eachTitle .category {
        display: block;
    }

    .eachTitle .description {
        line-height: 2rem;
    }

@media (max-width: 767px) {
    .eachTitle {
        display: block;
    }

        .eachTitle .date {
            font-size: 0.8rem;
            display: block;
            margin-right: 0;
            margin-left: 0;
        }
}

div.pageList
{
    float : right;
}

div.pageList a.otherPage
{
    padding-left: 5px;
    padding-right: 5px;
}

div.pageList a.currentPage
{
    font-size: larger;
    font-weight: bolder;
    padding-left: 10px;
    padding-right: 10px;
}
