

#menu {
	position: absolute;
	right: 0;
	top: 0;
	height: 650px !important;
}

#pushobj {
	position: absolute;
	top: 7px;
	right: 300px;
	color: #000;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 2em;
	z-index: 1;
}
@media (min-width: 100px) and (max-width:800px)
{
	.birthdaysIcon
	{
		margin-left:0px !important;
		width: 25px !important; 
		height: 25px !important;
	}
}
.birthdaysIcon
{
	background-color: #ed181f;
    border-radius: 50%;
    height: 20px;
    margin-left: 10px;
    margin-top: 10px;
    padding-top: 3px;
    width: 24px;
    z-index: 9;
}
.birthdayCount
{
	background-color: #ffffff;
	border-radius: 12px;
	color: #ff0000;
	font-size: 9px;
	left: 24px;
	padding: 0 3px;
	position: absolute;
	top: -10px;
	line-height:20px;
}