/* Move down content because we have a fixed navbar that is 50px tall */

body {
	font-size: 1.7em;
}

.content {
  padding-top: 30px;
  padding-bottom: 20px;
}

.addthis_sharing_toolbox {
	float: right;
	margin-left: 20px;	
}

.btn-lg {
	margin: 5px;
}

.list-group a {
	font-size: 18px;
	font-weight: 600;
}

.navbar-brand {
    padding: 5px 15px 15px;
}

.fb-comments, .fb-comments iframe[style] {width: 100% !important;}

.bluebox {
	background: rgba(147,206,222,1);
	background: -moz-linear-gradient(top, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(147,206,222,1)), color-stop(41%, rgba(117,189,209,1)), color-stop(100%, rgba(73,165,191,1)));
	background: -webkit-linear-gradient(top, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
	background: -o-linear-gradient(top, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
	background: -ms-linear-gradient(top, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
	background: linear-gradient(to bottom, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cede', endColorstr='#49a5bf', GradientType=0 );
}

.rankings {
    float: left;
    margin: 10px 0 0 20px;
}

.rankings a {
    color: #fff;
}

