table.dataTable thead th {
    padding: 10px 18px 5px 8px;
    border-bottom: 0;
	border-right: 1px solid white;
}

#product{
	width: 125px;
}
#application{
	width: 75px;
}
#reset{
    width: 258px;
	cursor: pointer;
	text-decoration: underline;
}
#productPowerdesk{
	width: 120px;
}
#applicationPowerdesk{
	width: 80px;
}
#resetPowerdesk{
	cursor: pointer;
	text-decoration: underline;
}
#example ul li:not(:last-child){
	padding: 0 0 5px 0;
}