/*----------------------------
	Main Section
-----------------------------*/

#note, #postCount {
    color: rgb(217, 133, 166);
    font-size: 16px;
/*    text-shadow: 1px 1px 0 rgba(255,255,255,0.3);*/
}
.boldaw {
	font-weight: bold
}

#postCount {
	position: relative;
	/*top: -2px;*/
}
.rose_bold {
	color: rgb(217, 133, 166) !important;
	font-weight: bold
}
.aw-countdown-date {
	display: none;
}

@media only screen and (max-width: 580px) {
	#note {
		display: none;
	}
	.aw-countdown-date {
		display: inline;
	}
}
@media only screen and (max-width: 890px) {
	#masterNote {
		background-image: none !important;
		height: 70px !important;
		line-height: inherit !important;
		color: rgb(217, 133, 166) !important;
		font-weight: bold
	}
	#note {
		color: rgb(217, 133, 166) !important;
		text-align: center;
	}
/*	.rose_bold {
		display: none
	}*/
}
@media only screen and (max-width: 500px) {
	#masterNote {
		height: inherit !important;
	}
}
@media only screen and (max-width: 320px) {
	#masterNote {
		padding:6px;
	}
	#postCount {
		display: none
	}
}
