﻿/* -------------------------------------------
--  File   : style.css
--  Author : Jomar Hønsi
--  Descr  : common style sheet for contents
--------------------------------------------- */

body
{
	background-color:#506058;
  font-family:"Trebuchet MS", Helvetica, sans-serif;
}

div#main
{
	border-radius:5px;
	width:800px;
  padding:10px;
  margin:auto;
	background-color:#e8e8ef;
	border:1px solid #abc;
	box-shadow:inset 0 0 10px #363;
}

table.lastmatch
{
	margin:0 auto;
	margin-top:-95px;
	padding:0;
	text-align:left;
	color:green;
	background-color:#eee;
	width:60%;
	border: 1px #999 solid;
	font-weight:bold;
	border-radius:10px;
  opacity:0.85;
	font-size:10px;
}

table.lastmatch tr:nth-of-type(2)
{
	color:black;
	font-style:italic;
}

table.lastmatch td
{
	text-align:left;
	padding-left:10px;
}

div.info
{
	border:1px solid #669;
	background-color:#fff;
	padding:0 10px 0 10px;
	box-shadow:inset 0 0 2px #669;
  border-radius:10px;
  margin-top:20px;
}

div.info h3
	{
	font-size:12px;
	margin-top:-10px;
	margin-left:30px;
	text-align:center;
}

div.info h3 span
	{
	margin:0 auto;
	background-color:#eee;
	padding:0 10px 0 10px;
	color:blue;
	width:15%;
	display:block;
	border-radius:5px;
	border:1px solid #999;
}

hr
	{
	margin:0;
	padding:0;
	width:80%;
}

h1 
{
	margin:0px auto;
	padding:50px 0px 0px 0px;
	font-size:48px;
	text-align:center;
	color:#eef;
	letter-spacing:3px;
	text-shadow: 10px 10px 1px #000;
	background-color:#eee;
	background: url('euro2016.jpg');
	border-radius:5px;
	border:1px solid #ddd;
	height:250px;
	box-shadow:inset 0 0 10px #304050;
  display:block;
}

h2 
{
	font-size:14px;
	text-align:center
}

h3
{
	font-size:12px;
	text-align:left;
}

table
{
	margin-top:20px;
	width:100%;
	border:0;
	background-color:#abc;
}


table caption
{
	font-size:18px;
	font-weight:bold;
  margin:25px 0 10px 0;
  color:blue;
}

td 
{
  text-align:center;
  background-color:#f8f8f7;
	padding:4px 0 4px 0;
}


table.finals caption
{
	text-align:left;
	margin-left:42%;
	font-size:14px;
}


th 
{
   	background-color:#eee;
    font-size:14px;
}

table.ranking tr td
{
  text-align:left;
  padding-left:10px;
  font-size:13px;
}

table.ranking tr td:first-of-type
{
  text-align:right;
  padding-right:1.6%;
}

table.ranking tr td:nth-of-type(2)
{
  background-color:#f0f0f8;
}

table.ranking tr td:nth-of-type(6)
{
  text-align:center;
  padding:0;
  background-color:#f0f0f8;
}

p.update
{
  margin:0 auto;
  margin-top:5px;
  padding:3px;
  text-align:left;
  font-size:12px;
  font-style:italic;
  width:180px;
  display:block;
  color:white;
  background-color:#035;
  border-radius:3px;
}

table.bets td.match
 {
	text-align:left;
	padding-left:10%;
}

table.bets td:nth-of-type(4)  
{
	font-size:small;
	color:#345;
}

table.bets, table.finals
{
	background-color:#ccc;
}

table.bets td, table.finals td
{
	background-color:#e0e0d8;
	font-size:13px;
	color:#043;
}

table.finals td
{
	width:11.25%;
	text-align:center;
}

td.points
{
	text-align:center;
	width:10%;
}

table.bets tr.played td
{
	background-color:#fff;
}

table.bets tr td:nth-of-type(3)
{
	text-align:left;
  width:12%;
  padding-left:12px;
  font-size:12px;
  font-family: "Courier New", Courier, monospace;
}


table tr td.p0, b.p0, span.p0
{
	color:red;
}

table tr td.p2
{
	color:blue;
}

table tr td.p3
{
	color:green;
	font-weight:bold;
}

table tr td.pn
{
	color:black;
}

p.sign {
	text-align:center;
	font-size:10px;
}

a, a.visited {
	color:#346;
	text-decoration:underline;
}

a.link_nopay 
{
	color:#f66;
  text-decoration:none;
  /*
  pointer-events: none;
  cursor: default;
  */
}

a.link_nopay::after
{
	font-size:15px;
	content:" !";
}

span.time
{
	font-size:11px;
	color:#336;
	font-style:italic;
}

