﻿@import 'https://fonts.googleapis.com/css?family=Lato';

body {
    font-family: 'Lato', sans-serif;
    background: none;
    background-color: white;
}

.cookies-header {
    border-bottom:solid 1px #e3e3e3;
    padding-bottom:10px;
    box-shadow:#e3e3e3 0px 9px 10px;
}

h1 {
    font-size: 14pt;
    font-weight: bold;
    color: #0a6475;
}

hr {
    border-color:#8ec3cc!important;
}

small {
    font-weight: bold !important;
    font-size: 10pt !important;
}