﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.w-layout-blockcontainer.container.w-container {
    width: 1190px;
    height: 730px;
    min-width: 1190px;
    border: 10px solid #00f;
    border-radius: 3px;
    display: block;
}

.section.wf-section {
    height: 325px;
}

.section-2.wf-section {
    height: 160px;
}

/*.quotaMap {
    border-style: dotted;
    border-width: 2px;
    border-color: black;
}*/

.quotaMap td {
    border-style: dotted;
    border-width: 2px;
    border-color: black;
    text-align: center;
}

.quotaMap th {
    border-style: solid;
    border-width: 2px;
    border-color: black;
    min-width: 70px;
    text-align: center;
}

.quotaMap th.month{
    background-color: yellow;
}

td.paidMonth {
    font-weight: bold;
    font-size: 20px;
    color: green;
}