#calendar {
    font-size: 3rem!important;
    max-width: 400px;
    margin: 0 auto;
}
h1 {
    font-size: 24px;
}
#card-wrapper {
    margin:0 auto;
    min-width: 350px;
}
.card {
    word-wrap: initial;
    padding: 0px;
    width: 520px;
}
.card-body {
    margin: 25px;
    font-family: Poppins, sans-serif;
}
.card-body .row {
    margin-bottom: 15px;
}

@media screen and (max-width:560px) and (orientation:portrait) {
    .card {
        width: 100%;
    }
    .card-body {
        margin-left: 0px;
        margin-right: 0px;
    }
    #card-wrapper {
        width: 90%;
    }
}

label {
    font-weight: bolder;
}
.vanilla-calendar-day__btn {
    font-size: 1.1rem!important;
}
#res_party_text {
    width: 36px;
    text-align: center;
}
@font-face {
    font-family: 'fontello';
    src: url('/css/font/fontello.eot?65932240');
    src: url('/css/font/fontello.eot?65932240#iefix') format('embedded-opentype'),
    url('/css/font/fontello.woff?65932240') format('woff'),
    url('/css/font/fontello.ttf?65932240') format('truetype'),
    url('/css/font/fontello.svg?65932240#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}
.demo-icon {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* You can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}


