﻿.belowHeading
{
    margin-bottom : 2rem;
    position : relative;
}

.dateLeaderCategoryLocation {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    position: relative;
}

table.basicInfo {
    width: auto;
    border-collapse: collapse;
    margin-bottom: 10px;
}

table.basicInfo td
{   
    line-height : 1.5em;
}

table.basicInfo td.label
{
    text-align : right;
    vertical-align : top;
}

table.basicInfo td.content
{
    text-align : left;
}

div.description
{
    margin : 10px 0 10px 0;
}

div.poster
{
    margin : 10px 0 10px 0;
}

.poster img
{
    max-width : 100%;
}

ol.linkList
{
    list-style-type : decimal;
    list-style-position:outside;
}

.eachPhotoGroupContainer {
    box-sizing: border-box;
    padding: 1rem 0;
}

    /* 照片thumbnail 都在裡面 */
    .eachPhotoGroupContainer .eachPhotoGroup {
        box-sizing: border-box;
    }

    /* 圖片群組的名稱 */
    .eachPhotoGroupContainer .groupName {
        font-weight: bold;
        font-size: 1.3em;
    }

.nGY2GThumbnailTitle {
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: break-spaces !important;
}
