.table1{
    margin: 0;
    padding: 0;
}
.survey_table{
    margin: 0 0 0 5px;
    width: 700px;
    border: 1px solid #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
     
}
.survey_table tr td{
    padding: 2px;
    
}
.align_center{
    text-align: center;
    font-weight: bold;
    background: #ddd;
}
.survey_table img{
    width: 25px;
    height: 26px;
}
.original a{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.original a:hover{
    text-decoration: underline;
    color: #fff;
}