.usertable td {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	margin: -5px;
	border: 1px;
	border-color: red;
	border-bottom-style: solid;
	border-right-style: solid;
	font-weight: normal;
	font-size: 18px;
}

.usertable td:last-child {
	border-right-style: none;
}