﻿:root {
    --heading-color: #444;
    --heading-font-size: 14pt;
    --heading-font-weight: bold;
    --heading-font-familiy: Calibri;
}

#left {
    --bk-color: #f9dd96;
    --border-top: none;
    --border-bottom: none;
}

#right {
    --bk-color: #f8f8f8;
    --border-top: none;
    --border-bottom: none;
}

#formdetails {
    --bk-color: #e8e8e8;
    --border-top: none;
    --border-bottom: none;
    --field-border-color-botton: #d7912f;
}

.form {
    --bk-color: #f8f8f8;
    --field-border-color-botton: #d7912f;
}

.list th {
    --bk-color: #fff5db;
    --text-color: #167729;
}