.shoutbox-chat {
    display: block;
}

.shoutbox-viewport {
    overflow-x: hidden;
    overflow-y: scroll;
    text-align: left;
}

.shoutbox-messagelist {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
}

.shoutbox-messagelist-message:first-of-type {
    border-top: none;
}


.shoutbox-messagelist-message {
    border-top: 1px solid rgba(15,70,100,.12); /** get color from theme */
}

.shoutbox-message {
    padding: 10px;
}

.shoutbox-message-author {
    position: relative;
    margin-top: 1px;
    margin-bottom: 2px;
    padding-left: 0;
}

.shoutbox-author {
    max-width: 100%;
    overflow: hidden!important;
    text-overflow: ellipsis!important;
    white-space: nowrap!important;
    word-wrap: normal!important;
}

.shoutbox-author-link {
    font-weight: inherit;
    color: inherit;
    text-decoration: inherit;

    display: inline-block;
}

.shoutbox-author-avatar {
    position: static;
    top: auto;
    left: auto;
    float: left;
    margin-right: 8px;

    width: 32px;
    height: 32px;
    overflow: hidden;
    border-radius: 4px;
}

.shoutbox-author-name {
    font-size: 12px; /* get font size from theme */
    line-height: 18px;
    font-weight: 700;
}

.shoutbox-avatar {
    border-radius: 50%;

    max-width: 100%;
    max-height: 100%;

    border: 0;
}

.shoutbox-message-text {
    margin-top: 6px;
    margin-left: 0;
    font-size: 12px; /* get font size from theme */
    line-height: 18px;

    text-align: left;
    direction: ltr;

    margin-bottom: 12px;
    font-weight: 400;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.shoutbox-message-metadata {
    float: right;
    margin-top: 2px;
}

.shoutbox-message-timestamp {
    color: #8899a6; /* get color from theme */

    font-size: 12px; /* get font size from theme */
    line-height: 18px;
}

.shoutbox-message-actions {
    margin-left: 0px;
    padding-left: 0;
}

.shoutbox-message-action {
    font-size: 17px; /* get font size from theme */

    display: inline-block;
}

.shoutbox-message-action a {
    text-decoration: none;
}

.shoutbox-message-action a:visited {
    text-decoration: none;
}

.shoutbox-message-action a:active, .shoutbox-message-action a:focus {
    text-decoration: none;
}

.shoutbox-message-action a:hover {
    text-decoration: none;
}

a.shoutbox-action-like{
    color: #555;
}

a.shoutbox-action-like:visited {
    color: #e60000;
}

a.shoutbox-action-like:active, a.shoutbox-action-like:focus, a.shoutbox-action-liked {
    color: #e60000;
}

.shoutbox-action-like:hover {
    color: #b00200;
}

.shoutbox-action-like-count {
    font-size: 14px;
}

.shoutbox-footer .post-buttons {
    float: right;
}

#shoutbox-newmessage-form .alert {
    padding: 7px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-top: 5px;
}


.shoutbox-loadmore {
    text-align: center;
    margin-top: 10px;
}

.shoutbox-loadmore button.shoutbox-loadmore-prompt {
    border: 1px solid #ddd;
    margin-top: 5px;

}

.shoutbox-loadmore-endofmessagelist {
    display: none;
}

.shoutbox-send-button {
    margin-right: 5px;
}

.shoutbox-footer .alert span {
    word-wrap: break-word;
}