/* Table of tags-specific css */

.tagList .checkbox {
    margin: 0;
}

.tagList .keyword label {
    line-height: 95%;
}

#searchTypeDiv {
    padding: 2px 5px 2px 5px;
    margin-bottom: 1em;
}

#searchTypeDiv a {
    color: inherit;
    text-decoration-color: inherit;
}

#searchTypeDiv label {
    font-weight: bold;
    color: inherit;
}

.standard .results {
    margin-top: 1em;
}

#select_all_none {
    display: none; /* to be shown by JS */
}

#select_all_none a {
    cursor: pointer;
}

.twoColumns .tagList {
    padding-right: 5px;
    border-right: 3px solid #ddd;
}

.twoColumns .results {
    padding-left: 5px;
}

.matches {
    font-size: 120%;
}

.small {
     font-size:90%;
}

.imgContainer {
    width: 100px;
}

#gallery img {
    margin: auto;
    max-width: 100px;
    max-height: 100px;
} /* SBTWO-5198 */