#img_round_shadow { 
	max-width: 100%;

	box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.2), 0 20px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius:120%;
}

#img_tab_shadow { 
	max-width: 100%;
	box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.2), 0 20px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius:20% 20% 0% 0%;
	width:65px;
	height:40px;
}

#img_square_shadow { 
	max-width: 100%;
	box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.2), 0 20px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius:15%;
	width:180px;
	height:80px;
}

#text_shadow_red {
	text-decoration: none;
	text-shadow: 3px 3px 10px red, 0px 0px 25px red, 0px 0px 25px red;
	color:white;
}

#text_shadow_gray {
	text-decoration: none;
	color: #562607;
	text-shadow: 3px 3px 10px gray, 0px 0px 25px gray, 0px 0px 25px gray;
}

#count_round {
	font-size:10px;
	background-color:#CC9966;
	color: white;
	padding: 2px 2px;
	text-align: top;
	border-radius: 120px;
}

#count_round_red {
	font-size:15px;
	background-color:red;
	color: white;
	padding: 2px 2px;
	text-align: top;
	border-radius: 120px;
}

#count_round_blue {
	font-size:15px;
	background-color:#1E90FF;
	color: white;
	padding: 2px 2px;
	text-align: top;
	border-radius: 120px;
}

#no_decor {
	border-bottom:none;
	background-color: #FFF3F3;
}

#img_menu {
	border: 3px solid black;
}

