body.debaty {
	background: url(images/bg.jpg) center;
}

h1 + article {
	margin-top: 20px;
}


.days {
	background: #fa658e;
	margin-bottom: 16px;
}

.days table {
	border-spacing: 1px;
	border-collapse: separate;
	width: 100%;
}

.days table td {
	background: #efefef;
	text-align: center;
	padding: 6px;
	color: #676767;
	font-size: 14px;
}

.days table tr:first-child td {
	font-size: 12px;
}

.days table td.l1 {
	background: #fbf2f5;
}
.days table td.l2 {
	background: #ffc2d3;
}
.days table td.l3 {
	background: #ff9fba;
	color: #fff;
}
.days table td.l4 {
	background: #fa658e;
	color: #fff;
}


.fights {
	margin: -16px -16px 0px -16px;
}

.fights table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 16px;
}

.fights table td {
	border: 1px solid #efefef;
	width: 33.33%;
	background: #fbf2f5;
}

.fights table td.empty {
	border: 0px;
	background: transparent;
}


.fights table td > div {
	padding: 15px;
}

.fights .thumb {
	position: relative;
	width: 169px;
	height: 92px;
	border: 1px solid #ded7d9;
	display: inline-block;
}

.fights .thumb img {
	width: 169px;
	height: 92px;
}

.fights label {
	color: #fa658e;
	font-size: 39px;
	width: 55px;
	display: inline-block;
	vertical-align: top;
}


.fights .info {
	width: 225px;
	display: inline-block;
	vertical-align: top;
}


.fights .info .name {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}



.poll 
{
	padding: 0px;
	margin: 0px -14px;
}
.poll table {
	border-spacing: 13px;
	border-collapse: separate;
	width: 100%;
	margin-bottom: -14px;
}
.poll td {
	vertical-align: top !important;
	width: 33.33%;
	border: 1px solid #e2e2e2;
}

.poll td > div {
	min-height: 65px;
}

.poll td > div.hr {
	height: 1px !important;
	min-height: 1px !important;
}

.poll table td > div label {
	margin-left: 20px !important;
}

.poll .name {
	margin: 0px 23px;
}


.poll .name,
.poll input {
	position: relative;
	z-index: 10;
}

.poll .bar {
	top: 0px;
	bottom: 0px;
	left: 0px;
}

.poll .percent {
	position: absolute;
	z-index: 10;
	top: 50%;
	margin-top: -10px;
	margin-left: 10px;
}

article p:first-child {
	margin-top: 14px !important;
}

#poll_container {
	margin-bottom: 50px;
}

#poll_container .btn {
	border: 0px;
	padding: 0px;
	width: 239px;
	height: 62px;
	background: url(images/vote.png) no-repeat;
	overflow: hidden;
	text-indent: 10000em;
}