
@font-face{
	font-family:"Inter";
	 font-style:normal;
	 font-weight:normal;
	 src: url('font/Inter-Regular.ttf') format('TrueType');
}
	@font-face{
	font-family:"Unna";
	font-style:normal;
	font-weight:normal;
	src: url('font/Unna-Regular.ttf') format('OpenType');
}

#Main {
    max-width: 1464px;
    padding:0;
}
body,
input {
    font-size: 16px;
	font-family: "Inter";
    color: #494949;
}
button {
    font-family: "Inter";
}
.Tabs-Tab {
    font-size: 16px;
}


.SortingContainer-NoChange-NewsColumn a,
.SortingContainer-NoChange-NewsColumn a:link,
.SortingContainer-NoChange-NewsColumn a:visited,
.PressRelease-NewsTitle,
a,
a:link,
a:visited,
#YearPeriodsContainer a {
    color: #494949;
	
	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: #002450;
	
	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: #494949 !important;
	display: none !important;
}
#DateAvailableFrom {
    border-left: 0px;
    border-right: 0px;
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    padding-top: 0em;
    padding-bottom: 0.6em;
	  color: #525271 !important;
    padding-left: 5px;
}
#Periods {
	margin-top: 0.6em;
}
.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
#SearchBox,
#FromCalendarInput,
#ToCalendarInput {
    height: 26px;
    line-height: 26px;
    width: 404px;
    border: 1px solid #DADADA;
	padding: 12px !important;
	margin: 5px;
	border-radius: 6px;
}
#FromCalendarContrainer, 
#ToCalendarContrainer {
	vertical-align: top;
}
.euButton {
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  text-transform: capitalize;
  margin: 0em;
  padding: 10px;
  border: 1px solid #000000;
  border-radius: 100px;
  background: #000000;
  transition: background 0.5s, color 0.5s, border 0.5s;
  text-decoration: none;
  width: 115px;
  height: 44px;
}
.euButton:hover {
  text-decoration: none;
  background: #FFFFFF;
  color: #000000;
  border-color: #000000;
  cursor: pointer;
}
#SearchButton:hover {
	cursor: pointer;
}
#SearchContainer {
    padding: 0em 0 1em 0;
    clear: both;
}
#YearPeriodsContainer a {
    font-size: 1.25em;
    font-weight:bold;
}
#SortingContainer {
    margin-top: 1em;
    padding: 0px;
    padding-top: 0em;
    padding-bottom: 2em;
	  font-size: 16px !important;
    color: #494949 !important;
    font-weight: 300 !important;
    padding-left: 5px;
}
.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;
	display: inline-block !important;
  padding-left: 5px;
}
#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 {
  padding: 15px 22px !important;
  margin: 0.0em;
  border-radius: 0.0em 0.0em 0.0em 0.0em;
  font-family: "Unna";
  font-weight: 400;
  font-size: 18px;
  text-transform: none;
  color: #494949;
  font-style: normal;
  text-decoration: none;
  text-align: center !important;
  border: 1px solid #EBEBEB;
  background: #FBFBFB;
  transition: background 0.5s, color 0.5s, border 0.5s;
  position: relative;
  top: 0;
  left: 0em;
  height: 18px;
  line-height: 18px !important;
  width: auto;	
}
.Tabs-Tab-Container.selected:link,
.Tabs-Tab-Container.selected:visited,
.Tabs-Tab-Container.selected,
.Tabs-Tab-Container:hover,
.Tabs-Tab-Container:active {
  background: #002A49;
  color: #ffffff;
  border: 1px solid #002A49;
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 10;
}
.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 #FFF7F1;
}
.Tabs-Tab {
    display: inline-block;
    margin: 0px;
}

#Types {
    padding-bottom: 0em;
    padding-top: 0em;
    display:none;
}

.Type {
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  text-transform: capitalize;
  margin: 5px;
  padding: 11px 10px;
  border: 1px solid #000000;
  border-radius: 100px;
  background: #000000;
  transition: background 0.5s, color 0.5s, border 0.5s;
  text-decoration: none;
  width: auto;
  height: auto;
}
.TypeSelected,
.Type:hover {
  text-decoration: none;
  background: #FFFFFF;
  color: #000000;
  border-color: #000000;
  cursor: pointer;
}

/******************************************************************************** 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-Arrow,
.Pages-Arrow:link,
.Pages-Arrow:active,
.Pages-PageMarker,
.Pages-PageMarker:link,
.Pages-PageMarker:visited {
  display: inline-block;
  background-color: #fff;
  color: #002A49;
  border: 1px solid #EBEBEB;
  padding: 10px;
  font-family: inherit;
  font-size: 16px;
  text-decoration: initial;
  font-weight: normal;
  border-radius: 8px !important;
  transition: background 0.5s, color 0.5s, border 0.5s;
  margin: 5px;
  width: 18px;
  height: 18px;
  line-height: 18px;	
}

.Pages-Arrow:hover,
.Pages-Arrow:active,
.Pages-PageMarker:hover,
.Pages-PageMarker:active {
	background-color: #002A49;
	color: #ffffff;
	border-color: #002A49;
	
	text-decoration: initial;
	font-weight: normal;
}
.Pages-SelectedPageMarker,
.Pages-SelectedPageMarker:hover,
.Pages-SelectedPageMarker:active {
	background-color: #002A49;
	color: #ffffff;
	border-color: #002A49;
	
	text-decoration: initial;
	font-weight: normal;
}
.Pages-Arrow {
  width: 22px !important;
}
/*''''''''''''''''''''''''''''''''''''''''''''' 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 #494949;
	border-bottom: 0.0em solid #494949;
}
.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: #494949;
	border-bottom-color: #494949;
}
.SortingContainer-NoChange-NewsColumn a:active .ArrowContainer:after,
.SortingContainer-NoChange-NewsColumn a:hover .ArrowContainer:after {
	border-top-color: #002450;
	border-bottom-color: #002450;
}

.PressRelease-SingleLine-DateContainer {
	float: none;
}
.PressRelease-SingleLine-TypeContainer {
	
	float: right;
	
	border: 0em solid #EBEBEB;	
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	background-color: transparent;
	padding: 0.5em 0.5em 0.5em 0.5em;	
	
}
.PressRelease-SingleLine-DataRow {
	padding-top: 0px;
}

.PressReleaseOdd {
	background-color: transparent;
}
.PressReleaseEven {
	background-color: transparent
}
.PressRelease {
	border-bottom: 0.08em solid #DADADA;
	padding: 22px 0em;
	border-right: 0em solid #EBEBEB;	
	border-left: 0em solid #EBEBEB;
}
#PressRelease_0 {
	border-top: 0em solid #EBEBEB;
}
.PressRelease:last-child {
	border-bottom: 0.08em solid #DADADA;
}

.PressRelease-NewsTitle, 
.PressRelease-NewsTitle:link, 
.PressRelease-NewsTitle:visited {
	font-family: inherit;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	text-decoration: initial;
	color: #494949;
}
.PressRelease-NewsTitle:hover, 
.PressRelease-NewsTitle:active {
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	color: #032B42;
}
.PressRelease-NewsType {
	font-weight: bold;
	text-transform: none;
	font-style: normal;
	font-family: inherit;
	font-size: 16px;
	color: #494949;
}
.PressRelease-NewsDate {
  margin-right: 0.5em;
  font-family: inherit;
  font-size: 18px;
  color: #032B42;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
}

#PagesContainer {
    text-align: center;
    padding: 1em 0;
}
#SuppliedBy {
    text-align: right;
    padding-top: 2em;
    padding-right: 5px;
}
#PressReleases {
  padding-left: 5px;
  padding-right: 5px;
}

/***********************************Custom**************************************/

.EurolandTools-CommonObjects-Calendar-CalendarIcon {
  width: 16px;
  height: 17px;
  right: 24px;
  top: 14px;
  position: relative;
  background-size: 16px !important;
  background-repeat: no-repeat;
  background-image: url("Calendar.png");
}
#SearchBox {
  margin: 0px 5px !important;
}

.EurolandTools-CommonObjects-Calendar-SelectionIndicator {
  vertical-align: top;
  margin-top: 0px;
  line-height: 25px;
  margin-right: -22px !important;
}
#SuppliedBy {
	color: #202020 !important;
    font-size: 11px !important;
    padding-right: 5px;
}

.styledSelect {
  color: #494949 !important;
  padding: 12px;
}
.easySelect {
  font-size: 16px !important;
  font-family: "Inter" !important;
  color: #494949 !important;
  border: 1px solid #DADADA !important;
  border-radius: 6px !important;
  height: 50px !important;
  line-height: 28px !important;
  max-width: 169px !important;
  margin-right: 5px;
}
#YearPeriodsContainer {
  width: 172px !important;
  border-radius: 6px !important;
}
.styledSelect::after {
  content: "b";
  border-color: transparent;
  background: url(down.png);
  background-size: 20px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  color: transparent !important;
  top: 10px;
  right: 10px;
}
.styledSelect:active, .styledSelect.active {
  background-color: #fff !important;
}
.container-item .checkmark::after {
  border: 2px solid #0A6DAE !important;
  border-width: 0 2px 2px 0 !important;
}
.options li {
	font-family: "Inter" !important;
	font-size: 16px !important;
}
.container-item {
  font-size: 16px !important;
}
.optionRow{
	color: #494949 !important;
	font-size: 16px !important;
}
#CurrentPeriodContainer {
	color: #002A49;
	font-size: 18px;
	font-weight: 600;
  padding-left: 5px;
}
#ButtonsContainer.NoTabsVisible {
  border-bottom: 0px solid #e1e1e1 !important;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}
.PressRelease-SingleLine-DateContainer {
  float: none;
  width: 71%;
}

.PressRelease-SingleLine-TitleContainer {
  clear: none;
  float: none;
  width: 90%;
  margin-top: 1em;
}
.PressRelease-SingleLine-AttachmentsContainer {
  float: none;
  clear: none;
  width: 9%;
  text-align: right;
}
.PressRelease-Attachment div a img {
  margin: 0px !important;
}
.TermsLinkContainer a,
.CookieLinkContainer a {
  color: #202020 !important;
}
/****calendar****/

.EurolandTools-CommonObjects-Calendar-Month-DayName {

	color: #494949;
	text-shadow: none;
	font-size: 15px !important;
	border-bottom: 1px solid #ccc;
}

.EurolandTools-CommonObjects-Calendar-Navigator-Button {
	text-shadow: 0px 0px 0px #aaa;
}

  .EurolandTools-CommonObjects-Calendar-Month-SelectedDay {
	border: 1px solid #494949;
	background: #494949;
	color: #fff;
  }
.EurolandTools-CommonObjects-Calendar-Month-Weekend.EurolandTools-CommonObjects-Calendar-Month-Day,
.EurolandTools-CommonObjects-Calendar-Month-DayName.EurolandTools-CommonObjects-Calendar-Month-DayName-Weekend {
		color: #c22 !important;
	  }
	  .EurolandTools-CommonObjects-Calendar-Month-Today .EurolandTools-CommonObjects-Calendar-Button-VisualButton {
	border-color: #494949;
	background: #494949;
	color: #ffffff !important;
  }
  .EurolandTools-CommonObjects-Calendar-Month-Day,.EurolandTools-CommonObjects-Calendar-Navigator-Button {
	color: #494949;
	text-shadow: none !important;
  font-size: 14px !important;
  }

  .EurolandTools-CommonObjects-Calendar-Calendar-CloseButton,
  .EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton {
	height: 16px;
	line-height: 16px;
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	text-transform: none;
	margin: 0.5em;
	padding: 7px;
	border: 0.08em solid #000000;
	border-radius: 35px;
	background: #000000;
	transition: all .3s ease;
	text-decoration: uppercase;
	position: relative;
	overflow: hidden;
	width: 100px;
}


.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton:hover,
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton:hover {
  background: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  cursor: pointer;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButtonContainer {
	text-align: center;
  }
  .EurolandTools-CommonObjects-Calendar-Month-DayButton:hover {
	background: #002450 !important;
    color: #ffffff !important;
  }


  .EurolandTools-CommonObjects-Calendar-Calendar-CloseButtonContainer {
  padding: 0px !important;
  height: 47px;
  border-top: 1px solid #ccc;
}
.SeparateNews-Footer-Container {
  font-size: 16px !important;
}
#ButtonsContainer .euButton {
  width: 143px !important;
}
#TotalContainer {
  padding-left: 5px;
}
/******************Media**************/
@media (max-width: 1460px) {
 .EurolandTools-CommonObjects-Calendar-SelectionIndicator, #SearchBox, #FromCalendarInput, #ToCalendarInput {
   width: 350px !important;
  }
}

@media (max-width: 1290px) {
 .EurolandTools-CommonObjects-Calendar-SelectionIndicator, #SearchBox, #FromCalendarInput, #ToCalendarInput {
   width: 249px !important;
  }
}
@media (max-width: 990px) {
.euButton {
 margin: 5px;
}
}

@media (max-width: 580px) {
  .EurolandTools-CommonObjects-Calendar-SelectionIndicator, #SearchBox, #FromCalendarInput, #ToCalendarInput {
    width: 250px !important;
    margin: 5px !important;
  }
  .EurolandTools-CommonObjects-Calendar-CalendarIcon {
	right: 45px !important;
	top: 21px !important;
  }
}

@media (max-width: 380px) {
.Pages-Arrow, .Pages-Arrow:link, .Pages-Arrow:active,
.Pages-PageMarker, .Pages-PageMarker:link, .Pages-PageMarker:visited {
	padding: 6px;
}
}

@media (max-width: 1150px) { 
  body,
  input,
  #DateAvailableFrom,
  .euButton,
  #SortingContainer,
  .Type,
  .Pages-Arrow,
  .Pages-Arrow:link,
  .Pages-Arrow:active,
  .Pages-PageMarker,
  .Pages-PageMarker:link,
  .Pages-PageMarker:visited,
  .PressRelease-NewsTitle, 
  .PressRelease-NewsTitle:link, 
  .PressRelease-NewsTitle:visited,
  .PressRelease-NewsType,
  .easySelect,
  .options li,
  .container-item,
  .optionRow,
  .SeparateNews-Footer-Container {
      font-size: 15.53px;
  }
  .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,
  #CurrentPeriodContainer {
  font-size: 17.53px;
  }
  .PressRelease-NewsDate {
    font-size: 17.53px;
  }
}

@media (max-width: 1100px) { 
  body,
  input,
  #DateAvailableFrom,
  .euButton,
  #SortingContainer,
  .Type,
  .Pages-Arrow,
  .Pages-Arrow:link,
  .Pages-Arrow:active,
  .Pages-PageMarker,
  .Pages-PageMarker:link,
  .Pages-PageMarker:visited,
  .PressRelease-NewsTitle, 
  .PressRelease-NewsTitle:link, 
  .PressRelease-NewsTitle:visited,
  .PressRelease-NewsType,
  .easySelect,
  .options li,
  .container-item,
  .optionRow,
  .SeparateNews-Footer-Container {
      font-size: 14.05px;
  }
  .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,
  #CurrentPeriodContainer {
  font-size: 16.05px;
  }
  .PressRelease-NewsDate {
    font-size: 16.05px;
  }
}

@media (max-width: 1050px) { 
  body,
  input,
  #DateAvailableFrom,
  .euButton,
  #SortingContainer,
  .Type,
  .Pages-Arrow,
  .Pages-Arrow:link,
  .Pages-Arrow:active,
  .Pages-PageMarker,
  .Pages-PageMarker:link,
  .Pages-PageMarker:visited,
  .PressRelease-NewsTitle, 
  .PressRelease-NewsTitle:link, 
  .PressRelease-NewsTitle:visited,
  .PressRelease-NewsType,
  .easySelect,
  .options li,
  .container-item,
  .optionRow,
  .SeparateNews-Footer-Container {
      font-size: 14px;
  }
  .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,
  #CurrentPeriodContainer {
  font-size: 16px;
  }
  .PressRelease-NewsDate {
    font-size: 16px;
  }
}

@media (max-width: 1000px) { 
  body,
  input,
  #DateAvailableFrom,
  .euButton,
  #SortingContainer,
  .Type,
  .Pages-Arrow,
  .Pages-Arrow:link,
  .Pages-Arrow:active,
  .Pages-PageMarker,
  .Pages-PageMarker:link,
  .Pages-PageMarker:visited,
  .PressRelease-NewsTitle, 
  .PressRelease-NewsTitle:link, 
  .PressRelease-NewsTitle:visited,
  .PressRelease-NewsType,
  .easySelect,
  .options li,
  .container-item,
  .optionRow,
  .SeparateNews-Footer-Container {
      font-size: 13.12px;
  }
  .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,
  #CurrentPeriodContainer {
  font-size: 15.12px;
  }
  .PressRelease-NewsDate {
    font-size: 15.12px;
  }
}

@media (max-width: 950px) { 
  body,
  input,
  #DateAvailableFrom,
  .euButton,
  #SortingContainer,
  .Type,
  .Pages-Arrow,
  .Pages-Arrow:link,
  .Pages-Arrow:active,
  .Pages-PageMarker,
  .Pages-PageMarker:link,
  .Pages-PageMarker:visited,
  .PressRelease-NewsTitle, 
  .PressRelease-NewsTitle:link, 
  .PressRelease-NewsTitle:visited,
  .PressRelease-NewsType,
  .easySelect,
  .options li,
  .container-item,
  .optionRow,
  .SeparateNews-Footer-Container {
      font-size: 11.2px;
  }
  .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,
  #CurrentPeriodContainer {
  font-size: 13.2px;
  }
  .PressRelease-NewsDate {
    font-size: 13.2px;
  }
}

@media (max-width: 900px) { 
  body,
  input,
  #DateAvailableFrom,
  .euButton,
  #SortingContainer,
  .Type,
  .Pages-Arrow,
  .Pages-Arrow:link,
  .Pages-Arrow:active,
  .Pages-PageMarker,
  .Pages-PageMarker:link,
  .Pages-PageMarker:visited,
  .PressRelease-NewsTitle, 
  .PressRelease-NewsTitle:link, 
  .PressRelease-NewsTitle:visited,
  .PressRelease-NewsType,
  .easySelect,
  .options li,
  .container-item,
  .optionRow,
  .SeparateNews-Footer-Container {
      font-size: 10.6px;
  }
  .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,
  #CurrentPeriodContainer {
  font-size: 12.6px;
  }
  .PressRelease-NewsDate {
    font-size: 12.6px;
  }
}

@media (max-width: 850px) { 
  body,
  input,
  #DateAvailableFrom,
  .euButton,
  #SortingContainer,
  .Type,
  .Pages-Arrow,
  .Pages-Arrow:link,
  .Pages-Arrow:active,
  .Pages-PageMarker,
  .Pages-PageMarker:link,
  .Pages-PageMarker:visited,
  .PressRelease-NewsTitle, 
  .PressRelease-NewsTitle:link, 
  .PressRelease-NewsTitle:visited,
  .PressRelease-NewsType,
  .easySelect,
  .options li,
  .container-item,
  .optionRow,
  .SeparateNews-Footer-Container {
      font-size: 10.08px;
  }
  .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,
  #CurrentPeriodContainer {
  font-size: 12.08px;
  }
  .PressRelease-NewsDate {
    font-size: 12.08px;
  }
}


@media (max-width: 800px) { 
  body,
  input,
  #DateAvailableFrom,
  .euButton,
  #SortingContainer,
  .Type,
  .Pages-Arrow,
  .Pages-Arrow:link,
  .Pages-Arrow:active,
  .Pages-PageMarker,
  .Pages-PageMarker:link,
  .Pages-PageMarker:visited,
  .PressRelease-NewsTitle, 
  .PressRelease-NewsTitle:link, 
  .PressRelease-NewsTitle:visited,
  .PressRelease-NewsType,
  .easySelect,
  .options li,
  .container-item,
  .optionRow,
  .SeparateNews-Footer-Container {
      font-size: 7.75px;
  }
  .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,
  #CurrentPeriodContainer {
  font-size: 10px;
  }
  .PressRelease-NewsDate {
    font-size: 10px;
  }
}


@media (max-width: 750px) { 
  body,
  input,
  #DateAvailableFrom,
  .euButton,
  #SortingContainer,
  .Type,
  .Pages-Arrow,
  .Pages-Arrow:link,
  .Pages-Arrow:active,
  .Pages-PageMarker,
  .Pages-PageMarker:link,
  .Pages-PageMarker:visited,
  .PressRelease-NewsTitle, 
  .PressRelease-NewsTitle:link, 
  .PressRelease-NewsTitle:visited,
  .PressRelease-NewsType,
  .easySelect,
  .options li,
  .container-item,
  .optionRow,
  .SeparateNews-Footer-Container {
      font-size: 13.82px;
  }
  .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,
  #CurrentPeriodContainer {
  font-size: 15.82px;
  }
  .PressRelease-NewsDate {
    font-size: 15.82px;
  }
}