.tag-template {
    background-color: dodgerblue;
}

.tag-template .left-panel {
    float: left;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    text-align: center;
    vertical-align: middle;
    margin-left: 5px;
}

.tag-male {
    background-color: dodgerblue;
}

.tag-female {
    background-color: hotpink;
}

.tag-template .left-panel img {
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

.tag-template .right-panel {
    float: left;
    margin-left: 5px;
    color: black;
    background-color: lightgraygreen;
}

.autocomplete-template .left-panel {
    float: left;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    text-align: center;
    vertical-align: middle;
    margin-left: 5px;
}

.autocomplete-template .left-panel img {
    width: 48px;
    height: 48px;
    vertical-align: middle;
}

.autocomplete-template .right-panel {
    float: left;
    margin-left: 5px;
    margin-top: 7px;
}

.autocomplete-template .right-panel span:first-child {
    font-size: 16px;
}

.autocomplete-template .right-panel span:nth-child(2) {
    font-size: 14px;
    color: gray;
}

.autocomplete-template .right-panel span:last-child {
    display: block;
    font-size: 14px;
    font-style: italic;
}