body {
	background-color: #f8f9fa;
	padding-bottom: 20px;
	font-size: 14px;
	letter-spacing: 1px;
}

a {
	text-decoration: none !important;
	font-size: 14px;
	letter-spacing: 1px;
}

a:link {
    text-decoration: none !important
}

a:visited {
    text-decoration: none !important
}

a:hover {
	text-decoration: none !important;
}

a:active {
    text-decoration: none !important
}

.breadcrumb {
	background-color: transparent;
}

.breadcrumb .breadcrumb-item a {
	color: #4caf50
}
#page-content {
	margin-top: 15px;
}
html {
	position: relative;
	min-height: 100%
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-bottom: 0
}

.footer a,.footer a:focus,.footer a:hover {
	color: #4caf50;
}

.header {
	background-color: #20222A;
	color: #fff;
	height: 50px;
	line-height: 50px;
}

.header .navbar {
    padding: 0;
}

.header .navbar-brand {
	height: 50px;
	line-height: 50px;
	padding: 0;
}

.header .logo {
    height: 25px;
	width: 25px;
	position: relative; 
	top: -3px;
}

.header .navbar-brand a {
	font-size: 18px;
	font-weight: bolder;
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	letter-spacing: 2px;
        color: white;
}

#list a,#list a:focus,#list a:hover {
	color: #000
}

li:hover a {
	color: orangered !important;
}

#list colgroup {
	display: none
}

#list .filename {
	word-break: break-all;
	white-space: normal
}

.table-sm td, .table-sm th {
    padding: .4rem;
}
