#Main {
    max-width: 1600px;
    padding: 0;
    margin: 0 auto;
}

body,
input {
    font-size: 16px;
    font-family: Arial;
    color: #555555;
}

button {
    font-family: inherit;
}

.Tabs-Tab {
    font-size: 16px;
    padding: 5px;
}

.zh-CN body,
.zh-CN input,
.zh-TW body,
.zh-TW input {
    font-family: 'Microsoft Yahei';
}

.SortingContainer-NoChange-NewsColumn a,
.SortingContainer-NoChange-NewsColumn a:link,
.SortingContainer-NoChange-NewsColumn a:visited,
.PressRelease-NewsTitle,
a,
a:link,
a:visited,
#YearPeriodsContainer a {
    color: #555555;

    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: #fe9901;

    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: #555555 !important;
    display: none;
}

#DateAvailableFrom {
    border-left: 0px;
    border-right: 0px;
    text-align: left;
    font-size: 1.1em;
    font-weight: normal;
    /* padding-top: 0em; */
    padding: 0;
    /* padding-bottom: 0.6em; */
}

#Periods {
    margin-top: 0.6em;
}

.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
#SearchBox,
#FromCalendarInput,
#ToCalendarInput {
    height: 40px;
    line-height: 40px;
    width: 9em;
    border: 0.08em solid #e4e4e4;
    padding: 0 9px;
}

#FromCalendarContrainer,
#ToCalendarContrainer {
    vertical-align: top;
    padding: 7px 9px 0 0;
    position: relative;
}

.euButton {
    height: 42px;
    line-height: 15px;
    font-family: inherit;
    font-size: 1.0em;
    font-weight: bold;
    color: #FFFFFF !important;
    text-transform: none;
    padding: 0px;
    border: 1px solid #fe9901;
    border-radius: 0.0em 0.0em 0.0em 0.0em;
    background: #fe9901;
    color: #FFFFFF !important;
    transition: background 0.5s, color 0.5s, border 0.5s;
    float: none;
    /* padding: 50px; */
    box-sizing: border-box;
    width: 128px;
}

.euButton:hover {
    background: #FFFFFF;
    color: #fe9901 !important;
    border-color: #fe9901;
    border: 0.1em solid #fe9901;
    cursor: pointer;
}

#SearchButton:hover {
    cursor: pointer;
    border: 0.1em solid #fe9901;
    color: #fe9901 !important;
    border-color: #fe9901;
    border: 0.1em solid #fe9901;
}

#SearchContainer {
    padding: 0em 0 1em 0;
    clear: both;
}

#YearPeriodsContainer a {
    font-size: 18px;
    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: 10px;
    line-height: 10px;
    padding-top: 1.0em !important;
    padding-right: 0em;
    padding-bottom: 1.0em !important;
    padding-left: 0em;
    margin-top: 0.0em;
    margin-right: 0.08em;
    margin-bottom: 0.0em;
    margin-left: 0.08em;
    border-radius: 0.0em 0.0em 0.0em 0.0em;
    font-family: inherit;
    font-weight: bold;
    font-size: 18px;
    text-transform: none;
    color: #222;
    font-style: normal;
    text-decoration: none;
    border-top: 0em solid #fe9901;
    border-right: 0em solid #fe9901;
    border-bottom: 0px solid #fe9901;
    border-left: 0em solid #fe9901;
    background: #FFFFFF;
    transition: background 0.5s, color 0.5s, border 0.5s;
    position: relative;
    top: 0;
    left: 0em;
    width: auto;
    /* box-sizing: border-box; */
    /* margin-left: 30px; */
}

.Tabs-Tab-Container.selected:link,
.Tabs-Tab-Container.selected:visited,
.Tabs-Tab-Container.selected,
.Tabs-Tab-Container:hover,
.Tabs-Tab-Container:active {
    background: #fff;
    color: #222;
    border-top: 0em solid #fe9901;
    border-right: 0em solid #fe9901;
    border-bottom: 3px solid #fe9901;
    border-left: 0em solid #fe9901;

    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 #006d81;
}

.Tabs-Tab {
    display: inline-block;
    margin: 0px 18px;
}

#Types {
    padding-bottom: 0em;
    padding-top: 0em;
    display: none;
}

.Type {
    background-color: #FFF;
    border-radius: 0.0em 0.0em 0.0em 0.0em;
    border: .1em solid #006d81;
    padding: 1.0em 1.0em 1.0em 1.0em;

    color: #006d81;
    font-weight: bold;
    text-transform: none;
    font-family: inherit;
    font-size: 0.8em;

    margin: 0.22em;
    transition: background 0.5s, color 0.5s, border 0.5s;
}

.TypeSelected,
.Type:hover {
    cursor: pointer;
    background-color: #006d81;
    color: #FFFFFF;
    border-color: #006d81;
}

/******************************************************************************** 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;
    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: 0em;
    border-bottom-left-radius: 0em;
    color: transparent;
    padding: 14px;
}

.Pages-ArrowContainer:last-child .Pages-Arrow {
    border-top-right-radius: 0em;
    border-bottom-right-radius: 0em;
    color: transparent;
    padding: 14px;
}

.Pages-ArrowContainer:first-child .Pages-Arrow::after {
    content: url(left-arr.png);
    position: relative;
    top: 0;
    left: -8px;
    transform: rotate(90deg);
}

.Pages-ArrowContainer:last-child .Pages-Arrow::after {
    content: url(right-arr.png);
    position: relative;
    top: 0;
    left: -8px;
}

.zh-CN .Pages-ArrowContainer:first-child .Pages-Arrow,
.zh-CN .Pages-ArrowContainer:last-child .Pages-Arrow,
.zh-TW .Pages-ArrowContainer:first-child .Pages-Arrow,
.zh-TW .Pages-ArrowContainer:last-child .Pages-Arrow {
    padding: 15.5px;
}

.Pages-Arrow,
.Pages-Arrow:link,
.Pages-Arrow:active,
.Pages-PageMarker,
.Pages-PageMarker:link,
.Pages-PageMarker:visited {
    display: inline-block;
    background-color: #f1f1f1;
    color: #222222;
    border: 0em solid #222;
    padding: 16px 26px;
    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: 0em;
}

.Pages-Arrow:hover,
.Pages-Arrow:active,
.Pages-PageMarker:hover,
.Pages-PageMarker:active {
    background-color: #fe9901;
    color: #FFFFFF;
    border-color: #fe9901;

    text-decoration: initial;
    font-weight: normal;
}

.Pages-SelectedPageMarker,
.Pages-SelectedPageMarker:hover,
.Pages-SelectedPageMarker:active {
    background-color: #fe9901;
    color: #FFFFFF;
    border-color: #fe9901;

    text-decoration: initial;
    font-weight: bold;
}

/*''''''''''''''''''''''''''''''''''''''''''''' 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 #555555;
    border-bottom: 0.0em solid #555555;
}

.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: #555555;
    border-bottom-color: #555555;
}

.SortingContainer-NoChange-NewsColumn a:active .ArrowContainer:after,
.SortingContainer-NoChange-NewsColumn a:hover .ArrowContainer:after {
    border-top-color: #006d81;
    border-bottom-color: #006d81;
}

.PressRelease-SingleLine-DateContainer {
    float: left;
    padding: 5px 0;
    position: relative;
    top: 27px;
}

.PressRelease-SingleLine-TypeContainer {
    float: none;
    border: 0em solid #006d81;
    border-radius: 0.0em 0.0em 0.0em 0.0em;
    background-color: transparent;
    /* padding: 0.5em 0.5em 0.5em 0.5em;	  */
    padding: 5px 0;
    display: none !important;
}

.PressRelease-SingleLine-TitleContainer {
    animation: none;
    clear: left;
    float: left;
    /* width: 100%; */
    /* margin-top: 1em; */
    padding: 5px 0;
    display: inline-block;
    max-width: 80%;
    /* padding-top: 5px; */
    position: relative;
    left: 60px;
    top: -25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.PressRelease-SingleLine-AttachmentsContainer {
    float: right;
    margin-top: -14px;
    padding: 0;
    display: inline-block;

    /* padding-top: 2px; */
}

.PressRelease-SingleLine-DataRow {
    padding-top: 0px;
    padding: 20px 0;
}

.PressReleaseOdd {
    background-color: transparent;
}

.PressReleaseEven {
    background-color: transparent
}

.PressRelease {
    border-bottom: 0.08em solid #E4E4E4;
    /* padding: 0.5em 0.5em 0.5em 0.5em; */
    border-right: 0em solid #6C6161;
    border-left: 0em solid #6C6161;
}

#PressRelease_0 {
    border-top: 0em solid #6C6161;
}

.PressRelease:last-child {
    border-bottom: .1em solid #e4e4e4;
}

.PressRelease-NewsTitle,
.PressRelease-NewsTitle:link,
.PressRelease-NewsTitle:visited {
    font-family: inherit;
    font-size: 1em;

    font-weight: normal;
    font-style: normal;
    text-decoration: initial;
    color: #000000;
}

.PressRelease-NewsTitle:hover,
.PressRelease-NewsTitle:active {
    font-weight: normal;
    font-style: normal;
    text-decoration: normal;
    color: #006d81;
}

.PressRelease-NewsType {
    font-weight: bold;
    text-transform: none;
    font-style: normal;
    font-family: inherit;
    font-size: 14px;
    color: #555555;
}

.PressRelease-NewsDate {
    margin-right: 1.5em;
    font-family: inherit;
    font-size: 14px;
    color: #555555;
    font-weight: normal;
    text-transform: none;
    font-style: normal;
    position: relative;
    left: 60px;
}

#PagesContainer {
    text-align: center;
    padding: 1em 0;
}

#SuppliedBy {
    text-align: right;
    padding-top: 2em;
}

#SearchBox {
    margin-top: 7px;
    margin-right: 15px;
}

.PressRelease-Attachment a img {
    width: 30px !important;
    height: 30px !important;
    margin: 0 !important;
}

.EurolandTools-CommonObjects-Calendar-Navigator-Button {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 5px;
    margin: 3px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #555;
    text-shadow: none;
    transition: background .5s, border .5s;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton {
    display: inline-block;
    width: 100%;
    padding: 5px 0;
    border: 1px solid #fe9901;
    background: #fe9901;
    text-align: center;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    color: #262626;
    color: #fff;
    text-shadow: none;
    transition: background 1s, border 1s;
}


.EurolandTools-CommonObjects-Calendar-Month-DayName {
    text-align: center;
    padding: 0 0 5px 0;
    color: #464646;
    text-shadow: none;
}

.EurolandTools-CommonObjects-Calendar-Month-Day {
    text-align: center;
    padding: 0;
    text-shadow: none;
    width: 14.28%;
    padding-right: 0;
    padding-bottom: 5px;
}

.NewsColumn-Container .PressRelease-Attachment {
    text-align: right;
}

.PressRelease-SingleLine-AttachmentsContainer,
.PressRelease-Attachment {

    width: 40px !important;
    height: 30px !important;
    overflow: hidden;
}

/*.PressRelease-SingleLine-AttachmentsContainer:hover {
    width: 100%;
    max-width: none!important;
    max-height: 30px !important;
    overflow: visible;
}*/

.PressRelease-NewsType {
    font-weight: normal;

}


/* #TotalContainer,
#CurrentPeriodContainer {
    display: none !important;
} */

/* Calendar */

.EurolandTools-CommonObjects-Calendar-Month-Today .EurolandTools-CommonObjects-Calendar-Button-VisualButton {
    border-color: #fe9901;
    background: #fe9901;
    color: #fff;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton:hover {
    background: #fe9901;
}

table.EurolandTools-CommonObjects-Calendar-Month-Table,
th.EurolandTools-CommonObjects-Calendar-Month-DayName {
    color: #555 !important;
    font-size: 14px;
}

.EurolandTools-CommonObjects-Calendar-Month-DayButton:hover {
    background: #006d81;
    color: #fff;
    cursor: pointer;
}

/* Calendar */

.NewsColumn-Container.PressRelease-NewsColumn {
    position: relative;
}

.NewsColumn-Container.PressRelease-NewsColumn::before {
    content: url(icons/doc.png);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 30px;
    height: auto;
}

footer {
    font-size: 14px;
}

#CurrentPeriodContainer {
    font-weight: bold;
    font-size: 1em;
}

.Periods-YearPeriod.Periods-YearPeriodSelected {
    color: #eb9e02 !important;
}

div#ControlsContainer {
    padding-left: 5px;
}

@media (max-width: 572px) {
    .euButton {
        margin: 7px 0;
        width: 146px;
    }
}

@media (max-width:479px) {
    .NewsColumn-Container {
        position: relative;
        top: 0;
        left: 0;
    }

    body,
    input {
        font-size: 14px;
    }

    span.PressRelease-NewsType {
        font-size: 13px;
    }

    .PressRelease-SingleLine-TitleContainer {
        width: 66%;
    }

    .Pages-ArrowContainer:first-child .Pages-Arrow,
    .Pages-ArrowContainer:last-child .Pages-Arrow {
        padding: 9.5px;
    }

    .Pages-Arrow,
    .Pages-Arrow:link,
    .Pages-Arrow:active,
    .Pages-PageMarker,
    .Pages-PageMarker:link,
    .Pages-PageMarker:visited {
        padding: 12px 18px;
    }

    .zh-CN .Pages-Arrow,
    .zh-CN .Pages-Arrow:link,
    .zh-CN .Pages-Arrow:active,
    .zh-CN .Pages-PageMarker,
    .zh-CN .Pages-PageMarker:link,
    .zh-CN .Pages-PageMarker:visited,
    .zh-TW .Pages-Arrow,
    .zh-TW .Pages-Arrow:link,
    .zh-TW .Pages-Arrow:active,
    .zh-TW .Pages-PageMarker,
    .zh-TW .Pages-PageMarker:link,
    .zh-TW .Pages-PageMarker:visited {
        padding: 12px 17px;
    }

    #CurrentPeriodContainer {
        font-weight: bold;
        font-size: 12px;
        white-space: nowrap;
    }

    #YearPeriodsContainer a {
        font-size: 16px;
    }

    .zh-CN .Pages-ArrowContainer:first-child .Pages-Arrow,
    .zh-CN .Pages-ArrowContainer:last-child .Pages-Arrow,
    .zh-TW .Pages-ArrowContainer:first-child .Pages-Arrow,
    .zh-TW .Pages-ArrowContainer:last-child .Pages-Arrow {
        padding: 10.5px;
    }

}