footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #84a000;
    color: #EEE;
    padding: 10px;
    height: 60px;
    z-index:100;
    border-top:2px solid black;
}            

.contain { 
    text-align:left;
    display: table;
    height: 100%;
    width: 100%;
    z-index: 2;
    overflow: hidden;
    top: 0;
    left: 0;
    padding-bottom: 66px;                
}


.contain>.content {

}            

#geodata_wrapper{
    margin:0px 20px;
}

#geodata th{
    background-color: rgba(132,160,0,0.7);
    color:white;
    padding:10px !important;
}
.table td{ 
    vertical-align:middle;
    padding:5px;
    padding-left:10px;
    text-align:center;
} 
.container { 
    text-align:center;
}

.tooltip-inner {
    max-width: 400px;
    padding: 4px 10px;
    color: #fff;
    text-align: center;
    background-color: #84a000;
    border-radius: .25rem;
    border:2px solid black;
    font-weight:bold;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.page-item.active .page-link{
    background-color: #84a000 !important;
    border:1px solid black !important;
    color:white !important;
    font-weight: bold;
}

.page-link{
    color: #84a000 !important;
    font-weight: bold;
}

.modal-header{
    background-color: #84a000 !important;
    color: white !important;
}

footer a{
    color:white;
}

#geodata{
    margin: 0 auto;
    width: 100%;
    clear: both;
    border-collapse: collapse;
}

.modal-body>p{
    text-align: left !important;
}

.modal-content {
    position: relative;

    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: auto;
    display: table;
}

div.header{
    background: url(../../img/sig_fundo.jpg) repeat-x scroll 0 0 #EDEDED;
}

@media only screen and (max-width: 600px) {
    img{
        max-width:100%;
        max-height:100%;
    }

    h3 {
        font-size:0.75em;
    }

    footer p{
        font-size:0.6em;
    }

}

.download, .downloadStyle{
    cursor:pointer;
}