table.dataTable td.dt-addquote {
    text-align: center;
    cursor: pointer
}

table.dataTable td.dt-addquote:before {
    height: 1em;
    width: 4em;
    margin-top: -9px;
    display: inline-block;
    color: white;
    border: .15em solid white;
    border-radius: 1em;
    box-shadow: 0 0 .2em #444;
    box-sizing: content-box;
    text-align: center;
    vertical-align: middle;
    text-indent: 0 !important;
    font-family: "Courier New", Courier, monospace;
    line-height: 1em;
    content: "View";
    background-color: #0d6efd;
    transition: width 0.2s ease-in-out;
    transition: height 0.2s ease-in-out;
}


table.dataTable td.dt-addquote:hover:before {
    width: 4.5em;
    height: 1.1em;
}