/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22.11.2017, 19:22:40
    Author     : Stephan
*/

body {
    font-family: Helvetica;
    font-size: 12;
    line-height: 30px;
    color:maroon
}

table, td, th { padding-left: 5px; padding-right:5px; padding-top:2px; padding-bottom: 2px; border: 1px; border-style: solid; border-collapse: collapse }

p, li      { color: maroon; }		

h1, h2, h3 { font-family: Arial; color: gray; }

h1, h2     { border-bottom: 1px solid black; }

.screenshot {border-style: solid; border-bottom-width: 2px; height: 450px }

.detailCell {color: gray }

.winner {font-weight: bolder}

.loser {font-weight: lighter}

.notPlayed {font-weight: normal}