@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);

html,
body {

	margin: 0;
	padding: 0;
	font-family: 'Droid Sans', sans-serif !important;
	font-size: 14px !important;
	color: rgb(54, 54, 54);
	padding-top: 30px; 
}

#logo {
	background-image: url('/static/img/icon.png');
	height: 40px;
	width: 70px;
	position: absolute;
	top: 5px;
	background-size: 100% 100%;
}

.adblock {
	bottom: 0px;
	text-align: center;
}

.mobileAdBlock {
    text-align: center;
}

.groupInfo {
	margin: 15px 0;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	padding: 15px 15px;
}

.groupInfo .title {
	font-size: 1.2em;
	font-weight: bold;
}

.groupinfo.delay {
	background-color: #F44336;
	color: white;
}
