
@CHARSET "UTF-8";

.msg_box {
    position: relative;
    width: 100%;
    height: 600px;
    background-color: transparent
}

.msg_box > section {
    position: relative;
    min-height: 40px;
    height: auto;
    width: 100%;
    margin: 0px !important;
    display: block;
}

.msg_box > section.msg_container {
    position: absolute;
    top: 10px;
    height: calc(100% - 120px);
    border-radius: 10px;
    background-color: rgba(0,0,0,0.02);
}

.msg_box > section.msg_container li {
    margin: 0 10px;
    width: calc(100% - 20px);
}

.msg_box > section.msg_container li:first-child {
    margin-top: 10px;
}

.msg_box > section.msg_container li:last-child {
    margin-bottom: 10px;
}

.msg_box > section.msg_reply {
    position: absolute;
    bottom: 10px;
}

.msg_box > section.msg_reply ul.fields > li,
.msg_box > section.msg_reply ul.fields > li > div,
.msg_box > section.msg_reply ul.fields {
    margin-bottom: 0px
}

.msg_container li > span.bubble {
    margin-bottom: 10px;
    height: auto;
    max-width: calc(100% / 2);
}

.msg_container li > span.bubble > span {
    display: block;
    width: 100%;
    font-size: 12px;
}

.msg_container li > span.bubble > span.bottom {
    opacity: 0.8;
}