﻿/* DEFINIZIONE DEI COLORI */
.kb-header {
  min-height: 50px;
  background-color: #f0efeb;
  padding: 10px; }

.kb-main {
  background-color: white; }

.kb-footer {
  min-height: 50px;
  background-color: #457b9d; }
  .kb-footer .copyright {
    text-align: center;
    color: white;
    bottom: 10px; }
