body{
	margin:0px;
	text-align:center;
	font-family: Helvetica, Arial, sans-serif;
	background: #182547;
	
}
header{
	text-align: center;
    background: #182547;
    padding: 25px  60px ;
    position: relative;
	display:block;
}

.headerTitle{
	font-size: 2.6em;
	color: #e6e6e6;
	font-weight: 700;
	margin: 30px 0px;
}
.content{
	width: 80%;
	margin: 0 auto;
	min-height: 300px;
	background: #39476D;
	color:black;
	border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}


.mailboxStatus{
	display:block;
}

.mailStatus{
	display: block;
    border-radius: 15px;
	border-collapse: separate; 
    text-decoration: none;
    padding: 13px 17px;
    color: #fff;
    margin-bottom: 15px;
	min-height: 20px;
	background: #040b20;
	min-width: 300px;
	width:50%;
	margin: 20px auto;
	border: 10px solid #8a9b48;
}

.mailboxStatus h2{
	color: #ABBAE4;
    font-weight: 750;
    margin: 7px 0px;
    font-size: 1.8em;
}

.lidStatus{
	display: block;
    border-radius: 15px;
	border-collapse: separate; 
    text-decoration: none;
    padding: 13px 17px;
    color: #fff;
    margin-bottom: 15px;
	min-height: 20px;
	background: #040b20;
	min-width: 300px;
	width:50%;
	margin: 20px auto;
	border: 10px solid #8a9b48;
}

.statusImportant{
	border-color:#f7b1c5 !important;
}

.mailStatus p{
	width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
	font-size:24px;
}
.lidStatus p{
	width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
	font-size:24px;
}

.break{
	width:100%;
	margin:1px auto;
	clear:both;
	height:1px;
}

.eventImageItem{
	width:270px;
	float:left;
	margin: 0px 10px;
}

.eventImageBlock{
	/*width:100%;*/
	margin: 0px auto;
	}

.eventImage{
	width:270px;
	height:152px;
}

.event{
	border: #182547 2px solid;
	padding: 0px 15px;
	margin: 0px 10px 10px 10px;
	display: inline-block;
    border-radius: 25px;
	padding-bottom: 25px;
	background: #8A94B0;
}
.event p{
	float: left;
    padding-left: 40px;
    font-weight: 600;
	color:#182547;
}






