@charset "utf-8";
body {
    background-color: #909090;
    color: #fff;
    font-family: 'open sans', sans-serif !important;
    font-weight: 300 !important;
}

.container {
    margin-bottom: 20px;
    max-width: 600px;
}

h1, h2, h3 {
    font-weight: 300 !important;
}

.rowName {
    margin-left: 37%;
    margin-right: 37%;
    margin-bottom: -10px;
    display: block;
    background-color: #ffffff;
}

.nameWrapper {
    text-align: center;
    /*margin: 5px 45px;*/
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-theme {
    background-color: rgba(0, 0, 0, 0.5);
}

.ParticipantBtn {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 3px;
}

.col-sm-12.removeParticipantButton {
    cursor: pointer;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
}

.col-sm-12.removeParticipantButton div {
    float: right;
}

input.k-input {
    color:black;
}

.k-timepicker, .k-numerictextbox {
    width:100%;
}

.accessory-quantity {
    max-width: 65px;
}