/*
 *  ADDITIONAL STYLES/CLASSES SHOULD GO HERE
 *   
 */
.report select{
    width:175px;
}
.report select.small {
    width:100px;
}
#drop{margin-left:-120px !important;max-width:250px;}
.record-drop {
    margin-left: -120px !important;
    max-width: 250px !important;
}
#drop::before, #drop::after, .record-drop::before, .record-drop::after {display: none; }
#drop li{
   text-align:left;
}

#scheduledSessionRecordBtn {
    padding: 0.6rem 1.75rem 0.6rem 0;
    background-color: transparent;
    font-size: 0.85rem;
    color: #2ba6cb;
}

#scheduledSessionRecordBtn > b {
}

#scheduledSessionRecordBtn > span {
    width: 1.75rem;
}

#scheduledSessionRecordBtn > span::before {
    border-top-color: #2ba6cb;
}