@charset "utf-8";




#paperWrapper{
    
    background-color: white;
    width: 100%;
    height: 205px;
    margin: auto;
}


#opFeedback {
    float: left;
    margin-top: 4px;
    margin-right: 5px;
    background-color: white;
    
    font-size: 14px;

}
#sumFeedback {
    float: left;
    height: 30px;
    font-size: 14px;
    width: 100%;
    text-align: center;

}



.middleSection {
    height: 230px;
}
.bottomSection {
    height: 60px;
}


#resetButton  {
    margin-top: 15px;
}





