.k100-events-form{
    max-width:800px;
    margin:30px auto;
}

.k100-events-form .k100-row{
    margin-bottom:20px;
}

.k100-events-form label{
    display:block;
    font-weight:bold;
    margin-bottom:6px;
}

.k100-events-form input,
.k100-events-form textarea,
.k100-events-form select{

    width:100%;
    padding:10px;
    box-sizing:border-box;

}

.k100-events-form textarea{
    min-height:150px;
    resize:vertical;
}

.k100-events-submit{
    margin-top:30px;
}

.k100-notice{

    padding:15px;

    margin-bottom:20px;

    border-radius:4px;

}

.k100-success{

    background:#d9f3d9;

    border:1px solid #3a8f3a;

}

.k100-error{

    background:#ffe1e1;

    border:1px solid #c33;

}

#k100-venue-results {
    border: 1px solid #ddd;
    display: none;
    background: #fff;
    max-height: 250px;
    overflow-y: auto;
}

.k100-venue-item {
    padding: 10px;
    cursor: pointer;
}

.k100-venue-item:hover {
    background: #f5f5f5;
}

.k100-row {
    position: relative;
}

#k100-venue-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 9999;

    background: #fff;
    border: 1px solid #ccc;
    border-top: none;

    box-shadow: 0 4px 10px rgba(0,0,0,.15);
}

.k100-venue-item {
    padding: 10px 12px;
    cursor: pointer;
}

.k100-venue-item:hover {
    background: #f2f2f2;
}