﻿.belowHeading
{
    margin-bottom : 1rem;
    position : relative;
}

/* 基本資料表格 */
.basicInfo {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: solid 1px #e2e2e2;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

    .basicInfo > div
    {
        box-sizing : border-box;
        margin : 0.5rem 2rem 0.5rem 0;
    }

.description {
    line-height: 2rem;
    border-bottom: solid 1px #e2e2e2;
    margin-bottom: 1rem;
}

    .description *
    {
        max-width : 100%;
    }

    .contentUrl {
    }

.medias {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: dashed 1px #e5e5e5;
    padding: 1rem 0;
}

.eachMedia {
    box-sizing: border-box;
    margin: 0.5rem auto 0.5rem auto;
    border: solid 1px #e2e2e2;
    border-radius: 5px;
    padding: 1rem;
    box-shadow: 1px 1px 4px #D1C7C5;
    max-width: 100%;
}

    .eachMedia > * {
        max-width: 100%;
    }

/* 每個獎項 */
.prizeAndWinner {
    padding: 1rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border-bottom: dashed 1px #e4e4e4;
}

/*獎項名稱*/
    .prizeAndWinner .prize {
        font-weight: bolder;
        flex-shrink: 1;
        flex-grow: 0;
        box-sizing: border-box;
        padding-right: 2rem;
        flex-basis : 50%;
    }

/*得獎者容器*/
    .prizeAndWinner .winners {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        flex-shrink: 1;
        flex-grow: 1;
        flex-basis: 50%;
    }


/* 得獎者 */
    .prizeAndWinner .eachWinner {
        display: block;
        margin-right: 2rem;
        font-size: 0.9rem;
    }


div#photoGallery
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.nanogallery_colorscheme_custom_photoGallery .nGY2GThumbnailImageTitle {
    text-overflow: ellipsis;
    width: 100%;
}


