/*
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 : 21-okt-2019, 21:53:00
    Author     : Coenraad
*/

html{
    font-size:small;
    font:Arial;
    font-weight: 400;
    font-stretch: normal;
    font-size: 12px;
}

select{
    width:100%;
    max-width:200px;
    background:transparent;
}

table{
    border-spacing:0;
}

td{
    padding:2px;
    margin:0;
    border:1px solid gray;
    vertical-align: top;
}

tr{
    padding:0px;
}

tr:nth-of-type(odd)
{
    background: #e9e9e9;
}

textarea{
    height:auto;
    padding:0px;
    border:none;
    background: transparent;
}

input{
    border:none;
    background: transparent;
}

.MaaltijdTabel
{
    width:95%;
    
}

.MaaltijdTabel_Head
{
    background: #2980b9;
    color:white;
}

.ReceptTabel_Head
{
    background: #27ae60;
    color:white;
    text-align: left;
    padding:2px 4px;
}

td.Tijdstip
{
    font-weight: bold;
}

td.Unselected
{
    border:1px solid gray;
}

td.Selected
{
    border:2px solid black;
}