/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
 
 #div_info_box
 {
    display: none;
    position: fixed;
    top: 100px;
    z-index: 100000;
    background-color: #fff;
    width: 400px;
    text-align: center;
    border: 1px solid #ccc;
    padding-bottom: 20px;
    border-radius: 4px;
 }
 
 #div_info_box h3
 {
   margin-top: 0;
   width: 100%;
   border-bottom: 1px solid #ccc;
   padding-bottom: 20px;
   background-color: #45E6B3;
   padding-top: 20px;
 }
 
 #div_info_box p
 {
   padding: 5px;
 } 
 
 
 #novarum_order_status_rule_box_id input,
 #novarum_order_status_rule_box_id select
 {
   width: 50%;
 }
 
 #div_preview mark
 {
     -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
    -webkit-font-smoothing: subpixel-antialiased;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgb(221, 153, 51);
    rgb(221, 153, 51).order-statu…test-status	edit.php:129:90
    rgb(229, 229, 229).order-status	admin.css:2:69725
    yellowmark	User Agent Style Sheet
    rgb(241, 241, 241)body	load-styles.php:6:2520
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    border-bottom-color: rgba(0, 0, 0, 0.05);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-collapse: separate;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: rgb(0, 0, 0);
    cursor: pointer;
    display: inline-flex;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-weight: normal;
    height: 32px;
    line-height: 32.5px;
    margin-bottom: -3.25px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: -3.25px;
    max-width: 100%;
    text-decoration: none;
    white-space: nowrap;
    word-wrap: break-word;
 }

.order-status>span {

  margin: 0 1em;
  overflow: hidden;
  text-overflow: ellipsis;
}