body {
	background-color: #FFFFFF;
	margin: 10px;
	padding: 5px;
	font-family: sans-serif;
}

h1.title {
	font-weight: bold;
	margin-top: 0px;
}

table.listing {
	border: 0px;
}

thead a {
	color: #606060;
}

thead th {
	border-bottom: black 1px solid;
}

.name, .lastmodified {
	text-align: left;
	padding-right: 15px;
}

.size {
	text-align: right;
}

a {
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	font-size:inherit;
}

td {
	font-style: italic;
	padding: 2px;
}

.match-info {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
}

.search-area {
    position: relative;
}

.search-results {
    position: absolute;
    margin-top: -1em;
    background-color: white;
    border: 1px solid rgba(0,0,0,.125);
    padding: 1em;
    display: none;
    width: 100%;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    z-index: 5000;
}

.no-match {
    text-align: center;
    font-style: italic;
    opacity: .5;
}

div.preview { 
	height: 100px;
}

img.preview {
	height: 100%;
}

.page-item:not(.disabled) {
    cursor: pointer;
}