/*
	This file is designed to show how CSS can be used to style elements in the captions themselves.
	You don't have to include it in your own project.
*/

.arduino {
	color: red;
	text-transform: uppercase;
	font-family: "Helvetica Neue";
	font-weight: lighter;
}

.captionator-title a {
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 5pt;
	font-family: "Helvetica Neue";
	font-weight: bolder;
	color: red;
}
.captionator-cue {
	text-align: left;
}