#point-history-table { 
	color:      #555; 
	font-size:  14;
	text-align: center;
}

.point-history-view_button {
	color:            #555;
	border:           none;
	background-color: transparent;
}

.point-history-table-row    {}
.point-history-table-header { font-weight: 800; }
.point-history-col-id       { width: 20%; }
.point-history-col-e        { width: 20%; }
.point-history-col-n        { width: 20%; }
.point-history-col-view     { width: 20%; }
.point-history-view_button  { }


.point-history-table-row:nth-child(2n)         { background: #fff5f0; }
.point-history-table-row:nth-child(2n+1)       { background: #fff;    }