﻿h2
{
    margin: 0px;
    font-size: 18pt;
    font-weight: normal;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 35px;
}

/* result and player table */
.resulttable
{
    margin-left: 35px;    
}

.resultrow
{
    font-size: 12pt;
    text-align: center;
    background-color: #FFFFFF;
    border-bottom: 1px solid black; 
    color: #000000;
    margin: 0px 2px 2px 2px;
}

.resultrow:hover
{
    background-color: #94FF94;
}

.resultrow td a
{
    text-decoration: none;
    display: block;
    width: 100%;
    color: #194F25;
}

.resultplayer a
{
    font-weight: bold;
}

.resultplace a
{
    font-weight: bold;
}

.resultpoints a
{
    font-weight: bold;
}

.resultplace
{
    width: 40px;
    font-weight: bold;
    padding: 6px;
}

.resultplayer
{
    width: 400px;
    text-align: left;
    padding-left: 10px;
    font-weight: bold;
    color: #444444;
}

.resulttym
{
    width: 300px;
    text-align: left;
    padding-left: 10px;
    font-weight: bold;
    color: #444444;
}

.resultclub
{
    font-weight: normal;
    color: #888888;
}

.resultmatches
{
    width: 40px;
}

.resultwins
{
    width: 40px;
}

.resultlosses
{
    width: 40px;
}

.resultratio
{
    width: 70px;
}

.resultpoints
{
    width: 50px;
    background-color: #94FF94;
}

.resultpoints2
{
    width: 50px;
}

.resultrowheader
{
    font-size: 11.5pt;
    color: #000000;
    text-align: center;
    font-weight: bold;
    background-color: #339E4A; 
}

.playerclub
{
    font-weight: normal;
    color: #888888;
}
