.history-table{
    border:none;
    table{
        width:100%;
        border: 1px solid #d7dbe5;
        tbody {
            max-height:128px;
            overflow-y: auto;
            tr {
                td{
                    text-align: center;
                    vertical-align:middle;
                    padding: 3px;
                    color:#666;
                    border-top: 1px solid #d7dbe5;
                    .color-picker{
                        width: 80px;
                        height: 26px;
                    }
                }
            }
        }
        thead {
            tr {
                background-color: #f2f3f8;
                th{
                text-align: center;
                vertical-align:middle;
                font-weight: normal;
                color:#333333;
                font-size: 15px;
                padding: 6px;
                }
            }
        }
      }
      .line-color-div{
        width:100%;
        height:26px;
        justify-content:center;
        align-items:center;
        display:-webkit-flex
      }
  }
