@CHARSET "UTF-8";

/**
 * class votp
 *
 */
 
#votp .hidden {
	display:none;
}

#votp h1.spd {
	height:75px;
	padding-left:170px;
	margin-top: 45px;
	margin-bottom: 45px;
	font-size:24pt;
	color:#0769bf;
	background:url('/images/house/votp/ico_spd.gif') left top no-repeat;
}
#votp h1.vpd,
#votp h2.vpd {
	height:75px;
	padding-left:170px;
	margin-top: 100px;
	font-size:24pt;
	color:#0769bf;
	background:url('/images/house/votp/ico_vpd.gif') left top no-repeat;
}
#votp h1.ssk {
	height: 75px;
	padding-left:170px;
	margin-top: 45px;
	margin-bottom: 45px;
	font-size:24pt;
	color:#0769bf;
	background:url('/images/house/votp/ico_ssk.gif') left top no-repeat;
}

#votp div.txt_info {
	width: 500px;
	padding: 25px;
	height: auto;
	position: absolute;
	background-color: #c9d8f5;
}

#votp table.votp {
	width: 100%;
	min-width: 1000px;
	border-collapse: collapse;	
	margin-bottom: 20px;
}

#votp table.votp tr td {
	padding:4px 8px;
	font-size:10pt;
	border-right:1px dotted #d9d9d9;
	border-bottom:1px dotted #d9d9d9;
	text-align:center;
	vertical-align: middle;
}
#votp table.votp tr td:last-child {
	border-right: none;
}

#votp table.votp tr td.right {
	border-right:none;
}
#votp table.votp tr td.text_left {
	text-align: left;
}

#votp table.votp.colored thead tr:nth-child(2) td:nth-child(2),
#votp table.votp.colored thead tr:nth-child(2) td:nth-child(3),
#votp table.votp.colored tbody tr td:nth-child(2),
#votp table.votp.colored tbody tr td:nth-child(3) {
	background-color: #eaf3f8;
}
#votp table.votp.colored thead tr:nth-child(1) td:nth-child(2),
#votp table.votp.colored thead tr:nth-child(1) td:nth-child(4),
#votp table.votp.colored thead tr:nth-child(2) td:nth-child(2),
#votp table.votp.colored thead tr:nth-child(2) td:nth-child(7),
#votp table.votp.colored tbody tr td:nth-child(2),
#votp table.votp.colored tbody tr td:nth-child(7) {
	border-left: 5px solid #c5c6c6;
}
#votp table.votp.colored thead tr:nth-child(1) td:nth-child(2),
#votp table.votp.colored thead tr:nth-child(2) td:nth-child(3),
#votp table.votp.colored tbody tr td:nth-child(3) {
	border-right: 5px solid #c5c6c6;
}

#votp table.votp thead tr td {
	text-align:left;
	border-bottom:1px solid #41403e;
	vertical-align: middle;
}
#votp table.votp thead tr.top_title td {
	text-align: center;
	line-height: 13pt;
}
#votp table.votp thead tr td.cs {
	vertical-align: top;
}

#votp table.votp thead tr td.prg {
	width:75px;
	padding:0 0 4px 0;
	text-align: center;
	font-size: 9pt;
}

#votp table.votp thead tr td img {
	margin-top:-15px;
	float:left;
}

#votp table.votp thead tr td.prg span {
	height: auto;
	padding: 0;
	display: inline-block;
	line-height: 12pt;
	vertical-align: bottom;
	margin-top: 55px;
}
#votp table.votp thead tr td.prg.cs span {
	margin-top: 8px;
}

#votp table.votp tr td.title {
	width:235px;
	font-size:10pt;
	text-align:left;
}

#votp table.votp tr td.prg {
	width:75px;
}
#votp table.votp tr td.prg.zr {
	background: url("../images/house/votp/ico_zr.png") center top no-repeat;
   background-image: url("../images/house/votp/ico_zr.svg"),none;
}
#votp table.votp tr td.prg.std {
	background: url("../images/house/votp/ico_std.png") center top no-repeat;
   background-image: url("../images/house/votp/ico_std.svg"),none;
}
#votp table.votp tr td.prg.mr {
	background: url("../images/house/votp/ico_mr.png") center top no-repeat;
   background-image: url("../images/house/votp/ico_mr.svg"),none;
}
#votp table.votp tr td.prg.nh {
	background: url("../images/house/votp/ico_nh.png") center top no-repeat;
   background-image: url("../images/house/votp/ico_nh.svg"),none;
}
#votp table.votp tr td.prg.mzn {
	background: url("../images/house/votp/ico_mzn.png") center top no-repeat;
   background-image: url("../images/house/votp/ico_mzn.svg"),none;
}
#votp table.votp tr td.prg.mr_cs {
	background: url("../images/house/votp/ico_mr_cs.png") center top no-repeat;
   background-image: url("../images/house/votp/ico_mr_cs.svg"),none;
}
#votp table.votp tr td.prg.nh_cs {
	background: url("../images/house/votp/ico_nh_cs.png") center top no-repeat;
   background-image: url("../images/house/votp/ico_nh_cs.svg"),none;
}
#votp table.votp tr td.prg.mzn_cs {
	background: url("../images/house/votp/ico_mzn_cs.png") center top no-repeat;
   background-image: url("../images/house/votp/ico_mzn_cs.svg"),none;
}

#votp table.votp tr td.info {
	text-align:left;
}

#votp table.votp a.info {
	width:50px;
	height:50px;
	display:block;
	background:url('/images/house/votp/info.gif') top center no-repeat;
}

#votp table.votp a.info:hover {
	background-position:bottom center;
}
 
 
 
/* terms */

#votp ul.terms {
	width: 70%;
	flex-direction: column;
	float: right;
	box-sizing: border-box;
}


/* social */
#votp .article div.more_share {
	width:30%;
	height:auto;
	padding-top:185px;
	float:left;
	box-sizing: border-box;
}