/* css/arg-favorites.css */
.pt-like-it {
    display: inline-block;
    float: right;
    color: #721854;
    font-size: 0.7em;
}

.pt-like-it:hover, .pt-like-it:hover a {
    border-color: #57ad68;
    color: #468c54;
}

.pt-like-it > a.like-button, .pt-like-it > a.liked-button {
    border: none;
    text-decoration: none;
}

.pt-like-it .like-button:before {
    font-family: 'icomoon';
    content: '\f08a';
    font-weight: 400;
    margin-left: 10px;
}

.pt-like-it .liked-button:before {
    font-family: 'icomoon';
    content: '\f004';
    font-weight: 400;
    margin-left: 10px;
}

.pt-like-it .like-count {
    padding-left: 10px;
}

@media (max-width: 480px) {
    .pt-like-it {
        position: absolute;
    }
}

.ui-dialog.ui-widget.ui-widget-content {
    z-index: 9999 !important;
    background: white !important;
    padding: 10px !important;
}
