/* style.css */
.ls_plugin_table {
   border-collapse: collapse;
}

.ls_plugin_table td{
	border: #ccc 1px solid;
	padding: 5px;
}

.ls_plugin_table input {
    width: 60px;	
}

.ls_plugin_table tr th:last-child {
    width: 70px !important;		
}
.ls_plugin_table tr td:last-child {
    width: 70px !important;		
}