@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=B612+Mono:wght@400;700&display=swap');
html{
	font-size: 14px;
}
body {
	font-family: 'Lato', Arial, sans-serif;
	color: #222;
background-color: #FFFFFF !important;
}

.mobile {
display: none;
}

.hidden {
display: none;
}

#slideshow { 
   position: relative;
   width: 640px;
   height: 310px;
   margin: 5px;
}

#slideshow > div { 
    top: 10px;
    position: absolute;
}

.wrapper{
	width: 1300px;
	margin: auto;
	overflow: hidden;
	padding: 5px;
background-color: #FFFFFF;
}

.logo img{
	width: 500px;
	margin-left: 380px;
}

.logo, .logo p {
	width: 100%;
}

.logo h1, .logo a{
	text-align: center;
	font-weight: bold;
	color: #222;
  text-shadow: 2px 2px 3px #999;
	font-size: 3rem;
	width: 100%;
}

.left, .find{
	float: left;
	padding: 5px;
	margin: 5px 10px 0 0;
	width: 300px;
	border: 1px solid #666666;
  box-shadow: 2px 2px 3px #666666;
  -webkit-box-shadow: 2px 2px 3px #666666;
  -moz-box-shadow: 2px 2px 3px #666666;
}

table{
	font-size: 1rem;
}

.find {
	width: auto;
}

.bold_td{
	background-color: #b2ffb2 !important;
}

.raja1_td{
	background-color: #ccffcc !important;
}

.raja2_td{
	background-color: #ffffcc !important;
}

.raja3_td{
	background-color: #ccccff !important;
}

.center{
	width: 640px;
	min-height: 900px;
	padding: 10px;
	margin: 55px 5px 5px 320px;
border-left: 1px solid #666666;
background: #ffffff;
color: #666;
  box-shadow: 2px 2px 3px #666666;
  -webkit-box-shadow: 2px 2px 3px #666666;
  -moz-box-shadow: 2px 2px 3px #666666;
text-shadow: none;
}

.info-left{
	float: left;
	margin: 10px 10px 10px 30px;
}

#tulokset, #tilasto{
	width: 965px;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

#tilasto3{
	width: 800px;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#tilasto2{
	width: 1288px;
}

#tilasto2 select, #tilasto select{
	width: 160px;
}

#mitalistit{
	width: auto;
}

#tulokset td, #tilasto td, #mitalistit td, #tilasto2 td, #slideshow td, #leaders td{
	padding-right: 0.5rem;
	padding-left: 0.2rem;
	white-space: nowrap;
}

#mitalistit td{
	font-size: 11px !important;
}

#tulokset table, #tilasto table, #tilasto2 table, #slideshow table, #leaders table{
	margin-left: 50px;
	clear: both;
	border-collapse: collapse;
}

#tilasto3 table{
	border-collapse: collapse;
	margin-left: 10px;
	clear: both;
        width: 770px;
}

#tilasto3 tr:nth-child(2n-1) {
    background-color: #f5f5f5;
    transition: all .125s ease-in-out;
}

#tilasto3 tr{
    background-color: inherit;
    transition: none;
}

#tilasto3 tr:hover {
    background-color: rgba(129,208,177,.3);
}

#tilasto3 td{
	padding: 6px;
}
#slideshow table, #leaders table{
	margin-left: 5px;
	clear: none;
}

#tilasto table, #tilasto2 table, #mitalistit table, #slideshow table, #leaders table{
   line-height: 130%;
}

#tilasto h2, #tilasto2 h2{
   margin-left: 50px;
   text-align: left;
   clear: both;
}

.wrapleft, .wrapcenter, .wrapright {
	width: 28%;
	float: left;
}

.wrapcenter{
	width: 38%;
}

h1 {
	font-size: 1.25rem !important;
	vertical-align: center;
	font-weight: normal;
	padding: 15px 10px;
  margin: -5px -5px -5px -5px !important;
    text-transform: uppercase;
}

pre {
	white-space: pre-wrap;
}

.right h1, .left h1 {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#057f50+0,08cc80+100 */
background: rgb(5,127,80); /* Old browsers */
background: -moz-linear-gradient(top, rgba(5,127,80,1) 0%, rgba(8,204,128,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(5,127,80,1) 0%,rgba(8,204,128,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(5,127,80,1) 0%,rgba(8,204,128,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#057f50', endColorstr='#08cc80',GradientType=0 ); /* IE6-9 */
  color: #ffffff !important;
  text-shadow: 2px 2px 3px #000000;
}

.center h1 {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dddddd+0,efefef+100 */
background: rgb(221,221,221); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(221,221,221,1) 0%, rgba(239,239,239,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(239,239,239,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(221,221,221,1) 0%,rgba(239,239,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
*/
  color: #000000 !important;
  text-shadow: 2px 2px 3px #ffffff;
  margin-top: 50px;
}

h2 {
	font-size: 1rem;
	vertical-align: center;
	font-weight: bold;
}

.series {
	font-size: 0.8rem;
	white-space: normal !important;
	min-width: 400px;
}

.series:hover {
	font-size: 0.9rem;
}

.sex, .event, .round, .wind, .date {
	font-size: 1.33rem;
	font-weight: bold;
	vertical-align: bottom !important;
	background: #EFEFEF !important;
}

.event, .round, .wind {
	font-size: 1rem;	
}

.sex {
	padding-top: 1.5em;
}

.event {
	padding-top: 1em;
}

.round {
	padding-top: .5em;
}

.date {
	font-weight: normal;
	font-size: 0.9rem;
}

.right{
	float: right;
	width: 300px;	
	padding: 5px;
	margin-top: 5px;
	border: 1px solid #666666;
  box-shadow: 2px 2px 3px #666666;
  -webkit-box-shadow: 2px 2px 3px #666666;
  -moz-box-shadow: 2px 2px 3px #666666;
}

.left, .right {
background: #EFEFEF;
}

td {
	font-size: 0.9rem;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	vertical-align: top;
	}

p, ol, ul {
	margin-top: 0;
	line-height: 180%;
}

p sup {
	line-height: 100%;
}

a, a:link {
	color: #05527F;
	text-decoration: none;
}

a:visited {
	color: #7f0552;
}

a:hover {
	text-decoration: none;
	color: #E60000;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

th {
    background-color: #31bc86;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
    text-align: left;
}
tbody th {
	background-color: #2ea879;
    background-color: #06ab6d;
}
tbody tr:nth-child(2n-1) {
    background-color: #f5f5f5;
    transition: all .125s ease-in-out;
}

table.simple tr{
    background-color: inherit;
    transition: none;
}

tbody tr:hover {
    background-color: rgba(129,208,177,.3);
}

table.simple tr:hover {
    background-color: inherit;
}

td.pos {
	width: 15px;
}

td.country{
	width: 40px;
}

td.res, td.windrec{
	width: 60px;
}

td.dobi, td.dat{
	width: 80px;
}

td.venue{
	width: 120px;
	white-space: normal !important;
	padding-right: initial !important;
}

td.name{
	width: 170px;
}

.drugban{
	display: none;
}

@media (max-width: 760px) {
html{
	font-size: 12px;
}

body{
margin: 0;
}

.series {
	max-width: 250px;
}

#bottom{
  margin: 270px 12px 0 0;
}

.center h1{
margin-top: -5px;
}

#tulokset, #tilasto, #tilasto2{
  width: 100%;
  margin: auto;
  overflow-x: scroll;
}

#tulokset table, #tilasto table, #tilasto2 table{
  margin-left: 5px;
}

.wrapper{
	width: 100%;
	padding: 0;
}

.left, .right{
	float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.center {
border-top: 1px solid #666666;
	margin: 5px 0 0 0;
  width: 100%;
  overflow-x: scroll;
}

.info-left {
	float: none;
	width: 100%;
	margin-left: 5px;
}

.mobile {
display: block;
}

.desktop {
display: none;
}

.logo img{
	width: 50%;
	margin-left: 10px;
}
}