﻿h3 {
    text-align: left;
}

li {
    font-family: 'CaviarDreams', sans-serif;
    color: rgb(40, 73, 156);
}

.CookieTable {
    margin: 10px 0px;
}

.CookieTableTitleCell {
    background-color: #2b5395;
    color: White;
    font-weight: bold;
    width: 100px;
    text-transform: uppercase;
    border: solid 5px White;
    border-left: none;
    font-family: Arial;
}

.CookieTableValueCell {
    min-width: 200px;
    background-color: #E0E0E0;
    border: solid 5px White;
    border-right: none;
    font-family: Arial;
}

.CookieTableTitleCell span {
    color: white;
}