h1 {
    font-weight: bold;
    font-size: 26px;
    margin: 30px 0 20px 0;
}

#discussionOverall {
    display: flex;
    justify-content: space-between;
}

#allPosts {
    margin-right: 20px;
}

#allAssociations {
    width: 232px;
}




@media screen and (max-width: 750px) {
    #discussionOverall {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    #allPosts {
        margin-right: 0px;
    }

}



#associationsOverallBox {
    width: 25%;
}


.postBox {
    padding: 10px 0;
    border-bottom: 1px solid #ddddc0;
    margin: 15px 0;
}

.postBox table {
    border-collapse: collapse;
}

.profileImageBox {
    width: 59px;
}

.companyPostDataBox {
    width: 95%;
}

.companyPostHeader {
    padding: 3px;
    background-color: #505050;
    color: white;
    font-size: 12pt;
    font-weight: bold;
}

.customerPostHeader {
    font-weight: bold;
}

.postDate {
    margin: 3px 0 0 2px;
    font-size: 8pt;
}

.postData {
    margin: 15px 0;
    padding-left: 8px;
    font-size: 12pt;
}

.discImage {
    text-align: center;
    margin: 12px 0;
}

.discImage img {
    max-width: 98%;
}

.postImage{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 10px 0px;
}

.postImage img{
    max-width: 98%;
    aspect-ratio: 1/1;
}

.postImage_alt{
    font-size: 9pt;
    color: #626262;
}


.discVideo, .discMediaThumbnail {
    margin: 12px 0px;
    text-align: center;
}


.associatedBox {
    width: 230px;
    margin: 10px 0px;
    background-color: #e9e9d9;
    border: 1px solid #f1f1d9;
}

.associatedBox:hover {
    background-color: #f2f2c4;
    border-color: #d1d19b;
}

.associatedBox a {
    text-decoration: none;
}

.associatedBox_text {
    float: left;
    padding: 3px 0 0 6px;
    width: 100px;
    text-align: left;
}

.associatedBox_image {
    background-color: #599670;
    width: 120px;
    height: 70px;
    text-align: center;
    float: left;
}

.associatedBox_image img {
    max-width: 120px;
    max-height: 70px;
}

.discGuide {
    font-size: 9pt;
    padding: 4px;
    color: #505050;
    text-align: center;
}

.discGuideLink {
    display: block;
    text-decoration: none;
    border: 1px solid #d7d7d7;
    background-color: #f2f2f2;
    width: 220px;
    margin: 10px auto;

}

.discGuideLink:hover {
    background-color: #dddddd;
    border-color: #3e3e3e;
}




.post_uploads {
    min-height: 140px;
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.pu_thumbnailDiv {
    padding: 10px 10px;
}

.pu_thumbnailDiv:hover {
    background-color: #FAEBC4;
    cursor: pointer;
}

.pu_thumbnailImg {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ecece8;
}

.pu_thumbnailImg img {
    max-height: 100px;
    max-width: 100px;
}

.uploadDialogDiv img {
    max-width: 100%;
}
