@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
body {
  font-family: 'Oswald', sans-serif !important;
}
nav {
    background-color: #007882;
}
.btn-group{
    position: absolute;
    bottom: 1em ;
}

h2{
    margin-top: 1em !important;
}
.list-card table{
    height: 400px;
}

.tableFixHead          { overflow-y: auto; height: 100px; }
.tableFixHead thead th { position: sticky; top: 0; }

.datamaps-subunits {
    display:block;
    margin:0 0;
    width: 100% !important;
    height: 100% !important;
}
.btn-group .active{
    background-color: #007882 !important;
    border-color: #007882 !important;
    box-shadow: none;
}


.btn-primary{
    background-color: #009DA5 ;
    border-color: #009DA5;
    box-shadow: none;
}

.btn-primary:hover{
    background-color: #007882 !important;
    border-color: #007882 !important;
    box-shadow: none;
}

.btn-primary:active{
    background-color: #007882 !important;
    border-color: #007882 !important;
    box-shadow: none !important;
}

.navbar-brand img{
    height: 30px;
}
.navbar button{
    margin-left: 10px
}
#fullscreen{
    position: absolute;
    bottom: 1em;
    right: 1em;
}