        body,html {
            background-color: #fff;
            font-family: Arial, sans-serif;
        }
        body {
        }
        #container {
            width: 90%;
            max-width: 700px;
            margin: 0px auto;
            background-color: #fff;
            border: 1px solid #eaeaea;
            -webkit-box-shadow: #e8e8e8 0px 0px 15px 4px;
            padding: 20px;
            margin-top: 60px;
        }
        h1 {
            font-weight: bold;
            font-size: 32px;
            line-height: 36px;
            margin: 0px 0px 20px 0px;
            font-family: Arial, sans-serif;
        }
        h2 {
            font-weight: bold;
            font-size: 18px;
            color: #333;
            line-height: 24px;
            margin: 0px 0px 12px 0px;
            font-family: Arial, sans-serif;
        }
        h3 {
            font-weight: bold;
            font-size: 16px;
            line-height: 20px;
            margin: 0px 0px 12px 0px;
            font-family: Arial, sans-serif;
        }
        h3.input_title {
            margin-top: 15px;
            margin-bottom: 0px;
        }
        .box {
            background-color: #eaeaea;
            border: 1px solid #d5d5d5;
            padding: 8px;
            margin-bottom: 20px;
        }
        .box:hover {
            cursor: pointer;
        }
        .box h3 {
            float: left;
            margin-bottom: 7px;
            margin-top: 7px;
        }
        .box.active,.box.active:hover {
            background-color: #F1B351;
            color: white;
        }
        .box.active h3 {
            color: white;
        }
        .box h3.price {
            float: right;
            color: #F1B351;
            text-align: right;
        }
        .box.active h3.price {
            color: white;
        }
        .clear {
            clear: both;
        }
        .box .description {
            color: #666;
        }
        .box .description.price_tag {
            line-height: 12px;
        }
        .box ul {
            list-style: square;
            padding-left: 15px;
            margin-bottom: 5px;
        }
        .box ul li {
            padding: 0px;
            margin: 0px;
            line-height: 16px;
        }
        .logo {
            width: 100%;
            max-width: 700px;
            margin: 0px auto;
            text-align: center;
        }
        .box .description,p.description {
            font-size: 12px;
            font-family: Arial, sans-serif;
            line-height: 8px;
        }
        p.description.big {
            font-size: 16px;
            line-height: 24px;
            font-family: Arial, sans-serif;
        }
        .box.active .description {
            color: #fff;
        }
        .group {
            border-top: 1px solid #d5d5d5;
            padding-top: 10px;
            margin-top: 20px;
        }
        .group.description {
            display: block;
            border: 0px;
            padding-top: 0px;
            margin-top: 0px;
            font-family: Arial, sans-serif;
        }
        .bottom-bar {
            border-top: 1px solid #d5d5d5;
            padding-top: 10px;
            margin-top: 20px;
        }
        input[type="text"],input[type="number"], select, input[type="password"] {
            background-color: #fff;
            border: 1px solid #AEAFB1;
            outline: 0;
            padding: 8px 5px;
            font-size: 14px;
            text-align: left;
        }

        select{
            height: 35px;
            min-width: 130px;
        }

        input[type="text"]:focus, input[type="number"]:focus, select:focus, input[type="password"]:focus {
            background-color: #fff;
            border: 1px solid #000;
        }
        input[type="text"].small, input[type="number"].small, select.small, input[type="password"].small {
            width: 70px;
            margin-right: 7px;
        }
        input[type="text"].medium , input[type="number"].medium, select.medium, input[type="password"].medium {
            width: 95%;
            max-width: 357px;
        }
        input[type="text"].large, input[type="number"].large, input[type="password"].large {
            width: 95%;
            max-width: 450px;
        }
        #month, #day, #year {
            margin-right: 7px;
            outline: 0;
            padding: 8px 5px;
            font-size: 14px;
            max-width: 65px;
            width: 65px;
            min-width: 65px;
        }
        #month {
            max-width: 85px;
            width: 85px;
            min-width: 85px;
        }
        .g-button,input[type="submit"],input[type="button"] {
            background-color: #F2F1EF;
            border: 1px solid #d5d5d5;
            margin: 0px;
            cursor: pointer;
            padding: 8px 20px;
            font-size: 16px;
            outline: 0;
            font-family: Arial, sans-serif;
        }
        input[type="submit"] {
            background-color: #F1B351;
            color: white;
        }
        input[type="submit"].disabled {
            background-color: #FFF5E8;
            color: #666;
        }
        .g-button {
            width: 50px;
            text-align: center;
            padding: 8px 20px;
            display: block;
            float: left;
        }
        .g-button:focus,input[type="submit"]:focus {
            border: 1px solid #000;
        }
        .g-button:hover {
            background-color: #eaeaea;
        }
        .g-button.active {
            background-color: #F1B351;
            color: white;
        }
        .button-left {
            border-right: 0px;
        }
        .hidden-input {
            visibility: hidden;
            position: absolute;
            top: 0px;
            left: 0px;
        }
        .right {
            float: right;
        }
        .right.double {
            margin-right: 5px;
        }
        .no-top-margin {
            margin-top: 0px;
        }
        p.description {
            line-height: 18px;
        }
        .error {
            color: red;
            font-size: 12px;
            font-weight: normal;
        }
        #terms {
            background-color: #F2F1EF;
            padding: 0px 8px;
            border: 1px solid #d5d5d5;
            margin-bottom: 20px;
            height: 300px;
            overflow-y: scroll;
        }
        #terms p.description.big {
            font-size: 14px;
        }
        #terms-check {
            width: 15px;
            height: 15px;
            background-color: #fff;
            border: 1px solid #d5d5d5;
            display: block;
            float: left;
            margin-right: 15px;
            cursor: pointer;
        }
        #terms-check.active {
            background-color: #F1B351;
            border: 1px solid #F1B351;
        }
        .warning {
            background-color: #fff;
            border: 1px solid pink;
            padding: 0px 10px;
            -webkit-box-shadow: rgba(0, 0, 0, 0.0976563) 1px 1px 1px 0px;
        }

        label input {
            margin-right: 10px;
            position: relative;
            top: -2px;
        }

@media (max-width: 767px) {
    body, html {
        padding: 0px;
        padding-top: 6px;
    }
    #container {
        width: auto;
        padding: 0px;
        padding: 10px;
        padding-top: 0px;
        margin-top: 0px;
        padding-bottom: 20px;
        border: 0px;
        margin: 20px auto;
        -webkit-box-shadow: #e8e8e8 0px 0px 0px 0px;
    }

    .logo {
        text-align: center;
        padding-top: 10px;
        margin-bottom: 0px;
    }

    .group:first-child {
        margin-top: 0px;
    }

    input[type="text"].medium, input[type="number"].medium, input[type="password"].medium {
        max-width: 328px;
        width: 67%;
    }

    input[type="text"].small, input[type="number"].small, , select.small, input[type="password"].small {
        width: 20%;
        max-width: 100px;
    }

    input#cancel_button {
        width: 100%;
        margin: 0px auto;
        margin-top: 10px;
        margin-bottom: 0px;
    }
}

#chosen_offering_topinfo {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    color: black;
    padding: 7px 2px;
    font-size: 110%;
    border-bottom: 1px solid black;
    text-align: center;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 10px;
    padding-right: 10px;
}

#chosen_offering_topinfo .short {
    display: none;
}

@media (max-width: 496px) {
    #search-button {
        margin-top: 0.5rem;
        margin-left: 32px;
    }
    #chosen_offering_topinfo .short {
        display: inline;
    }
    #chosen_offering_topinfo .long {
        display: none;
    }
}
