#c_widget {
    box-sizing: border-box;
    height: auto;
    max-height:100%;
    overflow: auto;
    padding: 0;
    background-attachment: fixed;
    font-size: 16px;
    color: red;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -5px;
}

#c_inputDiv {
    margin-bottom: 15px;
    padding: 10px;
    background-color: #030303;
    border-top: 2px solid red;
    border-bottom: 2px solid red;
}