@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');

body {
    margin:0px;
    padding:0px;
}
html body{
    font-family: Roboto, Noto Sans, Arial, san-serif;
	font-size: 14px;
	color: #333333;
	background: #fff;
}
html.zh-CN body{
	font-family: Noto Sans, Roboto, Arial, san-serif!important;
	font-size: 14px;
	color: #333333;
	/*background: transparent;*/
}
html.zh-TW body{
	
	font-family: Noto Sans, Roboto, Arial, san-serif!important;
	font-size: 14px;
	color: #333333;
	/*background: transparent;*/
}

body, input {
    font-size: 14px;
	font-family:  inherit;
}
html.zh-CN body,html.zh-CN input {
    font-size: 1.0em;
	font-family: Noto Sans, Roboto, Arial, san-serif!important;
}
html.zh-CN body,html.zh-CN input {
    font-size: 1.0em;
	font-family: Noto Sans, Roboto, Arial, san-serif!important;
}
#Main {
/*
    Because of the complex width control only set width related settings here
*/
    max-width: 100% !important; 
	width: 100%;
}

.DateSelection-InputBox {
    width: 100px;
}
.PressRelease {
    border-bottom: 1px dotted #828282;
    padding-bottom: 5px;
}
.PressRelease-NewsColumn {
    width: 100%;
}
.PressRelease-Attachment {
    float: left;
    margin-top: 5px;
    padding-right: 15px;
    width: 30px !important;
}
h1#MainHeading
{
    display: none;
}
.PressRelease-NewsTitle {
    color: #333;
	font-weight: normal !important;
	font-size: 14px;
}
html.zh-CN .PressRelease-NewsTitle {
    color: #333;
	font-weight: normal !important;
	/*font-size: 9pt;*/
}
html.zh-CN .PressRelease-NewsTitle {
    color: #333;
	font-weight: normal !important;
	/*font-size: 9pt;*/
}
.PressRelease-NewsDate {
	font-size: 14px;
}
html.zh-CN .PressRelease-NewsDate {
	font-size: 1.0em;
}
html.zh-CN .PressRelease-NewsDate {
	font-size: 1.0em;
}
.PressRelease-NewsTitle:link 
.PressRelease-NewsTitle:visited {
	color: #333;
    font-weight: bold;
    text-decoration: none;
}
.PressRelease-NewsTitle:hover, 
.PressRelease-NewsTitle:active {
    color: #EF662F!important;
	font-weight: bold;
    text-decoration: none;
}

.euButton {
	background-color: #EF662F;
	color: #fff;
	font-family: inherit;
	font-size: 1.0em;
}
html.zh-CN .euButton {
	background-color: #EF662F;
	color: #fff;
	font-family: inherit;

}
html.zh-TW .euButton {
	background-color: #EF662F;
	color: #fff;
	font-family: inherit;
}
.Pages-SelectedPageMarker{
	color: #333;
}
a{
	color: #808080;
}
a:link, a:visited{
    color: #808080;
    text-decoration: none;
    font-weight: normal;
}
a:hover, a:active{
    color: #000000;
    text-decoration: none;
}
div#SeparateNews-Header, div#SeparateNews-Body, div.SeparateNews-Footer-Container
{
    color:#666!important;
}
    div#SeparateNews-Body a, td.SeparateNews-Header-RightColumn a, div.SeparateNews-Footer-Container a
    {
        color:#000!important;
    }
    span.PressRelease-NewsDate {
    color: #ae141e;
}

#CurrentPeriod{
	color: #ff6c00;
}
#ButtonsContainer.NoTabsVisible {
    border-bottom: 1px solid #bababa;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.DateSelection-Icon {
    margin-left: 3px;
    width: 20px;
    position: relative;
    top: 3px;
}
.EUCalendar {
    text-shadow: none !important;
}
.EUCalendar-title div,
.EUCalendar-dayNames div,
.EUCalendar-day-disabled{
  text-shadow: none !important;
}
.InputBox{
    height: 33px;
    box-sizing: border-box;
}
.euButton{
    width:112px;
    height: 33px;
    box-sizing: border-box;
}
.PressRelease-Change, .PressRelease-NewsColumn {
    padding-top: 17px;
    padding-bottom: 10px;
}

a.Periods-YearPeriod:hover{
    color: #EF662F;
}
.euButton{
    background-color: #EF662F;    
}
#CurrentPeriodContainer{
    padding: 10px 0;
}
#DateAvailableFrom,
#SearchContainer{
    font-size: 14px;
}
.Pages > tbody > tr > td {
    display: inline-block;
}
.Pages{
    margin-top: 2em;
}
.Pages-PageMarker{
    padding: 6px 12px;
    margin: 0;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #777!important;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.Pages-SelectedPageMarker{
    color: #fff!important;
    cursor: default;
    background-color: #f06630;
    border-color: #f06630;
}
#SuppliedBy{
    font-size: 12px;
}
.zh-CN #CurrentPeriodContainer,
.zh-CN #SortingContainer{
    font-size: 16.24px;
}
html.zh-CN .PressRelease-NewsDate,
.zh-CN .Pages-PageMarker-Text,
.zh-CN #TotalContainer{
    font-size: 14px;
}
a.Periods-YearPeriod {
    font-size: 16px
}
.en-GB .PressRelease-NewsTitle,
.zh-TW .PressRelease-NewsTitle{
    color: #333;
}
div#SearchContainer span label {
    display: none;
}