@charset "UTF-8";

.terminateButton{
    margin: 3px 0px 10px 50px;
}
div.msg_whole{
    width:90%;
    position:relative;
    left:20px;
}
div.msg_left{
    width: 250px;
    overflow: auto;
    position:relative;
    left:0px;
    font-size:12px;
}
.msg_left select{
    font-size:11px;
    color:green;
    border: none;
}
div.msg_right{
    position:absolute;
    top:3px;
    left:300px;
    font-size:12px;
    color:green;
    text-decoration:underline;
}