.toolButton{
    border-radius: 0px;
    background-color: transparent;
    border: none;
    height: 32px;
    margin-right: 15px;
    .anticon {
        display: block;
        font-size: 14px;
        text-align: center;
    }
    > button {
        height: 36px;
        font-size: 8px;
        border: none;
        border-right: 1px solid  #d9d9d9;
        -webkit-box-shadow: none; 
        box-shadow: none;
        padding: 0 8px;
    }
    > :last-child{
        border: none; 
    }
}
