@font-face {
	font-family: 'GolosUIWebBold';
	src:
		url('../fonts/Golos-UI_Bold.woff2') format('woff2'),
		url('../fonts/Golos-UI_Bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GolosUIWebRegular';
	src:
		url('../fonts/Golos-UI_Regular.woff2') format('woff2'),
		url('../fonts/Golos-UI_Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

html {
    background-color: rgb(0, 0, 0);
}

body {
    margin: 0;
}

a {
	text-decoration: none;
    color: #ffffff;

    cursor: pointer;
}

a:visited {
	text-decoration: none;
    /* color: #ffffff; */
}

a:active {
	text-decoration: none;
    /* color: #ffffff; */
}

a:hover {
    text-decoration: none;
    /* color: #ffffff; */
    opacity: .7;
}

.table-container {
    width: auto;
}

.table {
    width: 100%;
    color: #ffffff;
    border-collapse: collapse;
    /* border-collapse: separate; */
    border-spacing: 5px 0;
}

/* thead {
    border-bottom: 2px solid;
    border-color: #ffffff;
} */

table thead tr {
    color: #ffffff;
    font-family: GolosUIWebBold;
    font-weight: bold; 
    /* background: #00bf80; */
}
table thead tr td {
    border-bottom: 2px solid #ffffff;
    font-weight: bold;
    font-size: 18px;

    height: 40px;
}

table tbody tr td {
    border-bottom: 1px solid #ffffff62;

    font-family: GolosUIWebRegular;
    font-size: 14px;
    
    height: 40px;
}

td {
    padding: 5px 0;
}

td.center {
    text-align: center;
}

td.right {
    text-align: right;
}

td.left {
    padding-left: 15px;
}

.td-header {
    color: #c71515;
}

a:visited a:hover td-header {
    color: #c71515;
}

.page-title {
    color: #ffffff;
    font-family: GolosUIWebRegular;
    font-size: 40px;
    margin: 5px;
}

.index-label {
    color: #ffffff;
    font-family: GolosUIWebRegular;
    font-size: 24px;
    margin: 5px;
}

.directory-preview {
    width: 32px;
    height: 32px;
}

.info-container {
    display: flex;
    justify-content: center;
}

.info-body {
    color: #ffffff;
}

a.info-md-link {
    text-decoration: underline;
}
