html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio[controls], canvas, video {
    display: inline-block;
}
html {
    font-size: 100%;
    overflow-y: scroll;
}
*::-moz-selection {
    background: #dedede none repeat scroll 0 0;
    color: #000;
    text-shadow: none;
}
a:focus, a:hover, a:active {
    outline: 0 none;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ccc -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
}
ins {
    background: #ff9 none repeat scroll 0 0;
    color: #000;
    text-decoration: none;
}
mark {
    background: #ff0 none repeat scroll 0 0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
pre, code, kbd, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: none;
}
q::before, q::after {
    content: none;
}
small {
    font-size: 85%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
ul, ol {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
img {
    border: 0 none;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
form {
    margin: 0;
}
fieldset {
    border: 0 none;
    margin: 0;
    padding: 0;
}
legend {
    border: 0 none;
    padding: 0;
}
label {
    cursor: pointer;
}
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}
button, input {
    line-height: normal;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
}
input[type="search"] {
    box-sizing: content-box;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
input:invalid, textarea:invalid {
    background-color: #f0dddd;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html {
}
body {
    background-color: #fff;
    font: 13px/1.231 Arial,Helvetica,"Lucida Grande",sans-serif;
    margin: 0;
    overflow: hidden;
    text-align: left;
}
.page-header {
    margin: 0 auto 30px;
    max-width: 990px;
}
.page-header h1 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #eee;
    background-image: url("../img/ge-logo.svg"), none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    height: 41px;
    text-indent: -9999px;
}
#container {
    margin: 15px auto;
    max-width: 990px;
    padding: 0 10px;
}
h1, h2, h3, h4, h5 {
    font-weight: normal;
}
h2 {
    font-size: 26px;
    margin-bottom: 20px;
}
body#videosynd h2 {
    font-size: 24px;
    margin-bottom: 20px;
}
h3 {
    border-bottom: 1px solid #0066CC;
    font-size: 22px;
    margin-bottom: 15px;
    padding-bottom: 5px;
	color: #0066CC;
}
h4 {
    font-size: 18px;
    margin-bottom: 5px;
}
ul {
    margin: 0 0 30px 15px;
}
li {
    list-style: outside none disc;
    margin: 5px;
}
p {
    line-height: 18px;
    margin: 0 0 20px;
}
a {
    color: #0066CC;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
.link {
    display: block;
    margin: 5px 0 5px 10px;
    position: relative;
}
.link::before {
    border-bottom: 5px solid transparent;
    border-left: 5px solid #666;
    border-top: 5px solid transparent;
    content: "";
    height: 0;
    left: -10px;
    position: absolute;
    top: 3px;
    width: 0;
}
.table {
    border-collapse: collapse;
    margin: 5px 0 30px;
    width: 100%;
	border-top: 1px solid #f0f1f3;
	border-right: 1px solid #e7e7e7;
}
.table thead th, .table thead td {
    border-bottom: 1px solid #333;
    color: #333;
    font-weight: bold;
    text-align: left;
}
.table thead td {
    border-left: 1px solid #e7e7e7;
}
.table th {
    padding: 5px;
    text-align: center;
}
.table td {
    border-bottom: 1px solid #f0f1f3;
	border-left: 1px solid #e7e7e7;
    color: #666;
    padding: 5px;
}
#kwdnt-form {
    margin-bottom: 40px;
    padding: 0 20px;
}
#kwdnt-form::before, .kwdnt-form::after {
    content: "";
    display: table;
}
#kwdnt-form::after {
    clear: both;
}
#kwdnt-form input[type="radio"] {
    margin-right: 10px;
}
#kwdnt-form label {
    display: block;
    margin-bottom: 20px;
}
#logged-user {
    display: block;
    margin-bottom: 30px;
}
.cookies-list {
    border-left: 1px solid #eee;
    margin-bottom: 30px;
    margin-left: 20px;
    padding-left: 10px;
}
.cookies-list dt {
    color: #888;
    font-size: 14px;
    margin-bottom: 5px;
}
.cookies-list dd {
    margin-bottom: 20px;
}
.cookies-list dd a {
    color: #666;
    display: block;
    margin: 5px 0;
}
.cookies-list dt {
    margin: 5px 0 5px 10px;
    position: relative;
}
.cookies-list dt::before {
    border-bottom: 5px solid transparent;
    border-left: 5px solid #b90000;
    border-top: 5px solid transparent;
    content: "";
    height: 0;
    left: -10px;
    position: absolute;
    top: 3px;
    width: 0;
}
.continue-browsing {
    background: #eee none repeat scroll 0 0;
    margin-bottom: 30px;
    padding: 20px;
}
#c-b-text {
    float: left;
    width: 75%;
}
#backurl {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin-left: 10px;
    padding: 10px 5px 10px 10px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}
#backurl:hover {
    background: #666 none repeat scroll 0 0;
}
#backurl:hover::after {
    border-left-color: #666;
}
#backurl::after {
    border-bottom: 17px solid transparent;
    border-left: 17px solid #333;
    border-top: 17px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: -17px;
    top: 0;
    width: 0;
}
.page-footer {
    border-top: 1px solid #ccc;
    clear: both;
    font-size: 11px;
    padding: 5px 0;
}
@media only screen and (max-width: 900px) {
#c-b-text {
    float: none;
    width: auto;
}
.c-b-text {
    display: block;
}
#backurl {
    display: block;
    margin: 10px 0 0;
    padding: 20px 0;
    text-align: center;
}
#backurl::after {
    border: medium none;
}
}

