.survey-box {}

.survey-box div.question {
	margin-bottom: 15px;
	font-size: 1.08em;
}

.survey-box .list-answers {}

    .survey-box .list-answers .list-item {
        margin: 10px 0;
        list-style-type: none;
		padding: 0;
		background: transparent;
    }
    
    .survey-box .list-answers .list-item .title-answer {}

    .survey-box .list-answers .list-item .item-voted-wrapper {
        margin: 1px 75px 0 0;
    }

    .survey-box .list-answers .list-item .item-voted {
        position: relative;
        display: block;
		height: 14px;
        text-decoration: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
    }
	
	
		/* Nastavení barev sloupcu a textu pro jednotlivé portály */	
	
		.portal-dp .survey-box .list-answers .even .item-voted {background: #04395E; color: #04395E;}
		.portal-dp .survey-box .list-answers .odd .item-voted {background: #EC7500;	color: #EC7500;}
		
		.portal-mp .survey-box .list-answers .even .item-voted {background: #17539E; color: #17539E;}
		.portal-mp .survey-box .list-answers .odd .item-voted {background: #8C0000;	color: #8C0000;}
		
		.portal-up .survey-box .list-answers .even .item-voted {background: #472300; color: #472300;}
		.portal-up .survey-box .list-answers .odd .item-voted {background: #EA9500;	color: #EA9500;}		
	
		.portal-pp .survey-box .list-answers .even .item-voted {background: #9B1818; color: #9B1818;}
		.portal-pp .survey-box .list-answers .odd .item-voted {background: #303030;	color: #303030;}



		.survey-box .list-answers .list-item .item-voted .numbers {
			position: absolute;
			top: -1px; left: 104%;
		}
	
        .survey-box .list-answers .list-item .numbers {
			font-style: normal;
			white-space: nowrap;
		}

        .survey-box .list-answers .list-item span.clicks {font-size: .92em;}
	
		.survey-box .already-voted {
			display: block;
			margin-top: 10px;
			font-weight: bold;
		}
