  #categoryId{
    max-width:400px;
    margin-bottom:0px;
}

@media only screen and (min-width: 775px) {
    #categoryId{
        margin-bottom:16px;
    }
}

@media only screen and (min-width: 960px) {
    #categoryId{
        margin-bottom:0px;
    }
}

.session-toggle{
    width:100% !important;
    display:inline !important;
}

.event-types-toggle{
    margin-top:8px;
    width:100% !important;
}

.event-types-toggle input[type=checkbox]{

}