/* your styles go here */
.k-switch-on .k-switch-container {
    color: #fff;
    background-color: green !important;
}

.k-switch-off .k-switch-container {
    color: #fff;
    background-color: red !important;
}
.centerself{
    align-self:center;
}
.greencalendar {
    color: darkgreen;
}
.commentBox {
    background-color: #efefef;
    padding: 10px;
    border-radius: 10px;
}

.starFade {
    background-image: url('/Images/StarFade.gif');
    min-width: 30px;
    min-height: 30px;
    display: inline-block;
    cursor: pointer;
}

.starFadeN {
    background-image: url('/Images/StarFade.gif');
    min-width: 30px;
    min-height: 30px;
    display: inline-block;
}

.starGlow {
    background-image: url('/Images/starglow.gif');
    min-width: 30px;
    min-height: 30px;
    display: inline-block;
    cursor: pointer;
}

.starGlowN {
    background-image: url('/Images/starglow.gif');
    min-width: 30px;
    min-height: 30px;
    display: inline-block;
}
.k-scheduler .k-today {
    background-color: lightgreen;
}