div.settings {
    display:grid;
    grid-template-columns: max-content max-content;
    grid-gap:5px;
}
div.settings label       { text-align:right; }
div.settings label:after { content: ":"; }

.divTable
{
    display:  table;
    width:auto;
    background-color:#ffffff;
    border:0px solid  #ffffff;
    border-spacing:5px;/*cellspacing:poor IE support for  this*/
    /* border-collapse:separate;*/
}

.remove_owner_to_history {
    margin-left: 34px;
    cursor: pointer;
    padding-top: 12px;
    color: #da1c1c;
    text-decoration: underline;
    font-weight: bold;
}
/*Dog Owner Section*/
span.select2-selection.select2-selection--single.true_owner {
    padding: 12px 12px;
}

.divRow
{
    display:table-row;
    width:auto;
}

.images-widget path {
    transform: scale(0.2);
}

.divCell
{
    float:left;/*fix for  buggy browsers*/
    display:table-column;
    width:200px;
    background-color:#ffffff;
}
.pagination
{
    font-size: 13px !important;
}
.pagination li a
{
    margin-left:1px;
}

.tooltip-inner {
    max-width: 100% !important;
}