.kcs-meta {
    font-size: 13px;
    color: #666;
    margin-top: 5px;
}

.kcs-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: black;
    color: white;
    padding: 5px 8px;
    font-size: 12px;
    border-radius: 4px;
}

#kcs-modal {
    display:none;
    position:fixed;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    top:0; left:0;
    z-index:9999;
}

.kcs-content {
    background:#fff;
    width:400px;
    margin:50px auto;
    padding:20px;
    border-radius:10px;
}

.room input {
    width:48%;
    margin:5px 1%;
    padding:10px;
}