:active, :hover, :focus {
	outline: 0 !important;
}
body {
	margin: 10px;
}
h2 {
	margin-top: 5px;
}
hr {
	border: none;
	background-color: lightgray;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}
p {
	margin: 0;
}
p.section-name {
	font-weight: bold;
	font-size: 1.1em;
}
p.sub-content{
	margin: 5px;
}
select.team {
	width: 150px;
}
input.score {
	width: 30px;
}
input.nick {
	width: 142px;
}
input.stat {
	width: 70px;
}
summary.section-name {
	font-weight: bold;
	font-size: 1.1em;
}
textarea {
	width: 100%;
	resize: vertical;
}
textarea.fix_size {
	resize: none;
}
button {
	margin: 0;
}
#logo {
	background-size: cover;
	width: 100%;
	max-width: 498px;
	height: auto;
}
#logo img {
	width: 100%;
	height: 100%;
}
.section {
	width: 100%;
	max-width: 800px;
	margin-top: 15px;
	clear: both;
}
.subsection {
	width: 100%;
}
.fortextarea {
	width: 100%;
	margin-top: 5px;
}
.sub_1 {
	width: 100%;
	clear: both;
}
.sub_2 {
	width: 50%;
	float: left;
}
.sub_3 {
	width: 50%;
	float: right;
}
.sub_4 {
	width: 50%;
	float: left;
}
.sub_5 {
	width: 50%;
	float: right;
}
.sub_6 {
	width: 190px;
	float: left;
}
#some {
	height: 10px;
}