@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");


#Main {
	max-width: 100%;
	padding: 0;
	padding-top: 1em !important;
}

body,
input {
	font-size: 18px;
	font-family: "Open Sans", sans-serif;
	color: #0D131D;
	background: #FFFFFF;
}

button {
	font-family: "Open Sans", sans-serif;
}

.Tabs-Tab {
	font-size: 18px;
}


.SortingContainer-NoChange-NewsColumn a,
.SortingContainer-NoChange-NewsColumn a:link,
.SortingContainer-NoChange-NewsColumn a:visited,
.PressRelease-NewsTitle,
a,
a:link,
a:visited,
#YearPeriodsContainer a {
	color: #0D131D;

	font-weight: normal;
	text-decoration: none;
	font-style: none;
}

.SortingContainer-NoChange-NewsColumn a:hover,
.SortingContainer-NoChange-NewsColumn a:active,
a:hover,
.PressRelease-NewsTitle:hover,
#YearPeriodsContainer a:hover {
	color: #DA291C;

	font-weight: none;
	text-decoration: underline;
	font-style: none;
}

#MainHeading {
	line-height: normal;
	margin: 0px;
	padding: 0px;
	font-size: 1.25em !important;
	font-weight: bold;
	padding-top: 1.0em;
	padding-bottom: 1.0em;
	color: #0D131D !important;
}

#DateAvailableFrom {
	border-left: 0px;
	border-right: 0px;
	text-align: left;
	font-size: 1.1em;
	font-weight: normal;
	padding-top: 0em;
	padding-bottom: 0.6em;
}

#Periods {
	margin-top: 0.6em;
}

.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
#SearchBox,
#FromCalendarInput,
#ToCalendarInput {
	height: auto;
	line-height: normal;
	width: 9em;
	background: #fff;
	border: 1px solid #E1E1E1;
	text-transform: capitalize;
	border-radius: 5px;
}

#FromCalendarContrainer,
#ToCalendarContrainer {
	vertical-align: top;
}

.euButton {
	height: auto;
	line-height: normal;
	font-family: inherit;
	font-size: 1em;
	font-weight: bold;
	color: #fff !important;
	text-transform: capitalize;
	padding: 12px 20px;
	border: 0em solid #FBEAE8;
	border-radius: 2em;
	background: #DA291C;
	transition: background 0.5s, color 0.5s, border 0.5s;
	float: none;
	position: relative;
	bottom: 7px;
}

.euButton::after {
	content: "";
	position: relative;
	background-image: url(icons/search-arr.png);
	background-repeat: no-repeat;
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
	margin-left: 20px;
	display: inline-block;
	margin-right: 0px;
	top: 2px;
}

.euButton:hover {
	text-decoration: none;
	background: #A31F15;
	color: #fff;
	border-color: #A31F15;
	cursor: pointer;
}

#SearchButton:hover {
	cursor: pointer;
}

#SearchContainer {
	padding: 0em 0 30px 0;
	clear: both;
}

#YearPeriodsContainer a {
	font-size: 15px;
	font-weight: bold;
}

#SortingContainer {
	margin-top: 1em;
	padding: 0px;
	padding-top: 0em;
	padding-bottom: 0.6em;
	font-size: 1.25em;
	font-weight: bold;
	display: none !important;
}

.Tabs {
	text-align: center;
	border-bottom: 0px;
	font-size: 0px !important;
}

#Tabs {
	position: relative;
	z-index: 0;

	padding-top: 0px;
	padding-bottom: 0px;

	margin-top: 0.6em;
	margin-bottom: 1em;
}

#Tabs:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0em;
	left: 0em;
	width: 100%;
	height: 0em;
	z-index: -1;

	border-bottom: 0em solid #FFFFFF;
}

.Tabs-Tab-Container:link,
.Tabs-Tab-Container.selected:link,
.Tabs-Tab-Container:visited,
.Tabs-Tab-Container.selected:visited,
.Tabs-Tab-Container,
.Tabs-Tab-Container.selected {

	height: auto;
	line-height: normal;
	padding-top: 10px;
	padding-right: 24px;
	padding-bottom: 12px;
	padding-left: 24px;
	margin-top: 0.0em;
	margin-right: 1px;
	margin-bottom: 0.0em;
	margin-left: 1px;
	border-radius: 2em;
	font-family: inherit;
	font-weight: bold;
	font-size: 1.0em;
	text-transform: none;
	color: #DA291C;
	font-style: normal;
	text-decoration: none;
	border-top: 1px solid #DA291C;
	border-right: 1px solid #DA291C;
	border-bottom: 1px solid #DA291C;
	border-left: 1px solid #DA291C;
	background: #fff;
	margin: 2.5px;
	transition: background 0.5s, color 0.5s, border 0.5s;
	-webkit-box-shadow: 0 0 2px #e9e9e9;
	box-shadow: 0 0 2px #e9e9e9;
	position: relative;
	top: 0;
	left: 0em;

}

.Tabs-Tab-Container.selected:link,
.Tabs-Tab-Container.selected:visited,
.Tabs-Tab-Container.selected,
.Tabs-Tab-Container:active {
	background: #DA291C;
	color: #fff;
	border-top: 1px solid #DA291C;
	border-right: 1px solid #DA291C;
	border-bottom: 1px solid #DA291C;
	border-left: 1px solid #DA291C;
	position: relative;
	top: 0px;
	left: 0px;
	border-radius: 2em;
}


.Tabs-Tab-Container:hover {
	background: #A31F15;
	color: #fff;
	border-top: 1px solid #A31F15;
	border-right: 1px solid #A31F15;
	border-bottom: 1px solid #A31F15;
	border-left: 1px solid #A31F15;
	position: relative;
	top: 0px;
	left: 0px;
	border-radius: 2em;
}

.Tabs-Tab-Container.selected:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -0em;

	border-left: 0em solid transparent;
	border-right: 0em solid transparent;
	border-top: 0em solid #00386D;
}

.Tabs-Tab {
	display: inline-block;
	margin: 0px;
}

#Types {
	padding-bottom: 0em;
	padding-top: 0em;
	display: none;
}

div#Types {
	text-align: center;
	margin-top: 2em;
	margin-bottom: 2em;
}

.Type {
	background-color: #fff;
	border-radius: 2em;
	border: 1px solid #DA291C;
	padding: 1em 1em 1em 1em;
	color: #DA291C;
	font-weight: 600;
	text-transform: capitalize;
	font-family: inherit;
	margin: 0.22em;
	transition: background 0.5s, color 0.5s, border 0.5s;
	letter-spacing: 0;
	font-size: 11px;
}

.TypeSelected,
.Type:hover {
	cursor: pointer;

	text-decoration: none;
	background: #A31F15;
	color: #fff;
	border-color: #A31F15;
}

/******************************************************************************** Paging Buttons */

.PagesContainer {
	text-align: center;
}

.Pages-ArrowContainer {
	width: auto;
}

.Pages-Arrow {
	display: inline-block !important;
	opacity: 1 !important;
}

.Pages {
	border-collapse: collapse;
	width: auto;
	margin: 0 auto;
	float: none;
}

.Pages td {
	width: auto;
}

.Pages td {
	padding: 0em;
}

.Pages-PageMarker-Text {
	margin: 0px;
}

.Pages-Arrow,
.Pages-PageMarker {
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	margin: 0.0em;
}

/* .Pages-ArrowContainer:first-child .Pages-Arrow {
	border-top-left-radius: 0.3em;
	border-bottom-left-radius: 0.3em;
}
.Pages-ArrowContainer:last-child .Pages-Arrow {
	border-top-right-radius: 0.3em;
	border-bottom-right-radius: 0.3em;
} */

.Pages-Arrow,
.Pages-Arrow:link,
.Pages-Arrow:active,
.Pages-PageMarker,
.Pages-PageMarker:link,
.Pages-PageMarker:visited {

	display: inline-block;

	background-color: transparent;
	color: #0D131D;
	border: 0em solid #8C189B;

	/*! padding: 1em 0em; */

	font-family: inherit;
	font-size: 1.0em;
	text-decoration: initial;
	font-weight: normal;

	border-radius: 0.0em 0.0em 0.0em 0.0em;

	transition: background 0.5s, color 0.5s, border 0.5s;
	margin: 0.5em;

	font-family: inherit;
	font-size: 1.0em;
	border: 0px solid #373A36;
	border-radius: 30%;
	padding: 5px 12px;
	margin: 2px 4px;
	background: #FFFFFF;
	color: #0D131D;
	font-weight: normal;
	text-decoration: initial;
	transition: background 0.5s, color 0.5s, border 0.5s;
}



.Pages-Arrow:active,
.Pages-PageMarker:active {
	font-weight: normal;
	background: #DA291C;
	text-decoration: initial;
	color: #fff;
	border: 0px solid #878986;
	text-decoration: none;
	border-radius: 30%;
}

.Pages-SelectedPageMarker,
.Pages-SelectedPageMarker:hover,
.Pages-SelectedPageMarker:active {
	font-weight: normal;
	background: #DA291C;
	text-decoration: initial;
	color: #fff;
	border: 0px solid #878986;
	text-decoration: none;
	border-radius: 30%;
}

/* a.Pages-Arrow:hover::before {
	text-decoration: 1px underline;
} */

/*''''''''''''''''''''''''''''''''''''''''''''' PRESS RELEASE CONTENT''''''''''''''''''''''''''''''''''''''''''''*/

#SortReleaseArrow {
	display: none;
}

.ArrowContainer {
	display: inline-block;
	position: relative;
	top: 0px;
	left: 0px;
}

.ArrowContainer:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	right: -1em;
	margin-top: -0.6em;
	border-left: 0.4em solid transparent;
	border-right: 0.4em solid transparent;
	border-top: 0.0em solid #0D131D;
	border-bottom: 0.0em solid #0D131D;
}

.ArrowContainer_DSEC:after {
	border-top-width: 0.6em;
}

.ArrowContainer_ASC:after {
	border-bottom-width: 0.6em;
}

.SortingContainer-NoChange-NewsColumn a:link .ArrowContainer:after,
.SortingContainer-NoChange-NewsColumn a:visited .ArrowContainer:after {
	border-top-color: #0D131D;
	border-bottom-color: #0D131D;
}

.SortingContainer-NoChange-NewsColumn a:active .ArrowContainer:after,
.SortingContainer-NoChange-NewsColumn a:hover .ArrowContainer:after {
	border-top-color: #003776;
	border-bottom-color: #003776;
}

.PressRelease-SingleLine-DateContainer {
	float: left;
}

.PressRelease-SingleLine-TypeContainer {

	float: right;

	border: 0em solid #E1E1E1;
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	background-color: #f6f6f6;
	padding: 0.5em 0.5em 0.5em 0.5em;

}

.PressRelease-SingleLine-TitleContainer {
	clear: left;
	float: left;
}

.PressRelease-SingleLine-AttachmentsContainer {
	float: right;
	clear: left;
}

/* .PressRelease-SingleLine-DataRow {
	padding-top: 0px;
} */

.PressReleaseOdd {
	background-color: transparent;
}

.PressReleaseEven {
	background-color: transparent
}

.PressRelease {
	border-bottom: 1px solid #E1E1E1;
	padding: 0.5em 0.5em 0.5em 0em;

	border-right: 0em solid #E1E1E1;
	border-left: 0em solid #E1E1E1;
}

#PressRelease_0 {
	border-top: 0em solid #E1E1E1;
}

.PressRelease:last-child {
	border-bottom: 0em solid #E1E1E1;
}

.PressRelease-NewsTitle,
.PressRelease-NewsTitle:link,
.PressRelease-NewsTitle:visited {
	font-family: inherit;
	font-size: 1.0em;

	font-weight: normal;
	font-style: normal;
	text-decoration: initial;
	color: #DA291C;
	width: 70%;
}

.PressRelease-NewsTitle:hover,
.PressRelease-NewsTitle:active {
	font-weight: normal;
	font-style: normal;
	text-decoration: initial;
	color: #0D131D;
}

.PressRelease-NewsType {
	font-weight: bold;
	text-transform: none;
	font-style: normal;
	font-family: "Open Sans", sans-serif;
	font-size: 1.0em;
	color: #0D131D;
}

.PressRelease-NewsDate {
	margin-right: 0.5em;

	font-family: inherit;
	font-size: 1.0em;
	color: #0D131D;
	font-weight: bold;
	text-transform: none;
	font-style: normal;
}

#PagesContainer {
	text-align: center;
	padding: 1em 0;
}

#SuppliedBy {
	text-align: right;
	padding-top: 2em;
	padding-bottom: 2em;
}

h1#MainHeading {
	display: none;
}

div#SuppliedBy {
	font-size: 13px;
}

input#SearchBox {
	position: relative;
	bottom: 3px;
}

.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
.InputBox {
	padding: 10px 5px;
}

a.Periods-YearPeriod.Periods-YearPeriodSelected {
	color: #DA291C !important;
	border-radius: 0;
	border-bottom: 5px solid;
	padding: 10px 0px;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton {
	zoom: 1.0;
	width: 100%;
	padding: 5px 0px;
	border: 1px solid #fbe9e7;
	background: #fbe9e7;
	text-transform: capitalize;
	text-align: center;
	font-size: 13px;
	border-radius: 2em;
	letter-spacing: .165em;
	line-height: 15px;
	font-weight: bold;
	color: #6D150E;
	text-shadow: none;
	transition: background 1.0s, border 1.0s;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton:hover {
	background: #f6c9c6;
	color: #6D150E;
	border-color: #f6c9c6;
}

div#SeparateNews-Body {
	padding-top: 85px;
	/* background-image: url(RioLogo.svg); */
	background-size: auto 45px;
	background-repeat: no-repeat;
	background-position-x: 10px;
}

button#SearchButton {
	position: relative;
	bottom: 3px;
}


.EurolandTools-CommonObjects-Calendar-Month-DayName {
	text-shadow: 0 0 #0d131d;
	color: #0D131D;
	font-weight: bold;
	height: 1em;
	line-height: 1em;
	font-size: 90%;
	padding: 2px 3px;
	margin: 1px;
}

.EurolandTools-CommonObjects-Calendar-Navigator-Button {
	text-shadow: 0 0 #0d131d;
	color: #0D131D;
	font-size: 18px;
	/* font-weight: 600 !important; */
}

.EurolandTools-CommonObjects-Calendar-Month-DayName-Weekend {
	color: #c22 !important;
}

table.EurolandTools-CommonObjects-Calendar-Month-Table tr th:nth-child(6) {
	color: #c22 !important;
}

table.EurolandTools-CommonObjects-Calendar-Month-Table tr th:nth-child(7) {
	color: #c22 !important;
}

.EurolandTools-CommonObjects-Calendar-Month-Today .EurolandTools-CommonObjects-Calendar-Button-VisualButton {
	border-color: #0D131D;
	background: #0D131D;
	color: #fff;
	text-shadow: 0 0 #0d131d;
	border-radius: 50%;
	padding: 2px 3px;
	margin: 1px;
}

.EurolandTools-CommonObjects-Calendar-Month-Weekend {
	color: #c22 !important;
}

table.EurolandTools-CommonObjects-Calendar-Month-Table tr td:nth-child(6) {
	color: #c22 !important
}

table.EurolandTools-CommonObjects-Calendar-Month-Table tr td:nth-child(7) {
	color: #c22 !important;
}

.EurolandTools-CommonObjects-Calendar-Month-DayButton:hover {
	background-color: #0D131D;
	color: #fff !important;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: none;
	padding: 2px 3px;
	margin: 1px;
}

.PressRelease-SingleLine-DateContainer {
	float: none;
}

.PressRelease-SingleLine-TitleContainer {
	clear: left;
	float: none;
}

.PressRelease {
	margin: 1em 0em;
	background-color: #fff;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 0 rgb(0 0 0 / 12%), 0 2px 2px 0 rgb(0 0 0 / 12%);
	box-shadow: 0 0 2px 0 rgb(0 0 0 / 12%), 0 2px 2px 0 rgb(0 0 0 / 12%);
	padding: 0;
	position: relative !important;
	top: 0;
	left: 0;
}

.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TypeContainer {
	float: none;
	text-transform: capitalize;
	/* letter-spacing: .165em; */
	color: #8c189b;
	font-size: 13px;
	padding: 0;
	background: transparent;
}

.PressRelease-NewsType {
	/* text-transform: capitalize; */
	/* letter-spacing: .165em; */
	color: #0D131D;
	font-size: 13px;
}

.PressRelease-NewsDate {
	font-size: 11px;
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	line-height: 1.5;
	text-transform: capitalize;
	/* letter-spacing: .165em; */
	color: #706f6f;
	margin-right: 0;
}

.PressRelease-NewsTitle {
	font-size: 18px !important;
	font-weight: bold !important;
	line-height: 1.3;
}

.PressRelease-Change,
.PressRelease-NewsColumn {
	padding-top: 0px;
}

.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TypeContainer {
	position: absolute;
	top: 30px;
	left: 40px;
}

.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-DateContainer {
	position: absolute;
	top: 24px;
	right: 42px;
}

.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
	display: block;
}

.SeparateNews-Footer-Container {

	font-size: 12px;
}

.PressRelease-NewsTitle {
	display: block;
	padding-top: 60px;
	padding-left: 40px;
}

.EurolandTools-CommonObjects-Calendar-Month-Day {

	text-shadow: none;

}

div#SeparateNews-Disclaimer h1 {
	font-family: "Open Sans", sans-serif;
	text-transform: capitalize;
	letter-spacing: .165em;
	color: #8c189b;
	font-size: 16px;
}

.Pages tbody tr td a {
	position: relative;
}

.Pages tbody tr td:first-child a,
.Pages tbody tr td:last-child a {
	color: transparent;
}

.Pages tbody tr td:first-child a.Pages-Arrow:before {
	content: url(icons/pagination-left.png);
	font-size: 1.0em;
	position: absolute;
	color: #0D131D;
	/* width: 28px; */
	/* right: 350%; */
	top: -1px;
	padding: 5px 12px;
	border: 0px solid #373A36;
	border-radius: 50px;
}

.Pages tbody tr td:last-child a.Pages-Arrow:before {
	content: url(icons/pagination-right.png);
	font-size: 1.0em;
	position: absolute;
	color: #0D131D;
	/* width: 80px;
	left: 350%; */
	top: -1px;
	left: 0;
	padding: 5px 12px;
	border: 0px solid #373A36;
	border-radius: 50px;
}

.Pages tbody tr td:first-child a:hover.Pages-Arrow:before,
.Pages tbody tr td:last-child a:hover.Pages-Arrow:before {
	color: #FFF;
}

/* CUSTOM */

a.Periods-YearPeriod {
	margin: 4px 10px;
}

a.Periods-YearPeriod:hover {
	color: #DA291C !important;
	border-radius: 0;
	border-bottom: 5px solid;
	padding: 10px 0px;
}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CurrentButton:hover,
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-Button:hover,
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-PeriodButton:hover {
	color: #FFFFFF;
	background: #0D131D;
	border: 1px solid #0D131D;
}

.EurolandTools-CommonObjects-Calendar-Month-DayButton {
	border-radius: 0px;
	padding: 2px 3px;
	margin: 1px;
	transition: none;
	box-shadow: none;
}

a.Pages-Arrow:hover::before {
	color: #0D131D !important;
}

/* @media (max-width: 560px) {
	.Pages tbody tr td:first-child a.Pages-Arrow:before {
		right: 150%;
	}

	.Pages tbody tr td:last-child a.Pages-Arrow:before {
		left: 150%;
	}
} */

@media screen and (max-width: 527px) {
	button#SearchButton {
		display: block;
		margin: 5px 0;
	}
}

@media (max-width:480px) {
	body {
		margin: 0 20px;
	}

	.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TypeContainer,
	.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-DateContainer {
		display: block;
	}

	.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TypeContainer {
		padding-top: 25px;
	}

	.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
		padding-top: 20px;
	}

	.Pages-Arrow,
	.Pages-Arrow:link,
	.Pages-Arrow:active,
	.Pages-PageMarker,
	.Pages-PageMarker:link,
	.Pages-PageMarker:visited {
		padding: 3px 6px;
		margin: 2px 0px;
	}
}

@media (max-width: 465px) {
	.EurolandTools-CommonObjects-Calendar-SelectionIndicator {
		margin-bottom: 5px;
	}
}

/* @media (max-width: 395px) {
	.Pages tbody tr td:first-child a.Pages-Arrow:before {
		right: 80%;
	}

	.Pages tbody tr td:last-child a.Pages-Arrow:before {
		left: 80%;
	}
}

@media (max-width: 355px) {
	.Pages tbody tr td:first-child a.Pages-Arrow:before {
		right: 40%;
	}

	.Pages tbody tr td:last-child a.Pages-Arrow:before {
		left: 40%;
	}
} */

/* changes */
.NewsColumn-Container .PressRelease-Attachment {
	float: left !important;
	padding-right: 5px;
	padding-top: 0px;
	position: relative;
	top: -28px;
	left: -34px;
}

a.Pages-Arrow {
	border: transparent;
}

footer {
	clear: both;
	text-align: right;
	/* max-width: 1200px;
	margin: 0px auto; */
}

div#SuppliedBy,
.Disclaimer {
	display: inline-block;
}

.Disclaimer::before {
	content: "|";
	padding: 0px 2px;
}

.EurolandTools-CommonObjects-Calendar-CalendarIcon {
	width: 22px;
	height: 22px;
	background-image: url(icons/calendar_icon.svg);
	background-size: 22px 22px;
	background-repeat: no-repeat;
	top: 8px;
	position: relative;
}

#liInsidersInfo,
#liInsiders {
	display: none !important;
}

.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-PdfContainer a:before {
	content: "";
	width: 22px;
	height: 22px;
	background: url(icons/pdf.svg);
	background-size: 22px 22px;
	background-repeat: no-repeat;
	position: relative;
	display: inline-block;
	top: -32px;
	right: 14px;
}

.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-PdfContainer a img {
	visibility: hidden;
}

.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-PdfContainer {
	float: right;
}

#YearPeriodsContainer {
	position: relative;
}

#YearPeriodsContainer::after {
	content: "";
	position: absolute;
	bottom: -11px;
	left: auto;
	right: 0;
	width: calc(5 * 61px);
	height: 1px;
	background-color: #cdcecd;
	z-index: -1;
}

@media (max-width:480px) {
	#YearPeriodsContainer::after {
		bottom: -7px;
	}

	#YearPeriodsContainer {
		position: relative;
		line-height: 2;
	}

	div#TotalContainer {
		padding-top: 10px;
	}
}

div#SeparateNews-Body {
	width: 100%;
	background: url("icons/logo.jpg") no-repeat 10px 0px;
	background-size: 140px auto;
	left: 10px;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButtonContainer {
	padding: 10px 90px;
}

td#YearPeriodsContainer a:hover {
	text-decoration: none;
}

body:has(a[href*="v=sgx"]) #YearPeriodsContainer::after {
	width: calc(6 * 59px);
}

@media (max-width: 460px) {

	a.Periods-YearPeriod {
		margin: 4px 0px;
	}

	.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-DateContainer {
		position: absolute;
		top: 24px;
		left: 40px;
	}

	body:has(a[href*="v=sgx"]) #YearPeriodsContainer::after {
		width: calc(4 * 55px);
	}

	#YearPeriodsContainer::after {
		width: calc(3 * 61px);
	}
}

@media (max-width:340px) {
	#YearPeriodsContainer a {
		font-size: 13px;
	}

	#CurrentPeriodContainer {
		font-size: 18px;
	}

	body:has(a[href*="v=sgx"]) #YearPeriodsContainer::after {
		width: calc(4 * 52px);
	}
}