﻿body {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.jumbotron {
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 6px;
    background-color: silver;
}

div.jumbotron-title {
    text-align:center;
    width: 100%;
    font-weight:bold;
    font-size:large;
}

div.footer {
    width: 100%;
    text-align:center;
}

input.person-count-spinner {
    width: 30px;
    text-align: right;
}

div.basic-submit-button {
    width:250px;
    height:40px;
    line-height:40px;
    text-align:center;
    background-color:#00C224;
    color:#FFFFFF;
    border-radius: 10px;
    font-size:large;
}

a.basic-submit-button-link {
    text-decoration:none;
}

div.basic-info-box {
    margin-top:20px;
    padding:20px;
    width:100%;
    font-size:large;
    background-color:#eeeeee;
    border-radius:6px
}

div.guest-sign-out-dialog {
}

.modal-vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
}

.modal-vertical-alignment-center {
    display: table-cell;
    vertical-align: middle;
}

.modal-content {
    width: inherit;
    height: inherit;
    margin: 0 auto;
}

.guest-info-box {
    margin: 0 auto;
    margin-top:20px;
    padding:20px;
    width:50%;
    font-size:large;
    background-color:#eeeeee;
    border-radius:6px
}

@media only screen and (max-width: 799px) {
    .guest-info-box {
        margin: 0 auto;
        margin-top:20px;
        padding:20px;
        font-size:large;
        background-color:#eeeeee;
        border-radius:6px;
        width: 400px;
    }
}