﻿body, input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
}
body {
    margin: 0px;
    padding: 0px;
}

.TermsLinkContainer:after {
    content: ' | ';
}

.SeparateNews-Title {
    font-size: 1.3em;
    font-weight: bold;
    padding-top: 0px;
    margin-top: 0px;
}
.SeparateNews-Attachments-Heading {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
#SeparateNews-Body {
    padding: 10px;
    margin-top: 60px;
    margin-bottom: 45px;
}
.SeparateNews-Header-Container,
.SeparateNews-Footer-Container {
    padding: 7px 5px 7px 5px;
    background: #e4e4e4;
    -moz-box-shadow: 2px 2px 10px #cccccc;
    -webkit-box-shadow: 2px 2px 10px #cccccc;
    box-shadow: 2px 2px 10px #cccccc;
}
#SeparateNews-Footer {
    text-align: right;
}
body[dir=rtl] #SeparateNews-Footer {
    text-align: left;
}
#SeparateNews-Header {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
} 
#SeparateNews-Footer {
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0px;
}

.SeparateNews-Header-Frame {
    width: 100%;
}
.SeparateNews-Header-RightColumn,
.SeparateNews-Header-LeftColumn {
    white-space: nowrap;
}
.SeparateNews-Header-RightColumn {
    text-align: right;
}
body[dir=rtl] .SeparateNews-Header-RightColumn {
    text-align: left;
}
body[dir=rtl] .SeparateNews-Header-LeftColumn {
    text-align: right;
}
body[dir=rtl] .SeparateNews-Header-AddThisContainer {
    float: right;
}

#SeparateNews-Disclaimer {
    position: fixed;
    top: 0px;
    left: 0px;

    z-index: 10000;
    width: 100%;
    height: 100%;

    background: #fff;

    padding: 1em;
    box-sizing: border-box;
}

.SeparateNews-Disclaimer-Buttons {
    text-align: center;
    padding-top: 1em;
}

.euButton {
    background-color: #319DDD;
	border: 0px;
    color: #ffffff;
    padding: 3px 10px 3px 10px;

    cursor: pointer;
}
