body {
    background-color: #00ffff
}

h1 {
    font-family: "arial";
    font-size: 30px;
    color: red;
    text-decoration: underline;
    text-align: center
}

    h1.left {
        text-align: left
    }

h2 {
    font-family: "arial";
    font-size: 25px;
    color: blue;
    text-decoration: underline
}

h3 {
    font-family: "arial";
    font-size: 25px;
    color: blue;
    text-decoration: underline
}

h4 {
    font-family: "arial";
    font-size: 18px;
    color: red;
    text-decoration: underline;
}

p {
    font-family: "arial";
    font-size: 18px
}

    p.centre {
        font-family: "arial";
        font-size: 20px;
        text-decoration: bold;
        text-align: center
    }

    p.smallprint {
        font-family: "arial";
        font-size: 47px
    }

ul {
    font-family: "arial";
    font-size: 18px
}

ol {
    font-family: "arial";
    font-size: 18px
}

a {
    line-height: 100%;
    font-family: "arial";
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    text-align: center
}

    a:hover {
        text-decoration: underline
    }

    a.centre {
        text-align: center
    }

    a.carnivore {
        background-color: beige;
        color: black
    }

    a.pescatarian {
        color: white;
        background-color: darkblue
    }

    a.vegetarian {
        color: white;
        background-color: green
    }

    a.vegan {
        color: green
    }

    a.hide {
        color: #00ffff
    }


/* Highlight the dynamic quantities from your JS */
output {
    font-weight: bold;
    color: #d35400;
    padding: 0 4px;
}

/* Print-friendly recipes */
@media print {
    .sidebar, .nav, button {
        display: none;
    }

    body {
        font-size: 12pt;
    }
}

/* Responsive Tables */
table {
    /*width: 100%;*/
    /*max-width: 600px;*/
    /*border-collapse: collapse;*/
    /*margin: 10px 0;*/
}

    table.centre {
        line-height: 100%;
        font-family: "arial";
        font-weight: bold;
        font-size: 20px;
        text-align: center
    }

    table.centred {
        margin: 0px 50px 0px 50px
    }

th {
    font-family: "arial";
    font-size: 18px;
    vertical-align: top;
    text-align: left
}

td {
    font-family: "arial";
    font-size: 18px;
    vertical-align: top
}

    td.ingredients {
        white-space: nowrap
    }

    td.left {
        text-align: left
    }

    td.right {
        text-align: right
    }

    td.centre {
        text-align: center
    }

span {
}

    span.a {
        color: #0000ff;
        line-height: 100%;
        font-family: "arial";
        font-weight: bold;
        font-size: 20px;
        text-decoration: none;
        cursor: pointer
    }

    span.carnivore {
        background-color: beige;
        color: black
    }

    span.pescatarian {
        color: white;
        background-color: darkblue
    }

    span.vegetarian {
        color: white;
        background-color: green
    }

#hintbox {
    /*CSS for pop up hint box */
    position: absolute;
    top: 0;
    background-color: lightyellow;
    width: 150px;
    /*Default width of hint.*/
    padding: 3px;
    border: 1px solid black;
    font: normal 11px Verdana;
    line-height: 18px;
    z-index: 100;
    border-right: 3px solid black;
    border-bottom: 3px solid black;
    visibility: hidden;
}

.hintanchor {
    /*CSS for link that shows hint onmouseover*/
    font-weight: bold;
    color: navy;
    margin: 3px 8px;
}
