#size2 {
	font-size: 12px;
	margin: 0 0 20px 0;
	color: #666;
}
#size2 table {
	margin: 0;
	border-collapse: collapse;
 	width: 100%;
}

#size2 table th {
	text-align: left;
	border: #ccc 1px solid;
	border-width: 1px;
	font-weight: normal;
	background-color: #e6e6e6;
	padding: 5px;
}
#size2 table .name {
	background-color: #e6e6e6;
	border-left: #ccc 1px solid;
	width: 60px;
	font-weight: bold;
}
#size2 table td {
	border: #ccc 1px solid;
	border-width: 1px;
	padding: 5px;
	width: 100px;
}
#size2 .nc{
	width: 100%;
}
#size2 .nc .name {
	width: auto;
	font-weight: bold;
}
#size2 .nc td{
	width: auto;
}
#size2 .det {
	background-color: #ececec;
}
#size2 .red {
	color: #CC0000;
	font-weight: bold;
}
#size2 .s11 {
	font-size: 11px;
}
#size2 .super {
	vertical-align: super;
}

#must {
	background-color: #FF0000;
	color: #FFF;
    font-size:medium;
	font-weight: bold;
	padding: 5px 10px;
	margin-bottom: 5px;
	width: 260px;
}

.animation-bounce
	{
		animation:
			bounce 2s ease infinite normal 0s none running;
		-webkit-animation:
			bounce 2s ease infinite normal 0s none running;
		-ms-animation:
			bounce 2s ease infinite normal 0s none running;
	}
	@keyframes bounce {
		0%, 100%, 20%, 50%, 80% {
		    transform: translateY(0px);
		}
		40% {
		    transform: translateY(-5px);
		}
		60% {
		    transform: translateY(-2px);
		}
	}
	@-webkit-keyframes bounce {
		0%, 100%, 20%, 50%, 80% {
		    transform: translateY(0px);
		}
		40% {
		    transform: translateY(-5px);
		}
		60% {
		    transform: translateY(-2px);
		}
	}

