.img-appicon {
  margin-right: 3%;
}

.title {
	padding-top: 2%;
}

.btn {
text-align:right;
}

footer {
text-align:right;
}

.logocontainer {
	padding-top:30px;
	padding-bottom:30px;
	padding:25px;
}
.timevoidlogo {
	margin: 0 auto;
	text-align:center;

}

.offencelogo {
	padding:20px 0px 20px;
    margin: 0 auto;
}
body {
	background-color: #A1A1A1;
}

.screenshot {
	min-height: 430px;
}
/*
p.p1 {
	padding: 3% 3% 0px 3%;
}

p.p2 {
	padding: 3% 3% 3% 3%;
}
*/
.topbar {
	padding-top: 50px;
}


.badges {
	padding: 0px 0px;
	text-center;

background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.5, #A1A1A1),
	color-stop(0, #EEEEEE)
);
background-image: -o-linear-gradient(top, #EEEEEE 0%, #A1A1A1 50%);
background-image: -moz-linear-gradient(top, #EEEEEE 0%, #A1A1A1 50%);
background-image: -webkit-linear-gradient(top, #EEEEEE 0%, #A1A1A1 50%);
background-image: -ms-linear-gradient(top, #EEEEEE 0%, #A1A1A1 50%);
background-image: linear-gradient(to top, #EEEEEE 0%, #A1A1A1 50%);

    background: -moz-linear-gradient(#A1A1A1,#EEEEEE); /* FF 3.6+ */
    background: -ms-linear-gradient(#A1A1A1, #EEEEEE); /* IE10 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #A1A1A1 ), color-stop(100%, #EEEEEE)); /* Safari 4+, Chrome 2+ */
    background: -webkit-linear-gradient(#EEEEEE , #EEEEEE); /* Safari 5.1+, Chrome 10+ */
    background: -o-linear-gradient(#A1A1A1 , #EEEEEE); /* Opera 11.10 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A1A1A1', endColorstr='#EEEEEE'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#A1A1A1', endColorstr='#EEEEEE')"; /* IE8+ */
    background: linear-gradient(#A1A1A1 , #EEEEEE); /* the standard */
    z-index: 1;
}
p {
		margin:0px;

}

.nomargin {
	margin: 0px;
}

.gallerycontainer {
	margin: 0px auto;
	padding-top: 10px;

}

.description-lg, .caption-lg {
	font-size: 21px;
	font-weight: 200;
	padding-bottom:10px;
}

.description-sm {
	font-size: 18px;
	font-weight: 200;
	padding-bottom:10px;
}

.description-xs, .caption-xs {
	font-size: 16px;
	line-height: 18px;
	font-weight: 200;
	padding-bottom:10px;
	padding: 0px 20px 10px;
}
.primaryScreenshot {
	margin-top:24px;
}
.footer {
	padding: 30px 0px;
	margin-bottom: 30px;
	font-size: 21px;
	font-weight: 200;
	line-height: 2.1428571435;
	color: inherit;
	background-color: #eeeeee;

}

.contactform {
	padding: 30px 0px 0px;
	font-size: 21px;
	font-weight: 200;
	line-height: 2.1428571435;
	color: inherit;
	background-color: #eeeeee;
}

.leaderboard {
	background-color: #1f1f1f;
	color: #f5f5f5;
	text-align: center;
	font-family: 'System';
}
