/*
 * $Id$
 *
 * $Log$
 * Revision 1.5  2018/03/23 10:44:16  angus
 * Corrected a few html validation issues
 *
 * Revision 1.4  2018/03/20 10:39:03  angus
 * Summary: Tidied up a bit for deployment
 *
 * Revision 1.3  2018/03/20 10:23:48  angus
 * Tweak: common hover colour for index and data tables
 *
 * Revision 1.2  2018/03/20 10:16:36  angus
 * Introducing CSS phase 2
 *
 * Revision 1.1  2018/03/19 11:18:23  angus
 * Initial, mostly dummy
 *
 *
 */

body {
    background-color: powderblue;
}

table {
    border-collapse: collapse;
}

table, th, td {
    border-style: solid;
    border-width: 1px;
    border-color: black;
}

table.nob, th.nob, td.nob {
    border-style: none;
}

td.vtop {
    vertical-align: top;
}

td.right {
    text-align: right;
}

iframe {
    border-style: none;
    background-color: transparent;
    overflow: hidden;
}

/* Fonts: currently unselected/default

table.events {
    font-family: courier, monospace;
}

table.entries, table.results {
    font-family: courier, monospace;
}

*/

tr.events:hover, tr.entries:hover, tr.odd:hover, tr.even:hover {
    background-color: antiquewhite;
}

tr.odd {
    background-color: gainsboro;
}

tr.even {
    background-color: silver;
}

span.plus {
    color: green;
}

span.minus {
    color: red;
}

img.milogo {
    width: 167px;
    height: 98px;
}

.header {
    display: flex;
    align-items: start;
    justify-content: left;
}
