/*
 * Add your custom CSS to this file. TubePress will make sure it's loaded properly.
 */

div.tubepress-thumb img {
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}
.tubepress-meta-group {
	padding-top: 4px !important;
	padding-bottom: 4px !important;
}
dd.tubepress-meta-title,
dd.tubepress-meta-duration {
	line-height: 1.2;
	font-size: 14px;
}