table#videos {
	width: 75%;
	border-collapse: collapse;
}

table#videos th, table#videos td {
	text-align: left;
}

table#videos tr.data:hover {
	background: lightgray;
}

.vidtitle {
	width: 40%;
	font-weight: bold;
}

.viduser {
	width: 25%;
}

.viddate {
	width: 35%;
}

