.r-18{
    border-radius:18px;
    float:left;
    min-width: 45px;
    padding: 2px 10px;
    margin-right:5px;
    font-size: 13px;
}
.b-top{
    margin-top:5px;
}
.test_type{
    background-color:#fff;
    color:#29c0a3 !important;
    border: 1px solid #29c0a3;
}
.m-left{
    float:left;
}
.test-types-company{
    float:left;
    position: relative;
}
.test-types-company .fa.fa-times{
    right: 5px;
    position: absolute;
    cursor: pointer;
    color: red;
    display: none;
}
.test-types-company:hover .fa.fa-times{
    display: block;
}
th.action{
    max-width: 50px;
    width: 50px;
}