body {
    padding: 10px
}

.panel-no-margin { margin: 0 }

.jumbotron {
    position: relative;
    z-index: 2;
    padding: 0;
    margin-bottom: 10px;
}
.jumbotron div.jumbo_front {
    background-image: url('/headerbackground.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    color: white;
    text-align: center;
    text-shadow: #444 2px 2px;
    position: relative;
    z-index: 2;
    border-radius: 6px;
}
.jumbotron div.jumbo_back {
    background-image: url('/headerbackground.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 109px;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

p.ad {
    text-align: center;
}
.bold { font-weight: bold; }
.panel-no-padding { padding: 0; }
.panel-no-margin { margin: 0; }
.panel-center { text-align: center; }

#address_div .input-group { width: 100%; }
#address_div p {
    font-style: italic;
    margin-bottom: 0;
}
#maperror {
    display: none;
}

#options_div table {
    margin-bottom: 0;
}

#options_div label img {
    float: right;
    width: 16px;
    height: 16px;
}

#options_div label {
    width: 100%;
    cursor: pointer;
    margin: 0;
}
.random_photo {
    text-align: center;
}
.random_photo img {
    max-width: 100%;
}
.green {
    color: green;
}
.book-table {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-top: 10px;
}
.book-table td, .location td {
    border: none !important;
}
.location td {
    margin: 0;
    padding: 0 8px !important;
}
