.fi-header{display: none!important;}

.over-deadline {
    font-weight   : bold;                /* 太字                    */
  /*  font-size     : 110%;                /* 文字を大きくする        */
    border-bottom : 2px solid #990000;   /* 下線                    */
    text-shadow   : 2px 2px 1px #666;    /* 影を付ける              */
    color         : #ffffff;             /* 文字色                  */
    background    : #990000;             /* 背景色                  */
    padding       : 4px;                 /* 背景色内の余白          */
    margin        : 0 2px;
    text-decoration: blink;

}

.is-done {
text-decoration: line-through;
}
