#glossary-main {
    min-height: 100px;
}

.glossary-listing .letters li {
	display: inline-block;
	padding:0 10px 0 0;
	font-size: 20px;
}

.glossary-listing .letters li.active {
	font-weight: 600;
	color: #4990e1;
}

.glossary-listing .tag-list li:not(:last-child) {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	padding-bottom: 15px;	
}

.glossary-listing .tag-list .title {
	font-size: 1.1em;
	color: #4990e1;
}

.glossary-listing .glossary-search > div {
	float: right;
	padding-bottom: 5px;
}
.glossary-listing .glossary-search input[type='text'] {
	width:65%;
}

.glossary-listing .glossary-search input[type='submit'] {
	float:right;
	width: 30%;
}

#loading {
    background: #f1f1f1 url('../images/loading.gif') center center repeat;
    min-height: 40px;
    width: 100%;
}

#glossary-main input,
.clearFilters {
    padding:5px 15px 5px 15px;
    border: 1px solid #4990e1;
    box-sizing: border-box;
    color: #4990e1;
    font-size: 14px;
    background-color: #f4f4f4;
    display: inline-block;
    max-width: 100%;
    border-radius: 3px;
    float: right;
}

.glossaryHeader {
    border-bottom: 1px solid #666;
    padding: 0 0 10px;
    margin-bottom: 10px;
}

.letters {
    float: left;
}

.letters li {
    cursor: pointer;
    transition: color 0.2s ease;
    margin: 8px 0 0;
}

.letters li:hover {
    color: #428bca;
}

.sorry {
    font-size: 12pt;
}

.clearFilters {
    float: right;
    min-width: 0;
    margin: 0 10px;
    padding: 5px 10px;
    background: #428bca;
    color: #fff;
}

.term {
    font-weight: bold;
    float: left;
    margin-right: 5px;
}

.definition p:not(:last-child) {
    margin-bottom: 12px;
}

#pagination {
    float: right;
    padding: 5px;
}

#pagination a {
    cursor: default;
    color: #666;
    font-size: 14px;
}

#pagination a:hover {
    color: inherit;
    border: none;
    text-decoration: none;
}

#pagination a:focus {
    text-decoration: none;
}

#pagination .active {
    cursor: pointer;
    color: #428bca;
}

#pagination a:first-child {
    margin-right: 15px;
