.main-grid {
    margin-top: 8%;
    display: grid;
    grid-template-columns: 0.7% 20% 0.7% 78.6%;
    grid-template-rows: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 55%;
    height: 100%;
}

.cookies-main {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    align-content: center;
    align-items: center;
}

.seperation {
    background-color: #186ea7;
    width: 100%;
    height: 25%;
}

.seperation2 {
    background-color: #186ea7;
    width: 100%;
    height: 1.3%;
    margin-right:2vh
}


.main-grid-list {
    width: 100%;
    font-size: 2.5vh;
    color: #bebebe;
    padding-left: 1vh;
}

.main-grid-content {
    width: 100%;
    font-size: 4vh;
    height: 100%;
    padding-left: 4.5vh;
}

h1 {
    margin: 0px;
    font-size: 4vh
}

.last-updated {
    font-size: 1.6vh;
    color: #878787;
    margin-bottom: 7vh;
}

h2 {
    padding-top: 0px;
    margin: 0px;
    font-size: 2.3vh
}

p {
    font-size: 2vh;
    color: #c4c4c4;
    line-height: 1.6;
}

header {
    position: fixed;
}

::-webkit-scrollbar {
	width: 1vh;
	height: 0.926vh;
}

::-webkit-scrollbar-track {
	opacity: 0;
}

::-webkit-scrollbar-button {
	border-radius: 5px;
}

::-webkit-scrollbar-thumb {
	background: #35343d;

}

::-webkit-scrollbar-thumb:hover {
	background: #43414d;
}

a {
    color: #dfdfdf;
}

a:hover {
    color: #dfdfdf;
}

.logo-text {
    color: white;
}

.allaboutcookies {
    text-decoration: underline;
    color: #c4c4c4;
}

.allaboutcookies:hover {
    color: #186ea7;
}

.legal-page article .table-container {
    margin: 3.704vh -1.852vh;
}

.table-container.small-table {
    overflow-y: unset;
}

.legal-page article .table-container table {
    width: 100%;
}

table {
    display: table;
    box-sizing: border-box;
    text-indent: initial;
    line-height: normal;
    font-weight: normal;
    font-size: medium;
    font-style: normal;
    color: -internal-quirk-inherit;
    text-align: start;
    border-spacing: 0.185vh;
    border-color: gray;
    white-space: normal;
    font-variant: normal;
    background-color: #101010;
    border-collapse: collapse;
}

thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.legal-page article .table-container table th {
    font-size: 1.204vh;
    padding: 0.556vh;
}

table th:not(:last-child) {
    border-right-color: #404040;
}

table th {
    background-color: #202020;
    text-align: left;
    border: 0.093vh solid #303030;
    padding: 0.926vh 10.556vh 0.926vh 0.926vh;
    font-size: 1.389vh;
    line-height: 144%;
    white-space: nowrap;
    color: #f2f2f2;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
    border: 0.093vh solid #303030;
}

.legal-page article .table-container table td, .legal-page article .table-container table th {
    font-size: 1.204vh;
    padding: 0.556vh;
    border: 0.093vh solid #303030;
}

td {
    padding: 1.1vh;
    border-spacing: 0.185vh;
    font-size: 1.2vh;
    border: 0.093vh solid #303030;
}

.ti-square-rotated {
    color: #186ea7;
}

h3 {
    padding-top: 0px;
    margin: 0px;
    padding-bottom: 10vh;
}