body
{
    margin: 0;
    padding: 0;
    background-color: white;
    background-repeat: repeat;
    font-weight: normal;
    font-size: 14pt;
    font-family: Helvitica, Arial, sans-serif;
    color: black;
    text-align: center;
}

h1
{
    font-size: 14pt;
    font-weight: bold;
}

table
{
	table-layout: auto;
    margin-left:auto; 
    margin-right:auto;
    border-collapse: collapse;
}

td
{
    border: 1px solid silver;
    padding-left: 4px;
    padding-right: 4px;
}

th
{
	border: 0;
	padding: 4px;
}

table.dates th
{
    background-color: #bbddff;
}

table.list th
{
    background-color: black;
    color: white;
    text-align: left;
    border: 1px solid black;
}

table.list th.person
{
    background-color: white;
    color: black;
}

table.list td:nth-child(2)
{
    width: 200px;
    text-align: left;
}

input
{
    font-size: 14pt;
    outline: none;
    border: none;
}

input[type="number"]
{
    width: 40px;
}

input.price
{
	width: 40px;
	box-sizing: border-box;
}

button
{
    margin: 0;
}

select
{
    background-color: white;
    color: black;
    border: none;
    outline: none;
    width: 100%;
    font-size: 14pt;
}

option
{
    border: none;
    width: 100%;
}

input#date
{
	border: 1px solid silver;
	text-align: center;
}

.notes
{
	text-align: left;
	border: 1px solid white;
	padding-top: 10px;
}

td.money
{
	text-align: right;
}

td.money:before 
{
	content: "£";
}

