.rschat-system {
    text-decoration:italic;
    color: #AAA;
    font-size: 12pt;
}

#rschat-badge {
    border-radius: 50%;
    background-color:#FFF;
    color: #000;
    float: right;
    padding: 4px;
    font-size: 11px;
    display: none;
}

#rschat-start, #rschat-offline {
    height: 380px;
    background-color:white;
    padding: 0px;
}
#rschat-start-header {
    padding: 20px 20px 20 20px;
    font-size: 14px;
}
#rschat-start-row {
    padding: 10px 20px;
}

.rschat-submit-button {
    width: 100%;
    background-color: #CC0202;
    border: 1px solid #CC0202;
    color:white; 
    padding:8px;
} 

.rschat-form-control {
    color: #394264;
    border-color: #E0E4E8;
    border-radius: 2px;
    box-shadow: none;
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 13px;
    font-family: inherit;
    line-height: 1.4;
    color: #555;
    background: #F9F9F9;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    height: auto;
    outline-style: none;
}

.rschat-form-control:focus {
    border: 1px solid #AAAAAA!important;
    background-color: #fff!important;
}

#rschat-online, #rschat-start, #rschat-thanks, #rschat-offline {
    display: none;
}

#rschat-conversation-holder {
    height: 380px;
    background-color:rgb(241, 241, 241);
    padding: 0px;
    overflow-y: scroll;
    overflow-x: auto;
}
#rschat-conversation {
    padding:10px;
}
#rschat-conversation img {
    max-width: 100%;
    height: auto;
    margin: 10px 0;
}
#rschat-chatinput {
    height: 30px;
    padding: 10px 10px;
}
#rschat-chatinput > input[type='text'] {
    height: 30px;
    width: 224px;
    margin: 0;
    border-radius: 0%;
}
#rschat-sendmessage {
    width: 56px;
    height: 30px;
    margin: 0;
    float: right;
    border-radius: 0;
    background-color:rgb(207, 31, 0);
    color: white;
    font-weight: bold;
    box-shadow: none;
    border: 1px solid #dddddd;
}
#rschat-header {
    background-color:rgb(207, 31, 0);
    color: white;
    font-weight: bold;
    font-size: 18px;
    height: 22px;
    text-align: center;
    padding: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    cursor: pointer;
}
#rschat-status {
    font-size: 9px;
    color: #cccccc;
}
#rschat-widget {
    background-color:#FFF;
    position: fixed;
    right: 10px;
    bottom: -428px;
    width:300px;
    height:460px;
    margin:0;
    border:1px solid #cccccc;
    font-family:Arial, Helvetica, sans-serif;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.msg-h1 {
    font-weight: 600;
    font-size: 14px;
}
.msg-h2{
    font-size: 12px;
}
.msg-a{
    font-size: 10px;
}
.msg-div {
    background-color: #FFFFFF;
    border-radius: 8px;
    padding:8px;
    margin: 10px 0;
}

