#Main {
    max-width: 100%;
    padding: 0;
}

body,
input {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
}

button {
    font-family: Arial, Helvetica, sans-serif;
}

.Tabs-Tab {
    font-size: 16px;
}

.zh-TW button,
.zh-TW body,
.zh-TW input,
.zh-CN button,
.zh-CN body,
.zh-CN input {
    font-family: Microsoft Yahei, Arial, sans-serif !important;
}

.SortingContainer-NoChange-NewsColumn a,
.SortingContainer-NoChange-NewsColumn a:link,
.SortingContainer-NoChange-NewsColumn a:visited,
.PressRelease-NewsTitle,
a,
a:link,
a:visited,
#YearPeriodsContainer a {
    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,
#YearPeriodsContainer a:hover {
    color: #333333;

    font-weight: none;
    text-decoration: underline;
    font-style: none;
}

#MainHeading {
    display: none;
    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;
}

#DateAvailableFrom {
    border-left: 0px;
    border-right: 0px;
    text-align: left;
    font-size: 1em;
    font-weight: normal;
    padding-top: 15px;
    padding-bottom: 0.6em;
}

#Periods {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
}

.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
#SearchBox,
#FromCalendarInput,
#ToCalendarInput {
    height: auto;
    line-height: normal;
    width: 11em;
    vertical-align: top;
    border: 1px solid #CCCCCC;
}


#FromCalendarContrainer,
#ToCalendarContrainer {
    vertical-align: top;
}

.euButton {
    height: auto;
    line-height: 16px;
    font-family: inherit;
    font-size: 16px;
    font-weight: normal;
    color: #FFFFFF !important;
    text-transform: none;
    padding: 11px;
    border: 1px solid #f1f5f8;
    border-radius: 50px;
    background: #f1f5f8;
    color: #333333 !important;
    transition: 0;
    float: none;
    min-width: 11.8em;
}

.euButton:hover {
    background: linear-gradient(to right, #013f80, #237ad4);
    color: #FFFFFF !important;
    border-color: #237ad4;
    cursor: pointer;
    box-shadow: 0px 0px 15px -3px #237ad4;
}

#SearchButton:hover {
    cursor: pointer;
}

#SearchContainer {
    padding: 0em 0 1em 0;
    clear: both;
}

#YearPeriodsContainer a {
    font-size: 1.25em;
    font-weight: bold;
}

#YearPeriodsContainer a:hover,
#YearPeriodsContainer a:active {
    color: #0067a5;
    text-decoration: none;
}

#CurrentPeriodContainer {
    font-weight: normal;
}

#SortingContainer {
    margin-top: 1em;
    padding: 0px;
    padding-top: 0em;
    padding-bottom: 0.6em;
    font-size: 1.25em;
    font-weight: bold;
}

.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: 0px solid #CCCCCC;
}

.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: 18px;
    padding-top: 14px !important;
    padding-right: 0em;
    padding-bottom: 14px !important;
    padding-left: 0em;
    margin-top: 0.0em;
    margin-right: 5px;
    margin-bottom: 0.0em;
    margin-left: 5px;
    border-radius: 50px;
    font-family: inherit;
    font-weight: normal;
    font-size: 18px;
    text-transform: none;
    color: #333333;
    font-style: normal;
    text-decoration: none;
    border-top: 1px solid #f1f5f8;
    border-right: 1px solid #f1f5f8;
    border-bottom: 1px solid #f1f5f8;
    border-left: 1px solid #f1f5f8;
    background: #f1f5f8;
    transition: 0;
    position: relative;
    top: 0;
    left: 0em;
    width: 178px;
    min-width: 148px;

}

.Tabs-Tab-Container.selected:link,
.Tabs-Tab-Container.selected:visited,
.Tabs-Tab-Container.selected,
.Tabs-Tab-Container:hover,
.Tabs-Tab-Container:active {
    background: linear-gradient(to right, #013f80, #237ad4);
    color: #FFFFFF;
    border-top: 1px solid #237ad4;
    border-right: 1px solid #237ad4;
    border-bottom: 1px solid #237ad4;
    border-left: 1px solid #237ad4;
    position: relative;
    top: 0px;
    left: 0px;
    box-shadow: 0px 0px 15px -3px #237ad4;
}

.Tabs-Tab-Container:hover,
.Tabs-Tab-Container:active {
    box-shadow: none;
}

.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 #CCCCCC;
}

.Tabs-Tab {
    display: inline-block;
    margin: 0px;
}

#Types {
    padding-bottom: 0em;
    padding-top: 0em;
    display: none;
}

.Type {
    background-color: #f1f5f8;
    border-radius: 50px;
    border: 1px solid #f1f5f8;
    padding: 8px;
    color: #333333;
    font-weight: normal;
    text-transform: none;
    font-family: inherit;
    font-size: 0.8em;
    margin: 0.22em;
    line-height: 22px;
    transition: 0;
}

.TypeSelected,
.Type:hover {
    cursor: pointer;
    background: linear-gradient(to right, #013f80, #237ad4);
    color: #FFFFFF;
    border-color: #237ad4;
    box-shadow: 0px 0px 15px -3px #237ad4;
}

/******************************************************************************** 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: 50px;
    border-bottom-left-radius: 50px;
    height: 6px;
    line-height: 6px;
    width: 8px;
    padding-right: 20px;
    margin-right: 11px;
    padding-left: 10px;
}

.Pages-ArrowContainer:last-child .Pages-Arrow {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    height: 6px;
    line-height: 6px;
    width: 8px;
    padding-right: 19px;
    padding-left: 11px;
    margin-left: 11px;
}

.zh-CN .Pages-ArrowContainer:last-child .Pages-Arrow,
.zh-TW .Pages-ArrowContainer:last-child .Pages-Arrow {
    padding-right: 21px;
    padding-left: 11px;
}

.Pages-Arrow,
.Pages-Arrow:link,
.Pages-Arrow:active,
.Pages-PageMarker,
.Pages-PageMarker:link,
.Pages-PageMarker:visited {
    display: inline-block;
    background-color: #FFFFFF;
    color: #333333;
    border: 1px solid #999;
    padding: 1em 9px 1.0em 9px;
    font-family: inherit;
    font-size: 1.0em;
    text-decoration: initial;
    font-weight: normal;
    border-radius: 50px;
    transition: background 0.5s, color 0.5s, border 0.5s;
    margin: 6px;
    height: 6px;
    line-height: 6px;
    width: 20px;
}

.Pages-Arrow:hover,
.Pages-Arrow:active,
.Pages-PageMarker:hover,
.Pages-PageMarker:active {
    background-color: #003f80;
    color: #ffffff;
    border-color: #003f80;

    text-decoration: initial;
    font-weight: normal;
}

.Pages-SelectedPageMarker,
.Pages-SelectedPageMarker:hover,
.Pages-SelectedPageMarker:active {
    background-color: #003f80;
    color: #ffffff;
    border-color: #003f80;
    text-decoration: none;
    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 #E72C01;
    border-bottom: 0.0em solid #E72C01;
}

.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: #333;
    border-bottom-color: #333;
}

.SortingContainer-NoChange-NewsColumn a:active .ArrowContainer:after,
.SortingContainer-NoChange-NewsColumn a:hover .ArrowContainer:after {
    border-top-color: #333;
    border-bottom-color: #333;
}

.PressRelease-SingleLine-DateContainer {
    float: left;
}

.PressRelease-SingleLine-TypeContainer {

    float: left;

    border: 0em solid #CCCCCC;
    border-radius: 0.0em 0.0em 0.0em 0.0em;
    background-color: transparent;
    padding: 0;

}

.PressRelease-SingleLine-TitleContainer {
    width: 80%;
    margin-left: 25px;
}

.PressRelease-SingleLine-AttachmentsContainer {
    float: right;
    clear: right;
    right: 0;
    position: absolute;
    margin-top: -5px;
}

.PressRelease-SingleLine-DataRow {
    padding-top: 0px;
}

.PressReleaseOdd {
    background-color: transparent;
}

.PressReleaseEven {
    background-color: transparent
}

.PressRelease {
    border-bottom: 1px dashed #bfbfbf;
    padding: 0m;
    margin: 0;
    position: relative;
    border-right: 0em solid #CCCCCC;
    border-left: 0em solid #CCCCCC;
}

.NoChange-NewsColumn {
    display: block;
    padding: 1.3em 0.5em;
    margin: 1em 0;
}

.NoChange-NewsColumn:hover {
    -webkit-box-shadow: -1px 1px 40px -32px #0067a5;
    -moz-box-shadow: -1px 1px 40px -32px #0067a5;
    box-shadow: -1px 1px 40px -32px #0067a5;
}

/*
.PressRelease:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -15px;
    left: 0em;
    width: 100%;
    height: 0em;
    z-index: -1;
    border-bottom: 1px dashed #bfbfbf;
}
*/

#PressRelease_0 {
    border-top: 0em solid #CCCCCC;
}

.PressRelease:last-child {
    border-bottom: 1px dashed #bfbfbf;
}

.PressRelease-NewsTitle,
.PressRelease-NewsTitle:link,
.PressRelease-NewsTitle:visited {
    font-family: inherit;
    font-size: 1.0em;

    font-weight: bold;
    font-style: normal;
    text-decoration: initial;
    color: #333333;
}

.PressRelease-NewsTitle:hover,
.PressRelease-NewsTitle:active {
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: #0067a5;
}

.PressRelease-NewsType {
    font-weight: bold;
    text-transform: none;
    font-style: normal;
    font-family: inherit;
    font-size: 14px;
    color: #0067a5;
}

.PressRelease-NewsDate {
    margin-right: 1em;
    font-family: inherit;
    font-size: 16px;
    color: #999999;
    font-weight: normal;
    text-transform: none;
    font-style: normal;
}

#PagesContainer {
    text-align: center;
    padding: 3em 0 1em;
}

#SuppliedBy {
    text-align: right;
    padding-top: 2em;
    font-size: 14px;
}

.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
.InputBox {
    padding: 10px 5px;
    margin: 0px 0 5px 0;
}

.PressRelease-SingleLine-TypeContainer {
    display: none !important;
}

@media (max-width: 380px) {
    .Tabs-Tab {
        display: block;
        margin: 0px;
    }

    .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 {
        width: 98%;
        margin: 5px auto;
    }
}

* {
    outline: 0 !important;
}
