/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 #TB_window{
    width: auto;
    background: #f0f3f6 !important;
  }
  #TB_ajaxContent{
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .ldrced_popup{
      text-align: center;
      width: auto;
  }
  .ldrced_from, .ldrced_to {
      border: 1px solid;
      padding: 12px;
      width: 100%;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      background: #728188;
      color: #fff;
  }
  
  .ldrced_from span, .ldrced_to span{
      padding: 10px;
      position: relative;
      left: -7px;
  }