	  table.inputfile {
	    border: 2px solid #FFFFFF;
	    width: 100%;
	    text-align: left;
	    border-collapse: collapse;
	  }
	  table.inputfile td, table.inputfile th {
	    border: 1px solid #FFFFFF;
	    padding: 3px 4px;
	  }
	  table.inputfile tbody td {
	    font-size: 13px;
	  }
	  
	  table.inputfile td:nth-child(even) {
	    background: #EBEBEB;
	  }
	  table.inputfile td:hover {
		background-color: #ffff99;
	  }
	  
	  td[contenteditable="true"]:focus {
	      border: 2px solid grey;
	  }
	  
	  table.inputfile thead {
	    background: #FFFFFF;
	    border-bottom: 4px solid #333333;
	  }
	  table.inputfile thead th {
	    font-size: 15px;
	    font-weight: bold;
	    color: #333333;
	    text-align: left;
	    border-left: 2px solid #333333;
	  }
	  table.inputfile thead th:first-child {
	    border-left: none;
	  }

	  table.inputfile tfoot td {
	    font-size: 14px;
	  }
	  
        i.fa-trash-o{
                font-size: 24px;
                color:grey;
        }
        i.fa-trash-o:hover{
                color:red;
        }
        i.fa-plus{
                font-size: 24px;
                color:grey;
        }
        i.fa-plus:hover{
                color:lightgreen;
        }
	i.fa-question-circle{
		font-size: 24px;
		color:darkgrey;
	}
	i.fa-question-circle:hover{
		color:grey;
	}
