.card {
    background-color: var(--light-light1);
}

.fb-post-img {
    height: 80px;
    float: right;
    margin-left: 10px;
}

.fb-post-message {
    text-overflow: ellipsis;
    -ms-word-break: break-all;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.fb-posts-list .card {
    padding: 10px;
}

.fb-post-link {
    margin: 5px;
    font-weight: bold;
    font-style: italic;
}

.note-card {
    text-align: center !important;
    text-decoration: none;
}

    .note-card img {
        max-width: 100px;
        margin: 10px;
    }

.welcome {
    margin: -25px -25px 20px -25px;
    background-color: var(--light-light1);
    padding: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #990000;
}

.alert2 {
    color: white;
    font-size: 20px;
}

    .alert2.is_not_live {
        background-color: #887777 !important;
        color: white;
        font-size: 20px;
    }

.info {
    background-color: var(--light-light1);
    color: black;
}

.main-content a {
    text-decoration: none !important;
}

.entry a {
    color: black;
}

.entry img {
    margin-right: 10px;
    margin-bottom: 5px;
}

.supporter img {
    max-width: 80px
}

.supporter {
    margin-right: 10px;
    max-width: 100px;
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
}

.supporters {
    padding: 15px;
    background-color: var(--light-light1);
    font-style: italic;
}

.pinned-edit-toggle {
    float: right;
    cursor: pointer;
    margin-right: -15px;
    margin-top: -10px;
}

.pinned-move-button {
    float: left;
    cursor: move;
    margin-left: -15px;
    margin-top: -10px;
}

.editor {
    resize: none;
    font-family: Arial, sans-serif;
    white-space: pre-wrap;
    font-size: 19px;
    padding: 5px;
    word-wrap: break-word;
    text-align: center;
    color: white;
    background-color: unset;
    width: 100%;
    border: 0px;
    padding: 0px;
    min-height: 50px;
}

    .editor:focus {
        box-shadow: 0 0 5px white;
        border: 0px !important;
        outline: none !important;
    }

.inline_editor_form input[type=submit] {
    background: none;
    border: 0 none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-right: -15px;
    color: white;
}

.alert2.editing {
    background-color: #343a40 !important;
}

.drop-target {
    height: 16px;
    margin-top: -16px;
    transition: background-color 0.5s ease;
}

.targeted {
    background-color: #096046 !important;
}

@media (max-width: 32em) {
    .card {
        max-width: 80%;
    }
}

.card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}


@media (min-width: 62em) {
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 75em) {
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
