.healthcare-textsize{
    display: inline-block;
    float: right;
    width: auto;
    border-radius: 3px;
    padding: 0px 13px;
    background-color: #F4F4F4;
    font-weight: 700;
    font-size: 0.9em;
    line-height:45px;
    cursor: pointer;
    text-decoration: none;
    color: #333;
}

.healthcare-textsize:hover{
    background-color: #EFEFEF;
}
