@charset "UTF-8";

.id {
	width: 4rem; /* General record id */
}

.date {
	width: 9rem;
	text-align: center;
}

.year {
	width: 3rem;
	text-align: center;
}

.datetime {
	width: 15rem;
	text-align: center;
}

.time {
  width: 7rem;
  text-align: center;
}

.hours {
	width: 3rem;
	text-align: right;
}

.minutes {
	width: 50px;
	text-align: center;
}

.money {
	width: 5rem;
	text-align: right;
}

.percent {
	width: 3rem;
}

.left {
	text-align: left;
}
/* Employee */
.first_name {
	width: 10rem;
}

.last_name {
	width: 10rem;
}

.full_name {
	width: 10rem;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
}

.phone {
	width: 8rem;
}

.email {
	width: 15rem;
}

.user_role {
	width: 8rem;
}

.user_name {
	width: 10rem;
}

.pass_hash {
	width: 10rem;
}

.state {
	width: 3rem;
	text-align: center;
}

.zip {
	width: 5rem;
}

.lat, .lng {
	width: 5rem;
}
/* Driver */
.license_no {
	width: 6rem;
}

.pin {
	width: 6rem;
	text-align: center;
}

/* Vehicle */
.vehicle_id {
	width: 4rem;
	text-align: center;
}

.make {
	width: 7rem;
}

.model {
	width: 6rem;
}

.color {
	width: 10rem;
}

.vin {
	width: 10rem;
}

.title_no {
	width: 10rem;
}

.owner, .leased_to {
	width: 10rem;
}

.vehicle_type {
	width: 5rem;
}

.vehicle_status {
	width: 6rem;
}

.plate_no {
	width: 10rem;
}

.odom {
	width: 75px;
	text-align: center;
}

.miles {
	width: 50px;
	text-align: center;
}