
#dyn-content button {
	border-color: transparent;
	filter: drop-shadow(1px  1px 2px rgba(0, 0, 0, 0.5));
	border-radius: 15px;
	height: 31px;
	background-color: rgb(203, 27, 76);
	color: white;
	min-width: 100px;
	margin-bottom: 1rem
}
#dyn-content button.ui-state-active{
	filter:brightness(180%)
}

#filter {margin-bottom:2rem;background-color: #ffffff;padding: 1rem;}
#filter #filter-hide {display: block;width: 180px;margin: 2rem auto 0 auto;}
#filter #filter-content span:after {display:block;content:" ";margin-bottom: 0.3rem;} /* newline*/
#table-main {background-color:#fff;padding:10px;box-shadow: #000 0.1em 0.1em 0.5em;margin-bottom: 3em;overflow-y: auto;}
h2 {background:url('../img/draws-table-heading-bg.png');color:#fff;padding:0.5em;box-shadow: #00000085 2px 2px 3px 1px;}
#table-main table {width:100%;margin-bottom:1em;border:1px solid #ccc;border-collapse: collapse;}
#table-main table th {text-align:center;font-size: medium;font-weight:bold;background-color: #10237f;color: white;}
#table-main table td {text-align:center;font-size: medium;color:#333;white-space: nowrap;}
#table-main table th, #table-main table td {border:1px solid #ddd;padding:0.3em 0.5em;}
#table-main table tr:nth-child(even) td { background-color:#eee; }


#news-board-container { height:176px; width:617px; margin:auto; background:url('../img/draws-mainboard-bg.png') center right no-repeat; }
#news-board #sponsor-main img { max-height:130px; max-width:560px; }



.break { clear:both; height:0px; overflow:hidden; }