
.vPpCc  /* voting pool page content container */
	{
		width:100%;
		margin:10px 0 0 0;
		padding:10px 0 10px 0;
		border:0px !important;
		border:1px;
	}
.vPpCc .vPoC
	{
		margin:0 0 0 10px;
	}
.vPpCc td
   {
		border:1px solid #d4cdcd;
		padding:4px 6px;
   }
.vPpCpQ /* voting pool page content - percent - quantity */
	{
		width:50px;
		/* border-left:1px solid #c9c9c9;*/
		text-align:center;
		background-color:#0982CA;
		color:white;
	}
.vPpCa /* voting pool page content answer */
	{
		background-color:#0982CA;
		color:white;
		/* border-left:1px solid #c9c9c9;*/
	}
	
.vPoC /* voting pool output (result) container */
	{
		height:16px;
		margin-bottom: 10px;
		padding:1px 2px 1px 0;
		background:#454545;
		text-align:right;
		font-size:12px;
		color:#deebf3;
	}
