.container{
	padding: 15px 0;
}

section{
	margin: 15px auto;
}

#logo img{
	height: 80px;
	width: auto;
}

#app-logo{
	display: inline-block;
	float: left;
	height: 155px;
	width: auto;
	padding-right: 15px;
	margin: 5px 0;
}

.appLink a{
	display: inline-block;
	float: left;
	margin: 5px 15px;
	margin-left: 0;
	width: 100px;
	padding: 5px 10px;
	cursor: pointer;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 10px;
}
.appLink a:hover{
	background: #5cb85c;
}

.appLink a label{
	font-size: 0.8em;
	font-weight: normal;
	margin: 0 !important;
}
header{
	border-bottom: 5px solid #007bff;
}

footer{
	color: #FAFAFA;
	background: #007bff;
	text-align: right;
}

footer a{
	color: #fafafa !important;
}
footer a:hover{
	color: #0a0a0a !important;
}

/* AppTemplate related styles */
.appLogo{
	background: #FFF;
	padding: 5px;
}
.appLogo img{
	width: 150px;
	height: 150px;
}

@media(max-width: 768px){
    
	.appLogo img{
		width: 120px;
		height: 120px;
	}
}
.appScreen{
	padding: 5px;
	height: auto;
	margin: 15px auto;
}
.appScreen:hover{
	background: #660099;
}

/* privacy policy related styles */
.callout{
	display: block;
	background: #ffff66;
	padding: 10px;
	color: #cc0000;
	border: 2px solid #660099;
}
.appSection{
	padding: 15px;
	margin: 15px;
}