@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix("http://www.checkpad.jp/?") {
  #my_box {
    display:none !important;
  }

  div#ms_box_notyet > div {
    border-bottom: 1px solid #DDD;
  }

  #ms_box_notyet .cbox {
    padding: 7px 2px 2px 5px !important;
  }

  #ms_box_done .cbox {
    padding: 6px 2px 2px 5px !important;
  }

  #rightside {
    display:none !important;
  }

  #leftside {
    width:694px !important;
  }

  .citem_editable {
    width:620px !important;
  }

}