﻿body {
	padding: 3px;
}
ul {
    list-style-type: none;
}

.ico-play {
    background: url(../_img/PR3_play_pause.png) no-repeat ;
    cursor: pointer;
    float: left;
    height: 30px;
    width: 30px;
}
.ico-pause {
    background: url(../_img/PR3_play_pause.png) 0 -30px no-repeat ;
    height: 30px;
    width: 30px;
}
.Active,.sliderProgres {
    background-color: #ed378a;
}
.button-play {
    cursor: default;
	float: none;
	width: 100%;
}
.itemTitle {
    font-size: 1.25em;
	display: inline;
	margin-right:5px;
}
.itemDesc {
	padding-left: 40px;
    width: 85%;
	font-size: 0.83em !important;
}
.container {
    width: 75%;
}
.suItemContainer {
    display: inline-block;
	width: 99%;
	border-bottom: solid 1px #ececec;
}
.boxTitle,.thanks, .thanks_tumorow, .itemResult {
    color: #ed378a;
}
.thanks{
	float:right;
}
.boxTitle{
    width: 95%;
}


/*--- WYNIKI ---*/
.beltPercent {
    background-color: #ed378a;
}
.allPerson {
    width: 95%;
	border-bottom: solid 1px #DEDEDE;
}
.person {
    text-align: left;
    width: 100%;
}
.belt {
    width: 65%;
}

.ui-tabs .ui-tabs-nav li {
	width: 150px !important;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    height: 100%;
    width: 100%;
}
.voteInfo {
    display: inline-block;
    float: right;
    padding: 2px;
}

.panel-title {
	margin-bottom: 10px !important;
}

.footer-primary {
	background-color: #337ab7;
	color: #FFF;
}

#selectedType{width:450px;}

#selectType li {
	width:350px;
}
.selectItem {
	color: #000;
	padding:3px 8px;
	width:350px;
}