.todos-popover,  .todos-popover .pointer {
    background: white !important;
    padding: 0.5rem !important;
    border-color: #d5d8dc !important;
    color: #0a0a0a !important;
}
.siteforceSpinnerManager {
    display:none !important;
}
.todos-popover {
    border-width: 4px !important;
}
hr {
   	margin: 0rem;
   	border-color: #671212 !important;
    border-width: medium;
}   
.htmlSnippet {
    font-style: italic;
    color: blue;
    font-size: 10px;
}
.orderedListClass {
    font-family: arial;
    font-size: 11px;
}
.siteforce-Modal-Open {
    overflow: visible !important;
}
.uiModal { /*search bar overlay issue fix*/
    z-index: 999999 !important; 
} 