/* Bootstrap customization */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.bg-cssk-blue {
    background-color: #006FBA;
}

.spacer-50 { margin:0; padding:0; height:50px; }
.spacer-100 { margin:0; padding:0; height:100px; }

/* Sticky footer */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  /* height: 60px; */
  line-height: 40px; /* Vertically center the text there */
  background-color: #006FBA;
}
.footer a{
    color: #FFFFFF;
}
.flag {
  width: 35px !important;
}
#ie-warning {
    display: none;
}
#browsers-list {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
#browsers-list li {
    background-size: 28px 28px;
    background-repeat: no-repeat;
    padding-left: 28px;
    display: block;
    padding: 9px;
    background-position: left center;
    padding-left: 40px;
}
#browsers-list .bc {
    background-image: url(/static/images/chrome.png);
}
#browsers-list .bf {
    background-image: url(/static/images/firefox.png);
}
#browsers-list .bs {
    background-image: url(/static/images/safari.png);
}
#browsers-list .be {
    background-image: url(/static/images/edge.png);
}
#browsers-list .bo {
    background-image: url(/static/images/opera.png);
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    #ie-warning { display:block; }
    #content-body { display: none; }
}
