.RadGrid_MetroTouch {
    border: none;
}

#ste_container_ciQueryMenuCommon tbody {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background: #eee;
}

#ste_container_ciQueryMenuCommon tfoot tbody,
#ste_container_ciQueryMenuCommon thead tbody {
    background: #fff
}

#ste_container_ciQueryMenuCommon tbody tr {
    width: 99%;
    margin: 5px auto;
    padding: 10px;
    background: #fff;
    box-shadow: 1px 1px 5px #b2b1b1;
}

#ste_container_ciQueryMenuCommon tbody tr a {
    text-decoration: none;
    font-weight: bold;
}

#ste_container_ciQueryMenuCommon td:nth-of-type(2),
#ste_container_ciQueryMenuCommon td:nth-of-type(3) {
    display: block;
    padding: 0;
}

#ste_container_ciQueryMenuCommon td:nth-of-type(4) {
    display: block;
    padding: 7px 0;
}

.rgMasterTable thead,
#ctl01_TemplateBody_WebPartManager1_gwpciQueryMenuCommon_ciQueryMenuCommon__Head,
#ste_container_ciQueryMenuCommon td:first-of-type,
#ste_container_ciQueryMenuCommon td:nth-of-type(5),
#ste_container_ciQueryMenuCommon td:nth-of-type(6) {
    display: none;
}

/* Top Event Menu */
div.BlockTLItem {
    border-bottom: none;
    padding: 4px 0px;
}

div.BlockTLItem a {
    text-decoration: none;
    padding-left: 5px;
    vertical-align: middle;
}

div.BlockTLItem:before {
    content: "\f073"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    font-size: 15px;
    float: left;
    color: #5D5D5D;
}

#ctl01_TemplateBody_WebPartManager1_gwpciSpecificEvents_ciSpecificEvents_ListTitle_Body {
    border: none;
    margin: 0px;
}

.fc-view > table {
    background: #fff;
    box-shadow: 1px 1px 5px #b2b1b1;
}

.fc-day-past {
    background: var(--fc-neutral-bg-color);
}

.fc-day-past .fc-daygrid-day-number {color:gray}

p.fc-event-key {
    display: inline-block;
    width: 110px;
    text-align: center;
    position: relative;
    font-size: 85%;
    line-height: 1.3;
    border-radius: 3px;
    color: white;
    padding: 5px;
}

.fc-daygrid-day-number, .fc-col-header-cell-cushion {text-decoration:none; color:black;}

/* Search */
    .PanelField {float:none; clear:none; padding:0}
    .PanelField label {width:auto}
    .PanelFieldValue {margin-bottom:04.em}