.event-meta{
    margin-bottom:10px;

}
.event-meta span{
    display:inline-block;
    font-weight: 600;
    min-width: 100px;

}
.cc-form{
    margin-top:5px;
}
.cc-form input{
    margin-bottom:5px;
}
.payment-information h2{
    text-align: center;
    margin-top:5px;
    font-size:19px;

}
.payment-information .payment-provider{
    text-align: center;
}
.payment-information input.jp-card-invalid{
    border:1px solid red;
}
.payment-information input.jp-card-valid{
    border:1px solid green;
}
#book-now{
    position: fixed;
    bottom:0;
    width:150px;
    padding:15px;
    background-color: #8AA323;
    text-align: center;
    color:white;
    left:50%;
    margin-left:-75px;
    z-index:222;
}
#book-now a{
    color:#fff;
    text-decoration: none;
}
#card-element {
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 15px;
}
.payment-logo{
    margin-bottom: 30px;
}