html, body {
    font-family: 'Source Sans Pro', sans-serif;
}

#log, #users {
    height: 500px;
    border: 1px solid #93b6d7;
    overflow: auto;
    line-height: 1.2em;
    padding: 10px;
}

#log {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    float: left;
    width: 600px;
    min-width: 300px;
}

#users {
    width: 200px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#msg {
    width: 400px;
    padding: 3px;
    margin-top: 10px;
}

.sent, .received {
    display: inline-block;
    border-radius: 1.1em;
    padding: 3px 0.7em;
    /*margin-top: 1px;*/
}
.sent {
    border: 1px solid #1381FF;
    color: white;
    background-color: #0084ff;
}

.received {
    border: 1px solid #e0e0e0;
    color: #111;
    background-color: #e6e6e6;
}
.received ul {
    margin: 0.5em;
}
.received li {
    line-height: 1em;
}

a {
    color: #0073C8
}

.new-msg-container {
    position: relative;
    margin-bottom: 1px;
    max-width: 400px;
    /*width: 100%;*/
    border-radius: 3px;
}

.received .pip {
    margin-top: -5px;
    top: 50%;
    left: -5px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #e6e6e6;
    position: absolute;
    bottom: 0;
}

/*https://www.jivochat.com/*/
.pip {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    bottom: 0;
}

.new-time {
    line-height: 0;
    position: absolute;
    font-size: 11px;
    color: #9fabb7;
}

.received .new-time {
    right: -48px;
    top: 50%;
}

#questions li span, .choose {
    color: #0073C8;
}
#questions li span:hover {
    text-decoration: underline;
    cursor: pointer;
}

.choose:hover {
    cursor: pointer;
}
