.tagsearch { margin-bottom: 10px; text-align: center; padding-top: 10px; }
.tagsearch-tag { border: 1px solid #a5d24a; border-radius: 4px; padding: 5px; text-decoration: none;
background: #cde69c; color: #638421; margin-right: 5px; margin-bottom: 5px; font-family: helvetica; font-size: 13px;
cursor: pointer; white-space: nowrap; line-height: 2.7; }
.tagsearch-tag.selected { background: #fca; border-color: #fa0; color: #ee5346; }
.tagsearch-tag:hover { color: #000; }
.tagsearch-aux-div { text-align: center; margin: 10px 0; }
.tagsearch-show-link, .tagsearch-show-link:visited { text-decoration: none; color: #006bd8; }
.tagsearch-show-link.hidden,
.tagsearch-reset.hidden { display: none; }
.tagsearch-reset-link { white-space: nowrap; }
.tagsearch-reset-link, .tagsearch-reset-link:visited { cursor: pointer; color: #006bd8; }
.tagsearch-caption { margin-bottom: 20px; font-weight: bold; color: #777; font-size: 1.5em; }
.tagsearch-loading {
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    display: inline-block;
    text-indent: -9999px;
    text-decoration: none!important;
    vertical-align: top;
    margin: 0.2em 0.25em 0 0;
    background-position: 0 0;
    background-size: 16px 16px;
}
.tagsearch-loading.hidden { display: none; }