﻿* {
    margin: 0;
    padding: 0;
}

a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-decoration: none;
}

body {
    -webkit-user-select: none;
    -webkit-text-size-adjust: none;
    font-family: Helvetica;
    -webkit-perspective: 800;
    -webkit-transform-style: preserve-3d;
}
.selectable, input, textarea {
    -webkit-user-select: auto;
}
body > * {
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    -webkit-transform: translate3d(0,0,0) rotate(0) scale(1);
    position: absolute;
    left: 0;
    width: 100%;
    min-height: 420px !important;
}
body.fullscreen > * {
    min-height: 460px !important;
}
body.fullscreen.black-translucent > * {
    min-height: 480px !important;
}
body.landscape > * {
    min-height: 320px;
}



.scoreboard 
{
	background-color: Black;
	color: White;
	text-align: center !important;
	font-size:48px;
	width: 100px !important;
	height: 60px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin: 1px;
}
.eventpanel
{
	min-height: 246px;
}
.bottomtoolbar 
{
	height: 35px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	z-index:100;
	display: block !important;
	text-align: center;
	
}


.bottomtoolbar + ul
{
	margin: 0px;
}

ul > .comment
{
	font-size: 14px;
	font-weight: normal;
	color: Black;
}
li > .footer
{
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	width: auto;
	border-top: none;
}

table
{
	width: 100%;
}
.MainContent
{
    margin:0px 0px 0px 0px;
    padding:5px 5px 5px 5px;
    
}
.LabelCell
{
    text-align:center;
    border-bottom: 1px solid black ;
  
}
.StatisticCell
{
    width:6%;
    text-align:center;
}
.StatisticRow
{
    Height:25px;
    
}
.LabelRow
{
   
}
.MainReport
{
    padding:5px 5px 5px 5px;
    width:100%;
    border:1px solid red;
}
.MainTable
{
    width:100%;
    -webkit-border-radius: 8px;
    -webkit-box-sizing: border-box;
    background:white;
    border:1px solid Black;
    padding:2px 2px 2px 2px;
}

.left-element 
{
   float: left;
    width: 48%;
}

.right-element {
   float: right;
   text-align: right; /* depends on element width */
   width: 48%;
}

.right-element h2 
{
    display:inline-block;
    margin-right: 5px;
}
.right-element h2 + a.button 
{
    margin-right: 12px;
}
   
.clear 
{
	clear:both;
	width: 100%;
	overflow:auto;
	padding:0;
	margin:0;
}
.clearSchedule
{
    clear:both;
	width: 48%;
	overflow:auto;
	padding:0;
	margin:0;
}

.footer
{
	border-top: 1px solid #767676;
	font-size: 10px;
	font-weight: normal;
	color: #616161;
	margin: 0px 10px;
}
.footer a
{
	color: #616161;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.hidden
{
	display:none;
}

.bold
{
    font-weight: bold;
}

.teamVsTeam
{
    float:left;
}