@import url(https://fonts.googleapis.com/css?family=Lato:400,700);

.picker {
	/*float:left;*/
	white-space: nowrap;
	display:inline-block;
	vertical-align:top;
}

td {
	vertical-align:text-top;
	border-style: solid;
	border-width: 1px;
}

.allwidth {
	width:100%;
	text-align:center;
}

.clickableRow {
	cursor: pointer;
}

.sug_tbl td {
	padding: 1px 3px;
}

.sug_tbl {
	margin-left: 5px;
	margin-right: 5px;
}

body { 
  background-image: linear-gradient(rgba(70, 130, 180, 0.25) 1px, transparent 1px), linear-gradient(steelblue 1px, transparent 1px), linear-gradient(90deg, rgba(70, 130, 180, 0.25) 1px, transparent 1px), linear-gradient(90deg, steelblue 1px, transparent 1px);
  background-size: 20px 20px, 100px 100px, 20px 20px, 100px 100px, 100px 100px, 100px 100px;
  margin:0px 0px 0px 0px ;padding:0px 0px 0px 0px ;
  text-align:center;
  overflow:auto;
}

#container {
	white-space: nowrap;
	background-color:white;
	margin-left:auto;
	margin-right:auto;
	display:inline-block;
	min-height:100%;
	text-align:center;
	box-shadow: 0px 0px 50px 10px #00AEEF;
	border: 1px #00AEEF;
	background-image:url("/static/images/wave.png");
	background-repeat:repeat-x;
	background-position:center top;
	font-family: Lato, "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:auto;
	/*position:relative;*/
}

td {
	font-size: small;
	font-family: Lato, "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

th {
	font-family: Lato, "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

.sug_tbl th {
	font-size:small;
	background:#8b95a4;
	color:#fff;
}

.sug_tbl tr:nth-of-type(even) {
  background-color:#c8dceb;
} 

.clickableRow:hover {
	background-color:#8cbde0 !important; 
	color:#fff;
}

#result {
	position:relative;
	display: inline-block;
	min-height:600px;
	background-image:url("/static/images/placeholder2.png");
	background-position:center center;
	background-repeat:no-repeat;
	background-size:420px 252px;
	text-align:center;
}
/*
#result:after {
	background-image:url(placeholder.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-size:420px 252px;
	opacity: 0.25;
  content: "";
  position:absolute;
  width:100%;
  height:100%;
  margin-left:-50%;
}
*/
#container::after {
    content: "";
    display: table;
    clear: both;
}

#helpbutton {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 0px;
	margin: 0px;
}

#worldcup {
	position: absolute;
	bottom: 0px;
	right: 30px;
	padding: 0px;
	margin: 0px;
}

#otheryear {
	position: absolute;
	bottom: 0px;
	right: 60px;
	padding: 0px;
	margin: 0px;
}

#text-container {
	max-width:1000px;
	min-height:100%;
	height:auto !important;
	height:100%;
	background-color:white;
	margin-left:auto;
	margin-right:auto;
	display:inline-block;
	min-height:100%;
	box-shadow: 0px 0px 50px 10px #00AEEF;
	border: 1px #00AEEF;
	background-image:url("/static/images/wave.png");
	background-repeat:repeat-x;
	background-position:center top;
	font-family: Lato, "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	text-align:center;
	padding-bottom:20px;
}

p, li {
	font-size:small;
	text-align:left;
}

li {
	margin-left: 10px;
	margin-right:10px;	
}
#text-container p, #text-container h1, #text-container h3, #text-container h4 {
	padding-left: 30px;
	padding-right:30px;
}

#text-container h3, #text-container h4 {
	text-align:left;
}

.weekbox{
    padding: 1px;
    border: 1px solid gray;
}

.col-club span {
    position: relative;
    vertical-align: middle;
    bottom: 3px;
}