/* Move down content because we have a fixed navbar that is 50px tall */
body {
  /*padding-top: 50px;*/
  padding-bottom: 20px;
}

footer {
	font-size: 12px;
}

table.table {
	width: 95%;
}

.col-pad {
	padding: 5px 45px;
}

h3.green > span {
	color: rgb(0,255,0);
}

h3.yellow > span {
	color: rgb(255,225,0);
}

.red {
	color: rgba(255,0,0,0.95);
}

.c3 text {
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

#score_div {
	border: 2px solid black;
	border-radius: 10px;
	max-width: 150px;
	padding-bottom: 5px;
	padding-top: 5px;
}

ul.unlocked {
	list-style-image: url('../img/unlock.png');
	list-style-position: inside;
	font-size: 16px;
	line-height: 35px;
}

@media (min-width: 1200px) {
	ul.unlocked {
		margin-left: 30px;
	}
}

.yellow_grad {
	background: rgb(254,252,234); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(254,252,234,1) 0%, rgba(241,218,54,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(254,252,234,1)), color-stop(100%,rgba(241,218,54,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* IE10+ */
	background: linear-gradient(135deg, rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.red_grad {
	background: rgb(255,180,173); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(255,180,173,1) 0%, rgba(204,57,57,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,180,173,1)), color-stop(100%,rgba(204,57,57,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, rgba(255,180,173,1) 0%,rgba(204,57,57,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, rgba(255,180,173,1) 0%,rgba(204,57,57,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, rgba(255,180,173,1) 0%,rgba(204,57,57,1) 100%); /* IE10+ */
	background: linear-gradient(135deg, rgba(255,180,173,1) 0%,rgba(204,57,57,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb4ad', endColorstr='#cc3939',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.green_grad {
	background: rgb(201,222,150); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(201,222,150,1) 0%, rgba(138,182,107,1) 44%, rgba(57,130,53,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(201,222,150,1)), color-stop(44%,rgba(138,182,107,1)), color-stop(100%,rgba(57,130,53,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, rgba(201,222,150,1) 0%,rgba(138,182,107,1) 44%,rgba(57,130,53,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, rgba(201,222,150,1) 0%,rgba(138,182,107,1) 44%,rgba(57,130,53,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, rgba(201,222,150,1) 0%,rgba(138,182,107,1) 44%,rgba(57,130,53,1) 100%); /* IE10+ */
	background: linear-gradient(135deg, rgba(201,222,150,1) 0%,rgba(138,182,107,1) 44%,rgba(57,130,53,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9de96', endColorstr='#398235',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/* Background pattern from subtlepatterns.com */
body {
	background-image: url(../img/greyzz.png);
}
