/*
 * Copyright (c) 2013 MyNetDiary, Inc.
 *
 * This document and the product to which it pertains are distributed under licenses restricting their use, copying, distribution, and decompilation.
 * This document may not be changed without prior written authorization of MyNetDiary and its licensors, if any.
 */

/*
 * Copyright (c) 2013 MyNetDiary, Inc.
 *
 * This document and the product to which it pertains are distributed under licenses restricting their use, copying, distribution, and decompilation.
 * This document may not be changed without prior written authorization of MyNetDiary and its licensors, if any.
 */


.pageContainer {
    margin: 20px auto;
    width: 1170px;
}

@media (max-width: 1300px) {
    .communityInfoColumn {
        display: none;
    }
    .communityPage {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

.communityPage {
    max-width: 1170px;
}

.commentBubble {
    position: relative;
    background: #F2F3F4;
    border-radius: .4em;
    margin-left: 17px;
}

.commentBubble:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-right-color: #F2F3F4;
    border-left: 0;
    border-bottom: 0;
    margin-top: -10px;
    margin-left: -15px;
}

.fadedEnd {
    position: relative;
}

.fadedEnd:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0px;
    pointer-events: none;
    background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255, 1) 60%);
    width: 40px;
    height: 100%;
}

/*
 * Copyright (c) 2013 MyNetDiary, Inc.
 *
 * This document and the product to which it pertains are distributed under licenses restricting their use, copying, distribution, and decompilation.
 * This document may not be changed without prior written authorization of MyNetDiary and its licensors, if any.
 */

.comment {
    clear: both;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

@media only screen and (min-width: 768px) {
    body {
        background-color: #eee;
    }
}

.block-invitation {
    margin: -24px 24px 16px;
    font-size: 17px;
}
@media only screen and (min-width: 768px) {
    .block-invitation {
        margin: 0 24px 32px;
        background-color: #fff;
        border-radius: 4px;
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    }
}
@media only screen and (min-width: 992px) {
    .block-invitation {
        margin-right: auto;
        margin-left: auto;
        max-width: 900px;
    }
}

.first-line {
    font-size: 19px;
    font-weight: bold;
}



