#fileList
{
    font-family: Arial, Tahoma, Verdana;
    border-collapse: collapse;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;                
}
#fileList th
{
    font-size: 12px;
    border: 1px solid;
}
#fileList td
{
    font-size: 14px;
    text-align: center;
    border: 1px solid;
}               
