
.neo-app .neo-support .block-review-content div.block-review-body {
    position:relative;
    padding: 10px;
}

.neo-app .neo-support pre {
    padding: 5px;
}

.neo-app .neo-support pre code {
    font-size: 12px;
    font-family: "Lucida Console", Monaco, Consolas, monospace;
}

.neo-app .neo-support blockquote {
    font-size: 15px ;
}

.neo-app .neo-support .ticket-conversation  {
    margin-bottom: 20px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 500;
    /* clearfix */
}

.neo-app .neo-support .ticket-conversation .message-header {
    background-color: #f0f0f0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 8px;
}

.neo-app .neo-support .ticket-conversation .message-container {
    margin-bottom: 20px;
    overflow: hidden;
    /* clearfix */
}

.neo-app .neo-support .ticket-conversation .message-container .photo {
    float: left;
}

.neo-app .neo-support .ticket-conversation .message-container .photo img {
    width: 90px;
    height: 90px;
    border-radius: 5px;
}

.neo-app .neo-support .ticket-conversation .message-container .message {
    min-height: 90px;
    margin-left: 110px;
    position: relative;
}

.neo-app .neo-support .ticket-conversation .message-container .message:after {
    content: '';
    display: inline-block;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-right: 10px solid #e9e9e9;
    position: absolute;
    top: 10px;
    left: -9px;
}

.neo-app .neo-support .ticket-conversation .message-container .message .meta {
    padding: 3px 0;
    font-size: 12px;
    color: #9da9b0;
}

.neo-app .neo-support .ticket-conversation .message-container .message .meta .datetime {
    font-style: italic;
}

.neo-app .neo-support .ticket-conversation .message-container .message .meta .name {
    color: #333;
}

.neo-app .neo-support .ticket-conversation .message-container .message .meta .edit {
    margin-left: 10px;
    float: right;
}

.neo-app .neo-support .ticket-conversation .message-container .message .content {
    padding: 20px;
    background: #e9e9e9;
    border-radius: 9px;
    overflow: hidden;
    /* clearfix */
}

.neo-app .neo-support .ticket-conversation .message-container .message .content p:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.neo-app .neo-support .ticket-conversation .message-container .message .attachments {
    padding: 3px 0;
    padding-top: 0;
    font-size: 12px;
}

.neo-app .neo-support .ticket-conversation .message-container .message .attachments .expand-attachments {
    margin: 0;
    display: none;
}

.neo-app .neo-support .ticket-conversation .message-container .message .attachments ul {
    margin: 0;
    padding: 0;
}

.neo-app .neo-support .ticket-conversation .message-container .message .attachments ul li {
    list-style-type: none;
    margin: 5px 0;
    overflow: hidden;
    /* clearfix */
}

.neo-app .neo-support .ticket-conversation .message-container .message .attachments ul li:last-child {
    margin-bottom: 0;
}

.neo-app .neo-support .ticket-conversation .message-container .message .attachments ul li a .attachment-image {
    float: left;
}

.neo-app .neo-support .ticket-conversation .message-container .message .attachments ul li img {
    float: left;
    width: 18px;
    height: 18px;
}

.neo-app .neo-support .ticket-conversation .message-container .message .attachments ul li p {
    margin: 0 0 0 21px;
    padding: 0;
    color: #9da9b0;
}

.neo-app .neo-support .ticket-conversation .message-container .message .attachments ul li.is-image img {
    border: 2px solid #ccc;
    padding: 4px;
    margin-left: 0;
    width: auto;
    height: auto;
}

.neo-app .neo-support .ticket-conversation .message-container .message .attachments ul li.is-image p {
    margin-left: 68px;
}

.neo-app .neo-support .ticket-conversation .message-container .message .attachments.is-collapsed ul {
    display: none;
}

.neo-app .neo-support .ticket-conversation .message-container .message .attachments.is-collapsed .expand-attachments {
    display: block;
}

.neo-app .neo-support .ticket-conversation .message-container.active-user .photo {
    float: right;
}

.neo-app .neo-support .ticket-conversation .message-container.active-user .message {
    margin-left: 0;
    margin-right: 110px;
}

.neo-app .neo-support .ticket-conversation .message-container.active-user .message:after {
    content: '';
    display: inline-block;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-right: none;
    border-left: 10px solid #ddd;
    position: absolute;
    top: 10px;
    left: auto;
    right: -9px;
}

.neo-app .neo-support .ticket-conversation .message-container.active-user .message .content {
    color: #0c0c0c;
    background: #ddd;
}

.neo-app .neo-support .ticket-conversation .message-container.internal .message:after {
    border-left-color: #9da9b0;
}

.neo-app .neo-support .ticket-conversation .message-container.internal .message .content {
    background: #9da9b0;
}

.neo-app .neo-support .ticket-indicator {
    border-style: solid;
    border-width: 10px;
    float: left;
    height: 0;
    overflow: hidden;
    width: 0;
    border-top-color: #cccccc;
    border-right-color: #999999;
    border-bottom-color: #b3b3b3;
    border-left-color: #e5e5e5;
    opacity: .5;
}

.neo-app .neo-support .ticket-indicator.has-new {
    border-top-color: #eba87f;
    border-right-color: #de6c26;
    border-bottom-color: #e58a52;
    border-left-color: #f2c6ab;
    opacity: 1;
}

.neo-app .neo-support ul.attachment-list li {
    list-style-type: none;
    margin: 5px 0;
    overflow: hidden;
    /* clearfix */
}

.neo-app .neo-support ul.attachment-list li:last-child {
    margin-bottom: 0;
}

.neo-app .neo-support ul.attachment-list li p {
    margin: 0 0 0 21px;
    padding: 0;
    color: #9da9b0;
}

.neo-app .neo-support .form-group.attachments-field ul.message-files {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.neo-app .neo-support .form-group.attachments-field ul.message-files li {
    margin-bottom: 10px;
}

.neo-app .neo-support .form-group.attachments-field ul.message-files li > * {
    display: inline-block;
}
