body {
    padding-top: 70px;
    padding-bottom: 30px;
    margin-bottom: 60px;
}

html {
    position: relative;
    min-height: 100%;
}

.container .text-muted {
    margin: 20px 0px 0px 20px;
}

#map {
    height: 100%;
}

#image-map {
    height: 280px;
    width: 100%;
}

#imap {
    height: 800px;
    width: auto;
}

.bottom-margin {
    margin-bottom: 20px;
}

.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;

    text-align:left;

    margin-right:-4px;
}

.col-min {
    min-width:500px;
}
.grid-item { width: 500px; }
.panel-heading {
    cursor: pointer;
}
.pannel-heading {
    cursor: pointer;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}

.highlight {
    padding: 9px 14px;
    margin-bottom: 14px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
}
