﻿
#table_position {
    position: relative;
    left: 30px;
}
th {
    text-align: center;
    font-size: 10pt;
    color: #003366;
}
table {
    width: auto;
}
#feedback {
    
}

#button_and_label {
    position: absolute;
    top: 600px;
    text-align: center;
    width: 100%;
    left: 0px;
}
td {
    vertical-align: top;
}
#tblFeedback {
    margin-left: 25px;
    width: 95%;
    position: relative;
    top: -30px;
    left: 0px;
}
