.shoutbox_postbar {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.shoutbox_postbar_send {
    align-items: center;
    display: flex;
    margin-bottom: 0.5rem;
    width: 100%;
}

.shoutbox_message {
    text-decoration: underline;
    padding: 2px 0;
    flex: 1 1 0;
    margin-right: 5px;
}

.shoutbox_buttons {
    display: flex;
    flex-direction: row;
}

.shoutbox_buttons > div, .shoutbox_buttons > img {
    margin: 0 3px;
}

.shoutbox_button {
    position: relative;
    display: inherit;
}

.shoutbox_colorbox {
    display: flex;
}

.shoutbox_colorbox img {
    max-width: inherit;
}

@media screen and (min-width: 768px) {
    .shoutbox_postbar {
        flex-direction: row;
    }

    .shoutbox_postbar_send {
        flex: 1 1 0;
        margin-right: 10px;
        margin-bottom: 0;
        width: auto;
    }
}