@charset "UTF-8";
/*
 * jQuery File Upload Plugin CSS Example
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * https://opensource.org/licenses/MIT
 */

body {
  padding-top: 60px;
}

table {  
    color: #333;
    font-family: Helvetica, Arial, sans-serif;
    border-collapse: 
    collapse; border-spacing: 0; 
	table-layout: fixed ;
width: 100% ;}
	
	

td, th {  
    border: 1px solid transparent; /* No more visible border */
    height: 30px; 
}

td {  
	  width: 25% ;
    background: #FFFFFF;
    text-align: center;
}
