#shoutbox {
    background: #fff;
    margin-bottom: 14px;
    border: 1px solid #e4e6e9;
    padding: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: 'Droid Sans', sans-serif;
}

#shoutbox .head {
    background: #324e66 url(../../../images/duende/thead3.jpg) top left repeat-x;
    color: #ffffff;
    -webkit-box-shadow: rgba(0,0,0,0.3) 0px 4px, inset #3d6485 0px 1px 0px;
    -moz-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset #3d6485 0px 1px 0px;
    box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset #3d6485 0px 1px 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #1a2936;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 1px 1px 0px #283544;
    padding: 10px;
    font-family: 'Droid Sans', sans-serif;
}

#shoutbox .head a:link {
    color: #ffffff;
    text-decoration: none;
}

#shoutbox .head a:visited {
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
}

#shoutbox .head a:hover, #shoutbox .head a:active {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#shoutbox.front .head {
    cursor: pointer;
}

#shoutbox .head .right {
    float: right;
    margin: 0;
}

#shoutbox.collapsed .head {
    opacity: 0.4;
}

#shoutbox.collapsed .body {
    display: none;
}

#shoutbox .panel {
}

#shoutbox input.text {
    margin: 0;
    padding: 10px 8px;
    width: 100%;
    box-sizing: border-box;
    border: none;
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #000;
    -webkit-text-fill-color: #646464 !important;
}

#shoutbox .minposts, #shoutbox .blocked {
    padding: 6px;
    font-size: 11px;
}

#shoutbox .panel.minposts {
    background: #FFFED8;
    color: #727250;
}

#shoutbox .panel.blocked {
    background: #FCEFEF;
    color: #543A3A;
}

#shoutbox .panel p {
    margin: 0;
}

#shoutbox .window {
    overflow-y: scroll;
}

#shoutbox .data {
    display: table;
    width: 100%;
    font-family: 'Droid Sans', sans-serif;
    font-size: 13px;
}

#shoutbox.front .data {
    border-top: none;
}

#shoutbox .entry {
    display: table-row !important;
    width: 100%;
    transition: background-color 0.2s;
}

#shoutbox .entry:nth-child(even) {
}

#shoutbox .entry.new {
    background-color: rgba(255,255,100,0.1);
}

#shoutbox .entry:target {
    background-color: rgba(50,200,255,0.1);
}

#shoutbox .entry > div {
    border-bottom: 1px dashed #e7e6e6;
}

#shoutbox .entry:last-child > div {
    border-bottom: none;
}

#shoutbox .entry > div {
    display: table-cell;
    padding: 6px;
}

#shoutbox .avatar img {
    margin: 0 auto;
    vertical-align: middle;
    max-height: 20px;
    max-width: 20px;
    cursor: pointer;
    padding: 1px;
    border: 1px solid #ddd;
    background: #fff;
}

#shoutbox .user {
    text-align: left;
    white-space: nowrap;
}

#shoutbox .text {
    width: 100%;
    color: #555;
    word-break: break-all;
    word-wrap: break-word;
}

#shoutbox .info {
    font-size: 13px;
    color: #333;
    white-space: nowrap;
    text-align: right;
}

#shoutbox .entry.unread .info:before {
    display: inline-block;
    position: relative;
    top: -2px;
    margin-right: 10px;
    height: 4px;
    width: 4px;
    content: '';
    background: rgba(255,100,0,0.8);
    border-radius: 10px;
}

#shoutbox .info a {
    color: #333;
}

#shoutbox .mod {
    padding: 6px 8px;
    font-size: 13px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
}

#shoutbox .mod:nth-of-type(2) {
    margin-right: 5px;
}

#shoutbox .ip {
    margin-right: 10px;
    color: #CECECE;
}

		