@font-face {
	font-family: "SourceHanSansSC";
	src: url("./fonts/SourceHanSansSC-Regular.otf") format("OpenType");
	font-weight: normal;
	font-style: normal;
  }

#Main {
	max-width: 1500px;
	padding: 0;
}

body,
input {
	font-size: 16px;
	font-family: "SourceHanSansSC";
	color: #333333;
}

button {
	font-family: "SourceHanSansSC";
}

.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 {
	color: #333333;

	font-weight: normal;
	text-decoration: none;
	font-style: none;
}

.SortingContainer-NoChange-NewsColumn a:hover,
.SortingContainer-NoChange-NewsColumn a:active,
a:hover,
.PressRelease-NewsTitle:hover {
	color: #15499A;
	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: #333333 !important;
	display: none !important;
}

#DateAvailableFrom {
	border-left: 0px;
	border-right: 0px;
	text-align: left;
	font-size: 16px !important;
	font-weight: normal;
	padding-top: 0em;
	padding-bottom: 0.6em;
}

#Periods {
	margin-top: 0.6em;
}

.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
#SearchBox,
#FromCalendarInput,
#ToCalendarInput {
	height: 22px;
	line-height: normal;
	width: 170px;
	border: 0.08em solid #D9D9D9;
	border-radius: 4px;
	color: #333333 !important;
	padding: 9px 5px 9px 10px !important;
	margin: 5px !important;
	margin-left: 0px !important;
}

#FromCalendarContrainer,
#ToCalendarContrainer {
	vertical-align: top;
}

.euButton {
	height: 42px;
	line-height: 18px;
	font-family: inherit;
	font-size: 16px;
	font-weight: normal;
	color: #15499A !important;
	text-transform: none;
	padding: 10px;
	border: 1px solid #15499A;
	border-radius: 4px;
	background: #FFFFFF;
	color: #15499A !important;
	transition: background 0.5s, color 0.5s, border 0.5s;
	float: none;
	width: 134px;
}

.euButton:hover {
	background: #15499A;
	color: #FFFFFF !important;
	border-color: #15499A;

	cursor: pointer;
}

#SearchButton:hover {
	cursor: pointer;
}

#SearchContainer {
	padding: 0em 0 1em 0;
	clear: both;
}

#YearPeriodsContainer a {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin: 0px 5px;
}

#SortingContainer {
	background: #F6F6F6;
}

.HeadingColomn {
	padding: 28px 39px 28px 39px;
	font-weight: bold;
	color: #15499A;
	text-align: left;
	font-size: 16px;
	height: 30px;
	line-height: 26px;
}

.Tabs {
	text-align: right;
	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: 30px;
}

#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: 30px;
	line-height: normal;
	padding: 0px 8px 6px 8px !important;
	margin: 5px;
	font-family: inherit;
	font-weight: 400;
	font-size: 18px;
	text-transform: none;
	color: #333333;
	font-style: normal;
	text-decoration: none;
	border: 0px solid #15499A;
	background: #FFFFFF;
	position: relative;
	top: 0;
	left: 0em;
	width: 100px;
	text-align: center;
}

.Tabs-Tab-Container.selected:link,
.Tabs-Tab-Container.selected:visited,
.Tabs-Tab-Container.selected,
.Tabs-Tab-Container:hover,
.Tabs-Tab-Container:active {
	background: #ffffff;
	color: #15499A;
	border-bottom: 3px solid #15499A !important;
	position: relative;
	top: 0px;
	left: 0px;
}

.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 #15499A;
}

.Tabs-Tab {
	display: inline-block;
	margin: 0px;
}

#Types {
	padding-bottom: 0em;
	padding-top: 0em;
	display: none;
}

.Type {
	background-color: #FFFFFF;
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	border: 1px solid #15499A;
	padding: 10px;
	color: #15499A;
	font-weight: normal;
	text-transform: none;
	font-family: inherit;
	font-size: 13px;
	margin: 5px;
	transition: background 0.5s, color 0.5s, border 0.5s;
}

.TypeSelected,
.Type:hover {
	cursor: pointer;

	background-color: #15499A;
	color: #FFFFFF;
	border-color: #15499A;
}

/******************************************************************************** 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: #FFFFFF;
	color: #645953;
	border: 1px solid #DFDFDF;
	padding: 10px;
	font-family: inherit;
	font-size: 14px;
	text-decoration: initial;
	font-weight: normal;
	border-radius: 4px;
	transition: background 0.5s, color 0.5s, border 0.5s;
	margin: 11px;
	width: 20px;
	height: 20px;
	line-height: 18px;
}

.Pages-Arrow:hover,
.Pages-Arrow:active,
.Pages-PageMarker:hover,
.Pages-PageMarker:active {
	background-color: #15499A;
	color: #FFFFFF;
	border-color: #15499A;
	text-decoration: initial;
	font-weight: normal;
}

.Pages-SelectedPageMarker,
.Pages-SelectedPageMarker:hover,
.Pages-SelectedPageMarker:active {
	background-color: #15499A;
	color: #FFFFFF;
	border-color: #15499A;

	text-decoration: initial;
	font-weight: normal;
}

/*''''''''''''''''''''''''''''''''''''''''''''' 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 #333333;
	border-bottom: 0.0em solid #333333;
}

.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: #333333;
	border-bottom-color: #333333;
}

.SortingContainer-NoChange-NewsColumn a:active .ArrowContainer:after,
.SortingContainer-NoChange-NewsColumn a:hover .ArrowContainer:after {
	border-top-color: #333333;
	border-bottom-color: #333333;
}

/* .PressRelease-SingleLine-DateContainer {
	float: left;
} */
.PressRelease-SingleLine-TypeContainer {
	float: none;
	border: 0em solid #2D2D2D;
	color: #333333;
}

.PressRelease-SingleLine-TitleContainer {
	clear: left;
	float: none;
}

.PressRelease-SingleLine-AttachmentsContainer {
	float: none;
	clear: left;
}

.PressRelease-SingleLine-DataRow {
	padding-top: 0px;
}

.PressReleaseOdd {
	background-color: #ffffff;
}

.PressReleaseEven {
	background-color: #F6F6F6
}

.PressRelease {
	border: 0em solid #2D2D2D;
	padding: 28px 39px 28px 39px;
	border: 0em solid #2D2D2D;
	height: auto !important;
}

#PressRelease_0 {
	border-top: 0em solid #2D2D2D;
}

.PressRelease:last-child {
	border-bottom: 0em solid #2D2D2D;
}

.PressRelease-NewsTitle,
.PressRelease-NewsTitle:link,
.PressRelease-NewsTitle:visited {
	font-family: inherit;
	font-size: 16px !important;
	font-weight: normal;
	font-style: normal;
	text-decoration: initial;
	color: #333333;
}

.PressRelease-NewsTitle:hover,
.PressRelease-NewsTitle:active {
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	color: #15499A;
}

.PressRelease-NewsType {
	font-weight: normal;
	text-transform: none;
	font-style: normal;
	font-family: inherit;
	color: #333333;
	font-size: 16px !important;
}

.PressRelease-NewsDate {
	margin-right: 0.5em;
	font-size: 16px !important;
	font-family: inherit;
	color: #333333;
	font-weight: normal;
	text-transform: none;
	font-style: normal;
}

#PagesContainer {
	text-align: center;
	padding: 1em 0;
}

#SuppliedBy {
	text-align: right;
	padding-top: 2em;
	font-size: 14px;
}

/***********************Custom Phrases**************/
#InsiderInfoSelector {
	display: none !important;
}

#CurrentPeriodContainer {
	font-size: 16px !important;
	font-weight: 500 !important;
	display: none !important;
}

.EurolandTools-CommonObjects-Calendar-CalendarIcon {
	background: url(Calendar.png);
	background-size: 29px;
	height: 29px;
	width: 29px;
	margin: -3px 8px;
	position: relative;
}

.Periods-YearPeriod.Periods-YearPeriodSelected,
#YearPeriodsContainer a:hover {
	color: #15499A !important;
	text-decoration: none;
}

/* .Tabs-Tab.All,
#AllSelector {
	border-radius: 4px 0px 0px 4px;
}

#ByTypeSelector {
	border-radius: 0px 4px 4px 0px;
} */

.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-DateContainer {
	width: 145px;
}

.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
	width: 59%;
	margin: 9px;
	margin-right: 46px;
	margin-right: 8px;
}
.zh-CN .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer,
.zh-TW .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
  width: 59.8%;
}
.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TypeContainer {
	width: 22%;
}
.zh-CN .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TypeContainer,
.zh-TW .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TypeContainer {
  width: 24%;
}
.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-AttachmentsContainer {
	width: 3%;
}

.HeadingColomnContainer,
.PressRelease-SingleLine-DataRow .PressRelease-SingleLine-DataColumn {
	vertical-align: middle !important;
}

.EurolandTools-CommonObjects-Calendar-Navigator-Button:hover {
	border: 1px solid #15499A;
	background: #15499A;
	color: #FFFFFF !important;
}

.EurolandTools-CommonObjects-Calendar-Navigator-Button {
	color: #333;
	text-shadow: none !important;
	transition: none;
	font-weight: normal;
}

.EurolandTools-CommonObjects-Calendar-Month-DayName {
	color: #333333 !important;
	text-shadow: none !important;
}

.EurolandTools-CommonObjects-Calendar-Month-Day {
	text-shadow: none !important;
	font-size: 14px !important;
	color: #333 !important;
}

.EurolandTools-CommonObjects-Calendar-Month-DayButton:hover,
.EurolandTools-CommonObjects-Calendar-Month-Today .EurolandTools-CommonObjects-Calendar-Button-VisualButton {
	background: #15499A !important;
	color: #fff !important;
	cursor: pointer;
	border-color: #15499A !important;
}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton,
.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton {
	background: #15499A !important;
	color: #fff !important;
	border: 1px solid #15499A !important;
	font-weight: normal;
}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton:hover,
.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton:hover {
	background: #FFFFFF !important;
	color: #15499A !important;
}

.PressRelease-Attachment div {
	width: 40px !important;
	height: 40px !important;
}

.PressRelease-Attachment div a img {
	width: 32px !important;
	height: 32px !important;
}

.NewsColumn-Container .PressRelease-Attachment {
	padding-right: 0px !important;
}

.HeadingColomnContainer.HeadingColomnContainer-Date {
	width: 10%;
}

.HeadingColomnContainer.HeadingColomnContainer-Title {
	width: 56%;
}
.zh-CN .HeadingColomnContainer.HeadingColomnContainer-Title,
.zh-TW .HeadingColomnContainer.HeadingColomnContainer-Title {
  width: 57%;
}
.HeadingColomnContainer.HeadingColomnContainer-Type {
	width: 20%;
}

.zh-CN .HeadingColomnContainer.HeadingColomnContainer-Type,
.zh-TW .HeadingColomnContainer.HeadingColomnContainer-Type {
	width: 11%;
}

.zh-CN .HeadingColomnContainer.HeadingColomnContainer-Attachments .HeadingColomn,
.zh-TW .HeadingColomnContainer.HeadingColomnContainer-Attachments .HeadingColomn {
	text-align: right;
}

.zh-CN .HeadingColomnContainer.HeadingColomnContainer-Attachments,
.zh-TW .HeadingColomnContainer.HeadingColomnContainer-Attachments {
	width: 17%;
	text-align: right;
}

.PressRelease div div:hover span.PressRelease-NewsDate,
.PressRelease div div:hover a.PressRelease-NewsTitle,
.PressRelease div div:hover .PressRelease-NewsType {
	color: #15499A !important;
	display: block;
	overflow: hidden;
	box-sizing: border-box;
}
.NewsColumn-Container .PressRelease-Attachment {
	width: 39px;
	height:35px;
	overflow: hidden;
	}
	.HeadingColomnContainer.HeadingColomnContainer-Attachments .HeadingColomn {
  padding-right: 0px;
}
/*************Media************/
@media (max-width: 1441px) {
	.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
		width: 58%;
		margin: 10px;
	}

	.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TypeContainer {
		width: 18%;
		margin: 10px;
	}

	.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-AttachmentsContainer {
		width: 8%;
	}

	.PressRelease {
		height: auto !important;
	}

	.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-DateContainer {
		margin: 10px 0px;
	}

	.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-DateContainer {
		width: 138px;
	}

	.HeadingColomnContainer.HeadingColomnContainer-Title {
		width: 56%;
	}
	.zh-CN .HeadingColomnContainer.HeadingColomnContainer-Attachments, .zh-TW .HeadingColomnContainer.HeadingColomnContainer-Attachments {
		width: 15%;
	  }
.zh-CN .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TypeContainer, .zh-TW .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TypeContainer {
  width: 16%;
}
.zh-CN .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer, .zh-TW .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
  width: 59%;
}
}

@media (max-width: 1343px) {
	.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-DateContainer {
		width: 128px;
	}

	.HeadingColomnContainer.HeadingColomnContainer-Title {
		width: 55%;
	}

	.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
		width: 57%;
	}

	.HeadingColomnContainer.HeadingColomnContainer-Date {
		width: 10%;
	}

	.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-DateContainer {
		margin: 0px !important;
	}
	.zh-CN .HeadingColomnContainer.HeadingColomnContainer-Attachments, .zh-TW .HeadingColomnContainer.HeadingColomnContainer-Attachments {
		width: 16%;
	  }
	.zh-CN .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TypeContainer, .zh-TW .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TypeContainer {
    width: 17%;
  }
}

@media (max-width: 1200px) {
	.HeadingColomnContainer.HeadingColomnContainer-Date {
		width: 10%;
	}
  .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-DateContainer {
    width: 114px;
  }
    .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
    width: 56%;
  }
    .HeadingColomnContainer.HeadingColomnContainer-Title {
    width: 54%;
  }
    .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TypeContainer {
    width: 19%;
  }
    .zh-CN .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer, .zh-TW .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
    width: 59.4%;
  }
}

@media (max-width: 1130px) {
	#SortingContainer {
		display: none !important;
	}
	.PressRelease-NewsTitle, .PressRelease-NewsTitle:link, .PressRelease-NewsTitle:visited {
		text-overflow: ellipsis;
		overflow: hidden;
		display: -webkit-box !important;
		-webkit-line-clamp: 2;
		line-clamp: 2 !important;
		-webkit-box-orient: vertical;
	  }

}
@media (max-width: 1065px) {
  .zh-CN .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer, .zh-TW .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
    width: 57.4%;
  }
}
@media (max-width: 1050px) {


	.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-DateContainer {
		margin: 10px !important;
	}
	  .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
    width: 53%;
  }
    .zh-CN .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TypeContainer, .zh-TW .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TypeContainer {
    width: 14%;
  }
}
@media (max-width: 1025px) {
	.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
		width: 52%;
	  }
}
@media (max-width: 935px) {
	.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
		width: 52%;
	  }
	  .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TypeContainer {
		width: 15%;
	  }
	.zh-CN .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer, .zh-TW .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
    width: 54.4%;
  }
}
@media (max-width: 815px) {
  .zh-CN .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer, .zh-TW .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
    width: 51.4%;
  }
}
@media (max-width: 800px) {
	.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
	  width: 52%;
	}
	.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TypeContainer {
		width: 13%;
	  }
  }
  @media (max-width: 745px) {
	.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
	  width: 49%;
	}
	.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TypeContainer {
		width: 14%;
	  }
	    .zh-CN .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer, .zh-TW .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
    width: 47.4%;
  }
  }
  @media (max-width: 700px) {
  .PressRelease {
	padding: 28px 10px 28px 10px;
  }
}
@media (max-width: 640px) {
	.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-DateContainer {
	  width: 103px;
	}
	.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
		width: 37%;
	  }
	  .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TypeContainer {
		width: 25%;
	  }
  }
  @media (max-width: 565px) {
	/* .PressRelease-SingleLine-AttachmentsContainer {
		position: absolute;
		right: 10px;
	  } */
	  .PressRelease-SingleLine-AttachmentsContainer{
		position: absolute;
		right: 26px;
		top: calc(62% - 30px);
	}
	  .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-DateContainer {
		width: 70%;
	  }
	  .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
		width: 70%;
	  }
	  .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TypeContainer {
		width: 70%;
	  }
	  .PressRelease-SingleLine-DateContainer, .PressRelease-SingleLine-TitleContainer, .PressRelease-SingleLine-TypeContainer, .PressRelease-SingleLine-AttachmentsContainer {
		display: inline-block !important;
	  }
	  .PressRelease-SingleLine-DateContainer{
		float: left;
	}

	.PressRelease-SingleLine-TitleContainer{
		display: block!important;
		clear: left;
	}

	.PressRelease-SingleLine-DataRow{
		display: block;
		width: 100%;
		position: relative;
	}
	 .zh-CN .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TypeContainer, .zh-TW .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TypeContainer {
    width: 77%;
  }
 .zh-CN .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer, .zh-TW .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
    width: 70.4%;
  }
  }
  /* @media (max-width: 530px) {
	.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
	  width: 32%;
	}
	.PressRelease-NewsType {
		text-overflow: ellipsis;
		overflow: hidden;
		display: -webkit-box !important;
		-webkit-line-clamp: 2;
		line-clamp: 2 !important;
		-webkit-box-orient: vertical;
	  }
  }
  @media (max-width: 460px) {
	.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-DateContainer {
	  width: 91px;
	  margin: 5px !important;
	}
	.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
		width: 30%;
		margin: 5px;
	  }
	  .PressRelease-NewsTitle, .PressRelease-NewsTitle:link, .PressRelease-NewsTitle:visited {
		font-size: 15px !important;
	  }
	  .PressRelease-NewsDate {
		font-size: 15px !important;
	  }
	  .PressRelease-NewsType {
		font-size: 15px !important;
	  }
	  .PressRelease-Attachment div {
		width: 40px !important;
		height: 40px !important;
	  }
  } */

@media (max-width: 520px) {

	.Pages-Arrow,
	.Pages-Arrow:link,
	.Pages-Arrow:active,
	.Pages-PageMarker,
	.Pages-PageMarker:link,
	.Pages-PageMarker:visited {
		padding: 6px;
		margin: 4px;
		width: 16px;
		height: 15px;
		line-height: 14px;
		font-size: 13px;
	}
}

@media (max-width: 405px) {

	body,
	input {
		font-size: 15px !important;
	}

	.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-AttachmentsContainer {
		margin: 10px;
	}
}

@media (max-width: 380px) {

	.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: 25px;
		padding: 10px !important;
		font-size: 16px;
		width: 159px;
		margin: 5px;
		border: 1px solid #15499A;
	}
	.Tabs-Tab-Container.selected:link, .Tabs-Tab-Container.selected:visited,
	.Tabs-Tab-Container.selected, .Tabs-Tab-Container:hover, .Tabs-Tab-Container:active {
		background: #15499A;
		color: #fff;
		border: 2px solid #15499A !important;
	}
	.Tabs {
		text-align: center !important;
	}
}
/* 
@media (max-width: 370px) {
	.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TypeContainer {
		width: 70%;
	}

	.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-AttachmentsContainer {
		width: 13%;
	}

	.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
		width: 90%;
	}
} */

.EurolandTools-CommonObjects-Calendar-Navigator-Button {
	font-size: 18px !important;
}


  .Disclaimer {
	display: inline-block;
  }