.plist {
	background-color: #f4f4f4;
	padding: 8px;
	border-radius: 4px; 
	border-bottom: 1px solid #d5d5d5;
	font-family: 'Arimo', sans-serif;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}
.plistactive { 
	background-color: #e2e2e2; 
}
.plist:hover {
	background-color: #e2e2e2;

}

.plistvid {
	background-color: #FFF;
}