﻿@media {
    .container {
        background-color: paleturquoise;
    }
}

html {
    background-color: aquamarine;
}

body {
    background-color: aliceblue;
}

.backcolour1 {
    background-color:  powderblue;
}

.greetcard1 {
    background-color: lightskyblue;
}

.greetcard2 {
    background-color: lightskyblue;
}

.greetcard3 {
    background-color: lightskyblue;
}

.greetcard4 {
    background-color: lightskyblue;
}

.headerrow {
    background-color: lightskyblue;
}

.headcolumn {
    background-color: cornflowerblue;
    color: paleturquoise;
}

.footerrow {
    background-color: lightskyblue;
}

.footerrowpay {
    background-color: lightskyblue;
}

.tandcrow {
    color: darkgreen;
}

.menutxt {
    color: darkgreen;
}


.menumenurow {
    color: rgba(80,0,0,0.9);
}

.pludesc {
    color: rgba(0,0,0,0.9);
}

.pluprice {
    color: rgba(0,0,0,0.9);
}




.menuitemendrow {
    background-color: cornflowerblue;
    color: paleturquoise;
}

.basketitemrow {
    color: black;
}

.paytext {
    color: darkgreen;
}

.modal.modalmessage .modal-header {
    background-color: lightsteelblue;
}

.modal.modalmessage .modal-footer {
    background-color: aliceblue;
}

.modal.leftmenu .bodyheader {
    background-color: lightskyblue;
}

.modal.fragmentmodal .modal-header {
    background-color: lightsteelblue;
}

.modal.fragmentmodal .modal-footer {
    background-color: lightsteelblue;
}

.modal.modifier .modal-body {
    background-color: lightsteelblue;
}


.mod-mod-row-head {
    background-color: pink;
}

.mod-mod-row {
    background-color: white;
    color: darkblue;
}

.touched {
    background-color: white;
    color: darkblue;
}

.touched2 {
    background-color: lavender;
    color: darkblue;
}

.textwasred {
    color: darkred;
}
