table {
    width: 100%;
}

    table th {
        background-color: #333333;
        color: #fff;
    }

    table tr {
        border-bottom: 1px solid #fff;
    }

        table tr:nth-child(odd) {
            background-color: #f4f4f4;
        }

        table tr:nth-child(even) {
            background-color: #ffffff;
        }

        table tr td, table tr th {
            line-height: 2.5rem;
            padding: 0.5rem 1rem;
        }

.loding {
    width: 100px;
    margin: auto;
}
#zoteroSearchForm .row {
  float: left;
  width: 100%;
  margin: 5px 0px;
}
#searchResults td:nth-child(2) {
  word-wrap: anywhere;
  max-width: max-content;
}
#searchResults td:nth-child(2) a {
  display: initial;
  color: #0d3760;
}
#searchResults td:nth-child(2) a:hover {
  color: #072440;
}
.search-input {
    width: 200px;
    height: 40px;
}
.ztfilter select[name="tags"] option {
  text-transform: capitalize;
}

#itemType {
    height: 40px;
    vertical-align: top;
}
.ztfilter #sortDirection {
  max-width: 75px;
}
.ztfilter label {
  width: 100%;
}
.ztfilter:last-child {
  width: 14%;
}
#itemType {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.resultCount {
    color: #808080;
    padding-top: 10px;
    float: left;
    width: 100%;
}

.result-query {
    font-weight: bold;
}

#searchResults {
    margin-top: 10px;
}

#paginationTop, #paginationBottom {
    margin: 16px 8px 16px 8px;
}

    #paginationTop #pageNumbersTop span,  #paginationBottom #pageNumbersBottom span {
        color: black;
        padding: 8px 16px;
        text-decoration: none;
        background-color: #efefef;
        margin-right: 6px;
        display: block;
        float: left;
        width: auto;
        line-height: 1.5;
        cursor: pointer;
    }

        #paginationTop #pageNumbersTop span.active, #paginationBottom #pageNumbersBottom span.active {
            background-color: #0069B1;
            color: white;
        }

    #paginationTop span:hover:not(.active) {
        background-color: #ddd;
    }

.search-input label {
    display: block;
    text-align: left;
}


.csl-entry {
    font-size: 14px;
}

#searchButtonDiv {
    margin-top: 10px;
}

.container {
    font-size: 14px;
}

#ztprevPageTop, #ztnextPageTop, #ztprevPageBottom, #ztnextPageBottom{
    background: transparent;
    border: none;
    color: #333;
    float: left;
    display: block;
}

.ztsearch {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

#zoteroSearchForm input[type="submit"] {
    padding: 6px 20px;
    border-color: transparent;
	color:#fff;
}

#paginationTop, #paginationBottom {
    float: left;
    width: 100%;
    display: inline-block;
}

#zoteroSearchForm input, #zoteroSearchForm select {
    height: 40px;
}

    #zoteroSearchForm input[type="text"], #zoteroSearchForm input[placeholder], #zoteroSearchForm input::placeholder {
        color: #333 !important;
    }

#zoteroSearchForm {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.ztfilter {
    float: left;
    width: calc(25% - 15px);
    margin-right: 14px;
}

#zoteroSearchForm select {
    float: left;
    width: 100%;
}
.ztsearch label {
  float: left;
  width: 100%;
}
#zoteroSearchForm #searchQuery {
    float: left;
    margin-right: 5px;
    width: 78%;
}
