body,textarea,input,select
{
	background:0;
	border-radius:0;
	font:16px sans-serif;
	margin:0
}

.nav a
{
	text-decoration:none;
}

.title
{
  font-size:18px;
  padding:5px 5px 10px 10px
}

.navbar
{
	margin:0px 5px;
	font-size:16px;
	width:auto
}

.content
{
	margin:0 20px;
	width:auto
}

label>*
{
	display:inline
}

form>*
{
	display:block;
	margin-bottom:10px
}

.points-table
{
width:100%
}

.sailors-table
{
width:100%
}

.turns-table
{
width:100%
}

.turns-table .rank
{
font-weight: bold;
text-align: right;
width: 4%;
}

.turns-table .id
{
width: 25%;
}

.turns-table .special
{
font-weight: bold;
width: 8%;
}

.turns-table .points
{
font-weight: bold;
text-align: right;
width: 10%;
}

.turns-table .nextgroup
{
text-align: right;
width: 5%;
}

h1
{
	font-size:1em
}

h2
{
	font-size:0.8em
}

.ico
{
	font:33px Arial Unicode MS,Lucida Sans Unicode
}

.nav
{
	outline:0;
	font-size:16px;
	padding:5px 0 5px
}

.nav,.nav .current,.nav a:hover
{
	background:#454545;
	color:#7CB848;
}

.nav a
{
	color:#ffffff;
	padding-right:1em;
	position:relative;
	top:-1px
}

.nav .pagename
{
	font-size:22px;
	top:4px
}

@media(min-width:1310px)
{
	.content
	{
		margin:0 80px;
		width:1270px
	}
}

@media(max-width:870px)
{
	.row .col
	{
		width:100%
	}
}

@media(max-width:500px)
{
}

