body#plain.event { 
	background-color: white;
	padding: 20px;
	margin: 0px;
}
body#plain #main {
	width: auto;
	padding: 0;
}
.event .info img {
	margin-bottom: -4px;

}
table.votes_crosstable th.winner {
	font-size: 10px;
	text-align: left;
}
table.votes_crosstable tr.jury th img {
}
table.votes_crosstable td {
	text-align: center;
}
table.votes_crosstable td.participant,
table.votes_crosstable td.total,
table.votes_crosstable td.rank{
	text-align: left;
}

table.votes_crosstable {
	width: auto;
}
table.votes_crosstable div.participant {
	white-space: nowrap;
	padding-right: 20px;
}
table.votes_crosstable tr.odd {
	background-color: #F3F3F3;
}
table.votes_crosstable tr.even {
	background-color: #E4E4E4;
}
table.votes_crosstable tbody td div, table.votes_crosstable tbody td {
	font-size: 10px;
}
table.votes_crosstable th {
	padding: 5px 5px 3px;;
}
.your {
	background-color: #D1D7E0;
}
.your input, .your textarea, .my input, .my textarea {
	padding: 2px;
}
.your label {
	font-weight: bold;
	display: block;
	font-size: 12px;
	padding-top: 5px;
}
.your div.error {
	text-align: right;
	font-weight: normal;
}
.your .text_field {
	width: 250px;
}
.your td {
	text-align: right;
}
.your textarea, .your input.youtube {
	width: 460px;
}
.your textarea {
	height: 130px;
}
.your fieldset, .your form, .my fieldset, .my form {
	border: none;
	padding: 0; 
	margin: 0;
}
form.react textarea {
	width: 530px;
	height: 150px;
}

