body {
    background: rgba(255, 255, 255, 0.3) !important;
 
    padding: 0 25px;
}
.en-GB body, .en-GB, .en-GB input, .en-GB .euButton {
    font-family: Segoe UI, sans-serif, Helvetica!important;
    font-size: 16px;
    color: #ffffff;
}

.zh-CN body, .zh-TW body, .zh-TW input, .zh-CN input, .zh-TW .euButton,.zh-CN .euButton {
    font-family: Microsoft YaHei, Arial, Helvetica, sans-serif!important;
    font-size: 16px;
    color: #ffffff;
    /*
    background: transparent;*/
}
/*.zh-CN body .PressRelease-NewsType,
.zh-CN body #Tabs {
    display:none!important;
} */

a {
    color: #7f7f7f;
    text-decoration: none;
}
#Main {
    width: 100%;
    max-width: 1090px;
    padding: 25px 0;
    
}
input, .InactiveInputBox {
    color: #666;
    font-size: 12px;
}
/*TEMP HIDE TYPES*/
/* span.PressRelease-NewsType {
    display: none;
} */
/*END TEMP HIDE*/

#MainHeading {
    font-size: 1.25em;
    color:#0067BB;
    font-weight:700 !important;
    text-align: left;
    margin-bottom: 1em;
    display: none !important;


}
.PressRelease-NewsColumn {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.euButton {
    color: #333333 !important;
    outline: 0px solid #ffffff;
    padding: 10px 64px;
    background: #ffffff;
    border: 0px solid transparent;
    font-weight: normal;
    font-size: 16px;
	line-height: normal;
    font-family: inherit;
    cursor: pointer !important;
	text-transform: none;
    border-radius: 30px;
    line-height: 1.375em;
}

.euButton:hover {
    text-transform: none;
	outline: 0px solid transparent;
	color: #0065b0 !important;
	border: 0px solid #ffffff;
    background:#ffffff;
}

/*.Pages-PageMarker {
    display: inline-block;
    padding: 6px 12px 7px 12px;
    border-radius: 0;
    color: #9d9d9d;
    margin: 3px;
    border: 1px solid #9d9d9d;
    text-decoration: none;
}

.Pages-PageMarker:hover {
    text-decoration: none !important;
    background: #9d9d9d;
    color: #fff;
}

.Pages-SelectedPageMarker, .Pages-SelectedPageMarker:hover {
    background: #9d9d9d;
    color: #fff;
    border: 1px solid #9d9d9d;
}*/

#SuppliedBy a,
a:link,
a:visited {
    color: #ffffff;
    text-decoration: none;
}

#SuppliedBy a:hover,
a:hover,
a:active {
    color: #ffffff;

    text-decoration: underline !important;
}
#Tabs {
    border-bottom: 0em solid #D7D7D7;
    margin-bottom: 1em;
    padding-bottom: 0;
}
.Tabs {
    border-bottom: none;
}

.Tabs-Tab {
    margin: 2px 0;
    margin-right: 0px;
}

.Tabs-Tab-Container {
    border:none;
    padding-top: 0.6em !important;
    padding-bottom: 0.6em !important;
    padding-left: 1.0em;
    padding-right: 1.0em;
}

.Tabs a {
    font-weight: normal !important;
    font-size: 16px;
    background: #ffffff;
    color: #333333;
    margin-right: 30px;
    margin-top: 2px;
    border: 0px solid #ffffff;
    border-radius: 30px;
    text-align: center;
    padding: 0em !important;
    max-width: 214px;
    min-width: 214px;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
    transition: none;
}
body .Tabs-Tab-Container.selected {
    border: 0px solid #ffffff;
    color: #0065b0;
    height: 50px;
    line-height:50px;
}


.Tabs a:hover {
    border: 0px solid #ffffff;
    color: #0065b0;
    height: 50px;
    line-height: 50px;
    background: #ffffff;
    text-decoration: none!important;
}

/*-----------------------------------------------------*/

.Type {
    background: #ffffff;
    color: #333333;
    border-radius: 2em;
    font-family: inherit;
    border: 1px solid #cccccc;
    outline: none;
    padding: 5px 15px 5px 15px;
}

.TypeSelected {
    background: #ffffff;
    color: #0065b0;
}

.PressRelease-NewsTitle {
    font-weight: normal;
}

a {
    color: #ffffff;
    text-decoration: none;
}

a:hover, a:active {
    color: #ffffff;
    text-decoration: underline !important;
}

#YearPeriodsContainer a, .NewsColumn-Container a {
    color: #ffffff;
    text-decoration: none;
}

#YearPeriodsContainer a:hover, .NewsColumn-Container a:hover {
    color: #ffffff;
    text-decoration: underline !important;
}

#PressReleases a {
    color: #ffffff;
}

#PressReleases a:hover {
    text-decoration: none;
}
.PressRelease-SingleLine-TitleContainer, .PressRelease-SingleLine-DateContainer {

}
.PressRelease-SingleLine-DateContainer {
    float: left;
}

.PressRelease-SingleLine-TypeContainer,
.PressRelease-SingleLine-DateContainer {
    margin-bottom: 0.5em;
}

.PressRelease-SingleLine-TypeContainer {
    float: right;
    display: none !important;
}

.PressRelease-SingleLine-TitleContainer {
    clear: left;
    float: left;
    max-width: 80%;
}

.PressRelease-SingleLine-AttachmentsContainer {
    float: right;
    clear: none;
}
.NewsColumn-Container {
    position:relative;
}
.PressRelease-NewsColumn {
    padding-top: 35px;
    padding-left:10px;
    padding-bottom:35px;
}

.PressReleaseOdd,
.PressReleaseEven {
    background-color: transparent;
    border-bottom: 1px solid #f1f1f1!important;

}
.PressRelease-NewsType {

    border: 0px solid #cccccc;
    font-weight:normal;
    color: #ffffff;
    background: transparent;
    font-size:0.9em;
    border-radius: 2em;
    outline: none;
    padding: 5px 10px 5px 10px;
}
.Pages-Arrow:hover {
    text-decoration: underline;
}




/* @media (max-width: 500px) { 
    .Tabs-Tab {
        width: 65%;
        text-align: center;
        margin-top: 5px;
    }
    #Tabs {
        text-align: center;
    }
    .Tabs {
        border-bottom: none;
    }
} */


@media (max-width: 465px) {
    .InactiveInputBox {
        width: 130px;
    }
    .euButton {
        padding: 7px 25px;
    }
    
}
@media (max-width: 370px) {
    .PressRelease-NewsType {
        font-size: 0.7em;
    }
    .PressRelease-NewsColumn {
    padding-top: 35px !important;
    padding-bottom: 25px !important;
}
}

div#SeparateNews-Body {
	padding-top: 70px;
	background-repeat: no-repeat;
	background-size: 150px 32px;
	background-position: 10px 12px;
}


.Pages {
    width: 100%;
    padding-top: 33px;
}

.InputBox {
    border: 1px solid #cccccc!important;
    border-radius: 0em;
    outline: none;
    line-height: 30px;
    padding-left: 10px;
    background: transparent;
}

.Tabs {
   
    text-align: center;
    display: none;

}

.PressRelease-NewsTitle {
    font-size: 16px;
}

.PressRelease-NewsDate {
    font-size: 16px;
}
.Pages-SelectedPageMarker {
    color: #ffffff;
    text-decoration: underline;
    cursor: default;
}
div#SeparateNews-Body a {
    color: #000000!important;
}

.SeparateNews-Footer-Container a {
    color: #000000!important;
}
.NewsColumn-Container .PressRelease-Attachment {
    padding-right: 5px;
}
.PressRelease-Attachment > div,
.PressRelease-Attachment > div > a ,
.PressRelease-Attachment > div > a > img {
    height: 25px !important;
    width: 24px !important;
    margin: 0 !important;
}
.PressRelease-Attachment > div {
    top: -15px;
    right: 50%;
    position: relative;
    margin: 0 0 0 5px !important;
}
table.Pages>tbody>tr>td {
    display: inline-block!important;
}
#SuppliedBy a::before {
    background-color: transparent !important;
}
div#SuppliedBy a img {
    display: none !important;
}
footer .supply-by > a:before, #SuppliedBy > a:before, .footer .supply-by > a:before, .supplied-box span > a:before, .footer-info .supply-by span > a:before, .footer div .hyperlink:before, .footer-box .supplyby-box .hyperlink:before, .footer-box .supplied .hyperlink:before{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background: right url(Euroland-white-logo.png) no-repeat #FFF;
    background-size: contain;
    -webkit-print-color-adjust: exact;
    -moz-print-color-adjust: exact;
    -ms-print-color-adjust: exact;
}
footer .supply-by > a, #SuppliedBy > a, .footer .supply-by > a, .supplied-box span > a, .footer-info .supply-by span > a, .footer div .hyperlink, .footer-box .supplyby-box .hyperlink, .footer-box .supplied .hyperlink {
    width: 128px !important;
}
div#SearchContainer span label {
 display: none;
}
 