/*===========================================================================*/
.poll_head {
	margin: 8px 8px;
} /* poll_winners */
/*===========================================================================*/
.poll_winners {
	margin-bottom: 16px;
} /* poll_winners */
/*===========================================================================*/
.poll_winner {
	text-align: center;
	margin: 8px 8px 24px 8px;
} /* poll_winner */
/*===========================================================================*/
.poll_winners table {
	border-collapse:collapse;
	margin: 8px auto;
} /* poll_winners table*/
/*===========================================================================*/
.poll_winners table td { vertical-align: bottom; }
.poll_winners table tr { border-bottom: 1px solid #808080; }
.poll_winners table td:nth-child(1)	{ font-weight: normal; }
.poll_winners tr:nth-child(odd) { background: #f0f0f0; }
.poll_winners table tr:nth-child(1)
	{
		border-top: 1px solid black;
		font-weight: bold;
		text-align: center;
		background: linear-gradient(to bottom,#404040,#202020);
		color: #ffffff;
	} /* first row */
.poll_winners table tr:nth-child(1) td:nth-child(1)	{ font-weight: bold; }
/*===========================================================================*/
.poll_winner img {
	max-width: 100%;
	max-height: 95vh;
} /* poll_winner img */
/*===========================================================================*/
.poll_rating {
	margin: 8px 16px;
} /* .poll_rating */
/*===========================================================================*/
.poll_rating table {
	border-collapse:collapse;
	width: 100%;
} /* table.poll_rating */
/*===========================================================================*/
.poll_rating tr {
	border-bottom: 1px solid #808080;
} /* table.poll_rating tr*/
/*===========================================================================*/
.poll_rating table td:nth-child(1) {
	font-weight: normal;
} /* table.poll_rating td:first-child */
/*===========================================================================*/
.poll_rating table td:nth-child(1) { width: 30%; }
.poll_rating table td:nth-child(2) { width: 100%; }
/*===========================================================================*/
.poll_rating tr:nth-child(even) {
	background: #f0f0f0;
} /* table.poll_rating odd-tr */
/*===========================================================================*/
.poll_rating tr.expanded {
	background: linear-gradient(to bottom,#808080,#404040);
	color: #e0e0e0;
} /* table.poll_rating tr.expanded */
/*===========================================================================*/
.poll_rating tr.expanded a:link    { color: yellow; }
.poll_rating tr.expanded a:visited { color: yellow; }
.poll_rating tr.expanded a:hover   { color: yellow; }
.poll_rating tr.expanded a:active  { color: white; }
/*===========================================================================*/
.poll_rating tr.detail {
	text-align: center;
	background: linear-gradient(to bottom,#f0f0f0,#c0c0c0);
} /* tr.detail */
/*===========================================================================*/
.poll_rating tr.detail img {
	max-width: 100%;
	max-height: 100vh;
} /* tr.detail img */
/*===========================================================================*/
.content li.detail {
	text-align: center;
	list-style-type: none;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #a0a0a0;
	background-image: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.2));
} /* li.detail */
/*===========================================================================*/
.content li.detail:before {
	content: "";
} /* li.detail:before */
/*===========================================================================*/
.content li.detail img {
	max-width: 100%;
	max-height: 100vh;
} /* li.detail img */
/*===========================================================================*/
table.votes_list { text-align: left; }
table.votes_list td:nth-child(1) { width: 128px; }
table.votes_list td:nth-child(2) { width: 100%; }
/*===========================================================================*/
/* chart */
.ct-series-a .ct-line,.ct-series-a .ct-point { stroke: blue; }
.ct-series-b .ct-line,.ct-series-b .ct-point { stroke: red; }
.ct-series-c .ct-line,.ct-series-c .ct-point { stroke: green; }
/*===========================================================================*/
/* mobiles */
/*===========================================================================*/
@media (max-width: 768px) {
	.poll_rating table { font-size: 0.5em; }
	.poll_winners table { font-size: 1em; }
} /* mobile */
/*===========================================================================*/
