/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* Headings */

h1 {
    color: #101A24;
    font-size: 40px;
    line-height: 1.1em !important;
    text-transform: none;
    font-family: "Roboto", Sans-serif;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
}

h2 {
    color: #101A24;
    font-size: 32px;
    line-height: 1.3em !important;
    text-transform: none;
    font-family: "Roboto", Sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
}

h3 {
    color: #101A24;
    font-size: 24px;
    line-height: 1.3em !important;
    text-transform: none;
    font-family: "Roboto", Sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
}

h4 {
    color: #101A24;
    font-size: 24px;
    line-height: 30px;
    text-transform: none;
    font-family: "Bebas Neue", Sans-serif;
    font-style: normal;
    font-weight: 400;
	letter-spacing: 0;
	margin-bottom: 0px;
}

h5 {
    color: #101A24;
    font-size: 18px;
    line-height: 28px;
    text-transform: none;
    font-family: "Roboto", Sans-serif;
    font-style: normal;
    font-weight: 500;
	letter-spacing: 0;
	margin-bottom: 0px;
	margin-top: 0px;
}

h6 {
    color: #101A24;
    font-size: 14px;
    line-height: 23px;
    text-transform: none;
    font-family: "Roboto", Sans-serif;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
}


/* Typography */

p, th, td {
    color: #101A24;
    font-size: 16px;
    line-height: 28px;
    text-transform: none;
    font-family: "Roboto", Sans-serif;
    margin-bottom: 28px;
}

th {
    background: #101A24;
    border-bottom: 0px;
}

th a {
    color: #ffffff;
    text-decoration: none !important;
}

th a:hover {
    color: #9C0005;
	text-decoration: underline;
}

a {
    color: #e70007;
	text-decoration: none;
}

a:hover {
    color:#9C0005;
    text-decoration: underline;
}

td:first-child{
    padding-left:12px;   
}

th:first-child{
    padding-left:12px;   
}

tr:nth-child(2n) {
    background: #E9EEF0;
}

#list {
    border: none;
    width: 100%;
}


/* Layout */

html {
    max-width: 750px;
    align-items: flex-end;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 12px;
}

/* Footer */

img {
    margin-top: 24px;
    margin-bottom: 18px;
    max-width: 200px;
}