/* FB crap */
.displayBlock { float: left; width: 360px; margin-bottom: 10px; margin-right: 30px; font-size: 11px; font-family: "lucida grande",tahoma,verdana,arial,sans-serif; color: #333; line-height: 1.28; text-align: left; direction: ltr; padding: 10px; border: 1px solid #C4CDE0; min-height: 150px; }
.displayBlock a { cursor: pointer; color: #3B5998; text-decoration: none; }
.lfloat { float: left; }
.uiImageBlockLargeImage { margin-right: 10px; }
.uiImageBlockImage, .uiImageBlockImage .img { display: block; }
.uiImageBlockContent { overflow: hidden; color: gray; }
.ogProfilePoster .title_block { margin-bottom: 3px; }
.fwb { font-weight: bold; }

.test { margin-bottom: 20px; }

.input-wrap { margin-bottom: 20px; }
.input-wrap input { width: 600px; height: 30px; padding: 0 5px; border-radius: 4px; box-shadow: inset 1px 1px 8px #eee; border: 1px solid #CCC; }

.results { display: none; margin-bottom: 40px; }
.results.go { display: block; }
.results .link a.link { font-size: 14px; color: #3B5998; text-decoration: none; border-bottom: none; }
.results .link a:hover { color: #fff; }
.results > .link { display: inline-block; width: 700px; border-radius: 5px; padding: 5px 10px; background: rgba(255, 255, 255, 0.6); border: 1px solid #CCC; box-shadow: inset 1px 1px 12px rgba(0,0,0,0.1); margin-bottom: 5px; }

.main-content { background: url(/img/content-bg-2.png) repeat-x; }

.bs-img { display: block; margin-bottom: 20px; border: 10px solid #fff; outline: 1px solid #C4CDE0; }

.btn { background: #ADC716; 
	background: -moz-linear-gradient(top, #ADC716 0%, #8DAA29 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ADC716), color-stop(100%,#8DAA29));
	background: -webkit-linear-gradient(top, #ADC716 0%,#8DAA29 100%);
	background: -o-linear-gradient(top, #ADC716 0%,#8DAA29 100%);
	background: -ms-linear-gradient(top, #ADC716 0%,#8DAA29 100%);
	background: linear-gradient(top, #ADC716 0%,#8DAA29 100%);
	-moz-box-shadow: inset 0px 1px 0px #cdda1a, 0px 1px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: inset 0px 1px 0px #cdda1a, 0px 1px 2px rgba(0,0,0,0.25);
	box-shadow: inset 0px 1px 0px #cdda1a, 0px 1px 2px rgba(0,0,0,0.25);
	text-shadow: 0px -1px 0px #82A12F;
	border: 1px solid #82A12F;
	color: white;
	font-weight: bold;
	font-size: 18px;
	font-family: 'Helvetica', sans-serif;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	padding: 0 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 30px !important;
	line-height: 30px !important;
	font-size: 16px !important;
	-moz-box-sizing: content-box;
	text-decoration: none;
}

.btn:active {
	background: #8DAA29;
	background: -moz-linear-gradient(top, #8DAA29 0%, #ADC716 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8DAA29), color-stop(100%,#ADC716));
	background: -webkit-linear-gradient(top, #8DAA29 0%,#ADC716 100%);
	background: -o-linear-gradient(top, #8DAA29 0%,#ADC716 100%);
	background: -ms-linear-gradient(top, #8DAA29 0%,#ADC716 100%);
	background: linear-gradient(top, #8DAA29 0%,#ADC716 100%);
}

.block-install { display: none; }
.block-chrome { display: none; }

.changelog { margin-bottom: 20px; }
.changelog li { display: block; list-style-type: none; }
.changelog li:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.changelog li div { float: left; }
.changelog li .left { width: 100px; }