﻿#setNumber {
    width: 100%;
    height: 50px;
    margin-bottom: 5px;
}

#players {
    width: 100%;
    height: 40px;
    margin-bottom: 5px;
}

#setScore {
    width: 100%;
    height: 50px;
}

#setScore > span, #players > div {
    display: inline-block;
    width: 49%;
    text-align: center;
}

#setNumber > div > span {
    display: inline-block;
    width: 98%;
    text-align: center;
    height: 48px;
    padding-top: 5px;
    background-color: white;
    font-size: xx-large;
    font-weight: 600;
    color: black;
}

#setNumber > div > input {
    margin-top: 15px;
}

#players > div > span {
    height: 28px;
    padding-top: 5px;
    font-weight: bold;
}

.lblPlayer
{
    /*background-color: white;*/
}

#setScore > span {
    height: 48px;
    padding-top: 2px;
    color: white;
    font-size: xx-large;
    font-weight: 600;
}

.player1
{
    color: red;
}

.player2
{
    color: blue;
}

.player1MatchScore
{
    background-color: red;
    float: left;
}

.player2MatchScore
{
    background-color: blue;
    float: right;
}

.player1MatchScore, .player2MatchScore
{
    color: white;
    width: 30%;
    font-size: large;
    font-weight: bold;
}

td.player1
{
    font-weight: bold;
}

td.player2
{
    font-weight: bold;
}

.tdLet
{
    width: 25px;
    min-width: 25px;
    max-width: 25px;
    font-size: 18px;
}

.tdScore {
    text-align: right;
    font-size: 18px;
}

.tdService {
    text-align: left;
    font-size: 18px;
}

.lblPlayer1Score
{
    background-color: red;
}

.lblPlayer2Score
{
    background-color: blue;
}

.borderRight {
    border-right: 1px solid black;
}

.borderLeft {
    border-left: 1px solid black;
}

.tableScore {
    width: 98%;
    border: none;
}

.buttons {
    width: 98%;
    margin-top: 10px;
    clear: both;
}

.buttons input[type=button] {
    border: 3px solid black;
    color: white;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: #808080;
    margin: 5px;
    font-size: 16px;
}

.pointButton {
    height: 100px;
    width: 100px;
    font-size: 24px;
}

.no-close .ui-dialog-titlebar-close {
    display: none 
}

#refereeText 
{
    width: 98%;
    text-align: center;
    font-weight: bold;
    font-size:large;
    color: green;
}

.divSet
{
    display: none;
}

.divTable
{
    height: 215px;
    min-height: 215px;
    overflow-y: auto;
    display: block;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none;
}

.ui-dialog .ui-dialog-buttonpane button.letAnswerButton {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    padding: 4px;
}
