.main {
	padding-top: 25px !important;
}
.header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.2);
}
td, .col-name, .col-size {
	text-align: left !important;
}
.headerLogo {
    background-image: url(https://dist.creeper.host/cdn/panel/images/logo.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 90px;
}
.visible-xs {
	display: none;
}
.navItem {
    line-height: 120px;
    font-size: 1.2rem;
    text-decoration: none;
    color: white;
}
body > div.header > div > div > div > a {
	color: silver;
	text-decoration: none;
}
body > div.header > div > div > div > a:hover {
	color: white;
}
.navItemSingle {
    line-height: inherit !important; //80px !important;
    padding-top: inherit !important;
}
