/* InterviewArea
---------------------------------------------------------------------------- */
.InterviewArea:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.InterviewArea.LeftSide .InterviewComment {
    padding: 10px 0 15px 15px;
    width: 75%;
}
.InterviewArea.RightSide .InterviewComment {
    padding: 10px 15px 15px 0;
    width: 75%;
}
.InterviewArea .InterviewComment {
    float: left;
}
.InterviewArea.RightSide .InterviewComment {
    float: right;
}
.InterviewArea .InterviewImg {
    width: 60px;
    height: 60px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.InterviewArea.LeftSide .InterviewImg {
    margin-right: 3px;
    float: left;


}
.InterviewArea .InterviewImg img {
    width: auto;
    height: 100%;
    top: -100%;
    left: -100%;
    right: -100%;
    bottom: -100%;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    max-width: 300px;
    max-height: 200px;
}

.InterviewArea.RightSide .InterviewImg {
    float: right;
    margin-left: 3px;

}
.InterviewArea .InterviewName {
    font-size: 80%;
    color: #777;
    margin-left: -10px;
    display: block;
}
.InterviewArea.RightSide .InterviewName {
    text-align: right;
    display: block;
    padding: 0 8px 0 0;
}
.InterviewArea .InterviewCommentArrow {
    font-size: 85%;
    position: relative;
    display: inline-block;
    padding: 15px;
    margin-top: 3px;
    margin-bottom: 10px;
    color: #333;
    border-radius: 10px;
}
.InterviewArea.LeftSide .InterviewCommentArrow {
    background: #cbe9f2;
}
.InterviewArea.RightSide .InterviewCommentArrow {
    background: #ededed;
    float: right;
}
.InterviewArea .InterviewCommentArrow:before {
    content: "";
    position: absolute;
    top: -5px;
    margin-left: 0;
    display: block;
    width: 30px;
    height: 30px;
    z-index: -1;
    background: #cbe9f2;
    border-radius: 0px 30px;
}
.InterviewArea.LeftSide .InterviewCommentArrow:before {
    left: -10px;
}
.InterviewArea.RightSide .InterviewCommentArrow:before {
    right: -10px;
    background: #ededed;
    border-radius: 30px 0;
}
.InterviewArea .InterviewCommentArrow:after {
    content: "";
    position: absolute;
    top: -15px;
    margin-left: 0px;
    display: block;
    width: 25px;
    height: 25px;
    background: none repeat scroll 0% 0% #fff;
    z-index: -1;
}
.InterviewArea.LeftSide .InterviewCommentArrow:after {
    left: -12px;
    transform: rotate(-20deg);
    border-radius: 0px 25px;
}
.InterviewArea.RightSide .InterviewCommentArrow:after {
    right: -12px;
    border-radius: 30px 0px;
    transform: rotate(25deg);
}

.bnetBox {
    margin-bottom: 40px;
}



/* Chat UI
---------------------------------------------------------------------------- */

button#chat_more,
button#once_more,
button#chat_all {
    display: none;
    width: 100%;
    background: #00a4de;
    color: #FFF;
    font-weight: bold;
    font-size: 20px;
    padding: 10px 0;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
}

button#chat_all{
    background: #FFF;
    color: #00a6d6;
}

button#once_more {
    margin: 30px 0;
}

button#once_more {
    margin-top:70px;
}

button#once_more {
    background: #d3d3d3;
}
.navi_fixed {
    width: 642px;
    position: fixed;
    bottom: 0;
    z-index: 999;
}
@media (max-width: 767px) {
    .navi_fixed {
        width: 100%;
        position: fixed;
        bottom: 70px;
        left: 0px;
        right: 0px;
        z-index: 999;
    }
}