/**
*    Product Manual Styles specific to Take
*/

body,
body.start {
	background-color: #faf8ef;
}

.background-gradient {
	background: #17abd1;
	background: -moz-linear-gradient(left, #17abd1 0%, #1390a8 50%, #17abd1 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #17abd1), color-stop(50%, #1390a8), color-stop(100%, #17abd1));
	background: -webkit-linear-gradient(left, #17abd1 0%, #1390a8 50%, #17abd1 100%);
	background: -o-linear-gradient(left, #17abd1 0%, #1390a8 50%, #17abd1 100%);
	background: -ms-linear-gradient(left, #17abd1 0%, #1390a8 50%, #17abd1 100%);
	background: linear-gradient(to right, #17abd1 0%, #1390a8 50%, #17abd1 100%);
}

#content img,
body.main #content li img {
	display: block;
	margin: 1em 0;
}

#top,
.top,
.background-gradient {
	-webkit-font-smoothing: antialiased;
}

h3 {
	text-transform: uppercase;
}

.take-question {
	display: block;
	margin: 0 0 0.1em 0;
	font-weight: bold;
}

p a {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
