/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.birthDayTemplateHeader {
	position: fixed;
	height: 100px;
	width: 100%;
	z-index: 101;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #AFCCE2;
}

.birthDayTemplateHeader img { width: 220px; }
.birthDayContent {
	padding-top: 150px;
	width: 550px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.birthDayContent { width: 100%; }
}

.birthDayContent .downloadContainer {
	width: 550px;
	position: relative;
	display: flex;
	margin: 30px auto;
	border-bottom: 3px solid #024483;
	padding-bottom: 30px;
}

.birthDayContent .downloadContainer:last-of-type { border: none; }
@media screen and (max-width: 767px) {
	.birthDayContent .downloadContainer { width: 100%; }
}

