/* roboto-regular - latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin_latin-ext-regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/roboto-v30-latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v30-latin_latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v30-latin_latin-ext-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v30-latin_latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v30-latin_latin-ext-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin_latin-ext-700.eot'); /* IE9 Compat Modes */
    src: url('../fonts/roboto-v30-latin_latin-ext-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v30-latin_latin-ext-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v30-latin_latin-ext-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v30-latin_latin-ext-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v30-latin_latin-ext-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-900 - latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/roboto-v30-latin_latin-ext-900.eot'); /* IE9 Compat Modes */
    src: url('../fonts/roboto-v30-latin_latin-ext-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v30-latin_latin-ext-900.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v30-latin_latin-ext-900.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v30-latin_latin-ext-900.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v30-latin_latin-ext-900.svg#Roboto') format('svg'); /* Legacy iOS */
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1; /* Or flex-grow: 1;*/
}

.content_list {
    border-bottom: solid 1px #333333e6;
}
.content_list table {
    border-collapse: collapse;

}
.content_list tr { border: none; }

.content_list th:nth-of-type(1){
    border-left: solid 1px #333333e6;
}
.content_list th {
    border-top: solid 1px #333333e6;

    border-right: solid 1px #333333e6;
}

.content_list td:nth-of-type(1){
    border-left: solid 1px #333333e6;
}
.content_list td {
    border-right: solid 1px #333333e6;
}

