/* my customization of the w3.css */
.w3-theme-l5 {color:#000 !important; background-color:#edf7fe !important}
.w3-theme-l4 {color:#000 !important; background-color:#c4e6fc !important}
.w3-theme-l3 {color:#000 !important; background-color:#88ccf9 !important}
.w3-theme-l2 {color:#fff !important; background-color:#4db3f7 !important}
.w3-theme-l1 {color:#fff !important; background-color:#1199f4 !important}
.w3-theme-d1 {color:#fff !important; background-color:#086aab !important}
.w3-theme-d2 {color:#fff !important; background-color:#075e98 !important}
.w3-theme-d3 {color:#fff !important; background-color:#065285 !important}
.w3-theme-d4 {color:#fff !important; background-color:#054772 !important}
.w3-theme-d5 {color:#fff !important; background-color:#043b5f !important}

.w3-theme-light {color:#0976bd !important; background-color:#edf7fe !important}
.w3-theme-dark {color:#fff !important; background-color:#043b5f !important}
.w3-theme-action {color:#fff !important; background-color:#043b5f !important}

.w3-theme {color:#fff !important; background-color:#0976bd !important}
.w3-text-theme {color:#0976bd !important}
.w3-border-theme {border-color:#0976bd !important}

.w3-hover-theme:hover {color:#fff !important; background-color:#0976bd !important}
.w3-hover-text-theme:hover {color:#0976bd !important}
.w3-hover-border-theme:hover {border-color:#0976bd !important}

.w3-padding-small {padding:2px 4px !important}

.w3-input {padding: 2px}

.w3-select {padding: 4px}

.w3-ul li{border-bottom:0}

@media print {
  nav, footer {
    display:none;
  }
}
