/* ### global settings ############################################################################################## */
@font-face {
    font-family: "myfont";
    src: url(/javax.faces.resource/css/CenturyGothic.woff.xhtml) format('woff');
}

@font-face {
    font-family: "myfont";
    src: url(/javax.faces.resource/css/CenturyGothic-Bold.woff.xhtml) format('woff');
    font-weight: bold;
}

@font-face {
    font-family: "myfont";
    src: url(/javax.faces.resource/css/CenturyGothic-Italic.woff.xhtml) format('woff');
    font-style: italic;
}

@font-face {
    font-family: "myfont";
    src: url(/javax.faces.resource/css/CenturyGothic-BoldItalic.woff.xhtml) format('woff');
    font-weight: bold;
    font-style: italic;
}

html, body {
    height: 100%;
    /*font-family: myfont, Futura, verdana, arial, helvetica, sans-serif;*/
    font-family: "century gothic", myfont;
    color: #333333;
}

html {
    overflow-y: scroll;
    filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0px;
    padding: 0px;
}

body {
    font-size: 14px;
    line-height: 20px;
}

body h3 {
    /*font-size: 16px;*/
    margin-bottom: 12px;
    line-height: 70%;
}

body h4 {
    /*font-size: 14px;*/
    margin-bottom: 6px;
}

body p {
    margin-top: 0;
    margin-bottom: 12px;
}

body br {
    margin-bottom: 12px;
}

a {
    color: #4D6FA0;
    outline: none;
    text-decoration: none;
}

a:hover {
    color: #4D6FA0;
    outline: none;
    text-decoration: underline;
}


/*
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
*/



/* ### vertical partitioning - main layout ########################################################################## */

div#viewport {
    min-height: 100%;
    position: relative;
    background: #ffffff;
}

div#header {
    height: 192px;
    background: #4D6FA0;
}

div#globalbar {
    height: 39px;         /*27*/
    /*padding: 12px 0;      12*/
    background: #ffffff;
}

div#navbar {
    height: 39px;
    background: #ffffff;
}

div#content_wrapper {
    padding-bottom: 100px; /* Height of the footer */
}

div#content {
    background: #ffffff;
    margin: 0;
    padding: 14px 0;  /*30px*/
}

div#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px; /* Height of the footer */
    background-image: url(/javax.faces.resource/images/global/gradient._100px_ffffff_to_4d6fa0.png.xhtml);
    background-repeat: repeat-x;
}


/* ### horizontal partitioning - sub layouts ######################################################################## */

div.hor_centr_960 {
    width: 960px;
    height: 100%;
    margin: 0px auto; /* adjust in the middle */
    /*background: #575756;*/
}

div.hor_left_192 {
    float: left;
    width: 192px;
    height: 100%;
    /*background: #929292;*/
}

div.hor_left_768 {
    float: left;
    width: 768px;
    height: 100%;
    /*background-color: #ffffff;*/
}

div.hor_left_768_30 {
    float: left;
    width: 708px;
    height: 100%;
    padding: 0 30px;
    /*background-color: #34417A;*/
}

div.hor_left_576_30 {
    float: left;
    width: 516px;
    height: 100%;
    padding: 0 30px;
    /*background-color: #34417A;*/
}

div.hor_left_384_30 {
    float: left;
    width: 324px;
    height: 100%;
    padding: 0 30px;
    /*background-color: #34417A;*/
}

div.hor_inner_float_left_0_516_30 {
    float: left;
    width: 516px;
    height: 100%;
    padding: 0px 30px 0px 0px;
    /*background-color: #34417A;*/
}

div.hor_left_256_30 {
    float: left;
    width: 190px;
    height: 100%;
    padding: 0 30px;
    /*background-color: #34417A;*/
}


/* ### positioning - miscellaneous ################################################################################## */

.clearboth {
    clear: both;
}


/* ### header logo  ################################################################################################# */

.rag_logo {
    border: 0;
    width: 192px;
    height: 192px;
    background: #1D245D;
}

.rag_logo p {
    position: absolute;
    margin-top: 134px;
    margin-left: 28px;
    /*font-family: myfont, Futura, verdana, arial, helvetica, sans-serif;*/
    font-family: "century gothic", myfont;
    font-size: 25.9px;
    letter-spacing: -0.4px;
    color: #ffffff;
}

/* ### header banner ################################################################################################ */

#banner-wrapper {
    /*background: url();*/
    background: #ffffff;
	position: relative;
	width: 768px;
	height: 192px;
}
.banner-item {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}


/* ### global service bar ########################################################################################### */

.localeselect {
    text-align: right;
    padding: 8px 30px 11px 30px;
    background: #ffffff;
    float: right;
}

.localeselected {
    color: #929292;
    text-decoration: none;
}

.localeselected:hover {
    color: #929292;
    text-decoration: none;
}

.localenotselected {
    color: #333333;
    text-decoration: none;
}

.localenotselected:hover {
    color: #333333;
    text-decoration: none;
}

.breadcrumb {
    text-align: right;
    padding: 8px 30px 11px 30px;
    background: #ffffff;
    float: left;
}

.breadcrumb .home {
    color: #333333;
    text-decoration: none;
    padding-right: 10px;
}

.breadcrumb .branch {
    color: #333333;
    text-decoration: none;
    padding: 0 15px;
    background: url() no-repeat 0px 9px;
}

.breadcrumb .leaf {
    color: #929292;
    text-decoration: none;
    padding: 0 15px;
    background: url() no-repeat 0px 9px;
}


/* ### top navigation bar ########################################################################################### */

.topNav {
    height: 39px; /*Original 92px*/
    z-index: 1000;
    margin-left: 0; /*Original 10px*/
    float: left;
    position: relative;
}

/*Applies to all li elements that are descendants of .topNav*/
.topNav li {
    float: left;
    font-size: 14px; /*Original 11px*/
    list-style: none;
    padding-bottom: 0px; /*Defines bottom padding - original 9px*/
    padding-top: 0px; /*Defines top padding - original 38px*/
    position: relative;
}

/*Applies all li:hover elements that are descendants of .topNav*/
/*Case: Level 1 - selected*/
.topNav li:hover {
    /*background: url(./images/navi-bg.gif) no-repeat top center;*/
    background: #ECEBEB;
}

/*Applies a li.topNavDivider element that is a descendants of .topNav*/
.topNav li.topNavDivider {
    background: url(/javax.faces.resource/images/global/divider-topNav.gif.xhtml) no-repeat;
    width: 1px;
    height: 39px; /*Original 30px*/
}

/*Applies all a elements that are descendants of .topNav li*/
.topNav li a {
    color: #333333;
    display: block;
    float: left;
    font-size: 14px; /*Original 12px*/
    padding: 8px 30px 11px 30px; /* origingal padding: 13px 18px 15px 18px;*/
    text-decoration: none;
    /*text-transform: uppercase;*/
}

/*Applies to each a:hover element that is a descendant of .topNav li*/
.topNav li a:hover {
    /*background: #DEDEDE;*/
}

/*Applies to all a elements, that are descendants of .topNav li ul li*/
.topNav li ul li a {
    text-transform: none;
    padding: 5px 30px;   /*5px 17px*/
    color: white;
}

/*Applies to each ul.lvl2 element that is a descendant of .topNav li*/
.topNav li ul.lvl2 {
    display: none;
    position: absolute;
    top: 31px; /*Defines lvl2 distance from top (39px distance + 8px padding = 47px) - original 83px*/
    padding-top: 8px;
    margin-left: 0px;
}

/*Applies each ul.lvl2 element that is a descendant of .topNav li:hover*/
.topNav li:hover ul.lvl2 {
    display: block;
}

/*Applies to each ul.lvl2 element that is a descendant of .topNav li.open2right*/
.topNav li.open2right ul.lvl2 {
    left: 0px;
}

/*Applies to each ul.lvl2 element that is a descendant of .topNav li.open2left*/
.topNav li.open2left ul.lvl2 {
    right: 0px;
}

/*Applies to all li elements, that are descendants of .topNav li ul.lvl2*/
/*Case: Level 2 with subpages - not selected*/
.topNav li ul.lvl2 li {
    margin: 0px;
    padding: 0px;
    /*background: #34417A; Original background: none;*/
    background: url(/javax.faces.resource/images/global/bg_1D245D_1px_alpha.png.xhtml) repeat;
    background: rgba(029, 036, 093, 0.7);
}

/*Applies to all li:hover elements, that are descendants of .topNav li ul.lvl2*/
/*Case: Level 2 with subpages - selected*/
.topNav li ul.lvl2 li:hover {
    background: #1D245D; /*Original background: none;*/
}

/*Applies to all a elements, that are descendants of .topNav li ul.lvl2 li*/
/*Case: Level 2 without subpages - not selected*/
.topNav li ul.lvl2 li a {
    border-bottom: 1px dotted #ffffff;
    display: block;
    width: 160px; /*Defines with of lvl2 and lvl3 - original 260px*/
}

/*Applies to each a element, that is a descendant of .topNav li ul.lvl2 li.subpages*/
/*Higher priority than .topNav li ul.lvl2 li a*/
/*Decorates lvl2 panes with an arrow*/
/*Case: Level 2 with subpages - not selected*/
.topNav li ul.lvl2 li.subpages a {
    background: url() no-repeat 202px 14px; /*Original 280px*/
}

/*Applies to all a elements, that are descendants of .topNav li ul.lvl2 li a in hover mode*/
/*Case: Level 2 without subpages - selected*/
.topNav li ul.lvl2 li a:hover {
    background: #4D6FA0;
    background: #34417A;
    background: #1D245D;

}

/*Applies to each a:hover element, that is a descendant of .topNav li ul.lvl2 li.subpages*/
/*Higher priority than .topNav li ul.lvl2 li a:hover*/
/*Decorates lvl2 panes with an arrow*/
/*Case: Level 2 with subpages - selected*/
.topNav li ul.lvl2 li.subpages a:hover {
    background: url() no-repeat 202px 14px; /*Original 280px*/
}

/*Applies to each ul.lvl3 element, that is a descendant of .topNav li ul.lvl2 li*/
.topNav li ul.lvl2 li ul {
    padding-top: 0px;
    position: absolute;
    left: 220px; /*Defines distance of lvl3 from lvl2 - original 294px*/
    top: 0px;
    display: none;
}

/*Applies to each ul.lvl3 element, that is a descendant of .topNav li ul.lvl2 li*/
.topNav li ul.lvl2 li ul.lvl3 {
    /*background: url(./images/white-pixel.gif); Never used*/
    margin-left: 0px;
}

/*Applies to each ul.lvl3 element, that is a descendant of .topNav li:hover ul.lvl2 li*/
.topNav li ul.lvl2 li:hover ul.lvl3 {
    display: block;
}

/*Applies to all a elements, that are descendants of .topNav li ul.lvl2 li ul.lvl3 li*/
/*Becomes overwritten by .topNav li ul.lvl2 li.subpages ul.lvl3 li a*/
.topNav li ul.lvl2 li ul.lvl3 li a {
}

/*Applies to all a elements, that are descendants of .topNav li ul.lvl2 li.subpages ul.lvl3 li*/
/*Higher priority than .topNav li ul.lvl2 li ul.lvl3 li*/
/*Case: Level 3 - not selected*/
.topNav li ul.lvl2 li.subpages ul.lvl3 li a {
    background: none;
}

/*Applies to all a:hover elements, that are descendants of .topNav li ul.lvl2 li ul.lvl3 li*/
/*Becomes overwritten by .topNav li ul.lvl2 li.subpages ul.lvl3 li a:hover*/
.topNav li ul.lvl2 li ul.lvl3 li a:hover {
}

/*Applies to all a:hover elements, that are descendants of .topNav li ul.lvl2 li.subpages ul.lvl3 li*/
/*Higher priority than .topNav li ul.lvl2 li ul.lvl3 li*/
/*Case: Level 3 - selected*/
.topNav li ul.lvl2 li.subpages ul.lvl3 li a:hover {
    background: #1D245D;
}


/* ### left navigation bar ########################################################################################## */

.leftNav {
    font-family: 'Lucida Console', Monaco, monospace;
    font-size: 32px;
    letter-spacing: -0.1px;
    word-break: break-all;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.leftNav img {
    margin: 0 0 14px 0;
}

.leftNav a {
    text-decoration: none;
    outline: none;
}

.leftNav a:hover {
    text-decoration: underline;
}


/* ### button call to action ######################################################################################## */

/* right part */
a.btn-cta {
    /* padding: 0 25px 0 0; top, right, bottom, left */
    padding: 0 17px 0 0; /* top, right, bottom, left */
    display: block;
    font-weight: normal;
    text-decoration: none;
    background: url(/javax.faces.resource/images/global/btn_blueright_60x39.png.xhtml) no-repeat right top;
    line-height: 30px;
    float: left;
}

/* left part, with text */
a.btn-cta span {
    padding: 0 0 0 17px;
    display: block;
    /*color: #FFF;*/
    color: #ffffff;
    text-decoration: none;
    background: url(/javax.faces.resource/images/global/btn_blueleft_60x1000.png.xhtml) no-repeat left top;
    font-size: 14px;
    cursor: pointer;
    float: left;
    line-height: 30px;
    height: 30px;
}

/* right part, hover shift */
a.btn-cta:hover {
    background-position: right -30px;
    text-decoration: none !important;
}

/* left part, hover shift */
a.btn-cta:hover span {
    background-position: left -30px;
    text-decoration: none !important;
}

.btn_group {
    margin: 20px 0 10px 0;
}

.btn_left {
    float: left;
}

.btn_right {
    float: right;
}


/* ### index formatting ############################################################################################# */

#index img {
    margin: 37px 54px 45px 54px;
}

#index ul {
    margin-left: 0;
}

#index ul li {
    float: left;
    list-style-type: none;
}

#index ul li ul {
    /*margin: 10px 0 10px 0;*/

}

#index ul li ul li {
    float: none;
    margin-bottom: 7px;
    padding-left: 10px;
    padding-right: 39px;
    background: url(/javax.faces.resource/images/global/rag_web_dash.gif.xhtml) no-repeat 0px 9px;
}



/* ### footer formatting ############################################################################################ */

#footer a {
    color: #333333;
}

#footer ul {
    margin-left: 0;
}

#footer ul li {
    float: left;
    list-style-type: none;
}

#footer ul li ul li {
    float: none;
}

#footer .footer_lnks {
    width: 222px;
    margin-top: 30px;
}

#footer .footer_lnks li {
    margin-bottom: 7px;
    padding-left: 10px;
    background: url() no-repeat 0px 9px;
}

#footer .footer-copyright {
    width: 450px; /*450*/
    margin-top: 30px;
}

#footer .footer-copyright li {
    margin-bottom: 7px;
    padding-left: 0px;
}

#footer .footer-copyright li.footer-copyright-content {
    /*background-color: #87ADCF;*/
    background: none;
    margin-left: 0px;
}

/* ### contact formatting ########################################################################################### */

#contactform select, input, textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-size: 100%;
}

#contactform {
    /*margin-top: 20px;*/
}

#contactform label {
    margin-bottom: 40px;
}

#contactform select {
    background-color: #ECEBEB;
    border: 1px solid #DEDEDE;
    height: 24px;
    width: 160px;
    margin-top: 6px;
    margin-bottom: 10px;
    display: block;
}

#contactform input[type="text"] {
    background-color: #ECEBEB;
    border: 1px solid #DEDEDE;
    height: 24px;
    width: 506px;
    padding: 0 4px;
    margin-top: 6px;
    margin-bottom: 10px;
    display: block;
}

#contactform input[name="contactform:captchaId"] {
    height: 50px;
    width: 100px;
    margin: 0;
    display: inline;
}

#contactform img {
    margin-left: 20px;
    vertical-align: bottom;
    border: 1px solid #DEDEDE;
}

#contactform .captchagroup {
    margin: 6px 0 10px 0;
    display: block;
}

#contactform textarea {
    border: 1px solid #DEDEDE;
    background-color: #ECEBEB;
    padding: 4px;
    margin-top: 6px;
    margin-bottom: 10px;
    width: 506px;
    display: block;
}

#contactform .captchaId input {
    width: 220px;
}

#contactform .validationerror {
    color: #AA1B44;
    margin-left: 20px;
    text-align: left;
}


/* ### address formatting ########################################################################################### */

.address {
    margin-top: 23px;
}


/* ### location formatting ########################################################################################## */

div[id="form:gmap"] {
    border: 1px solid #DEDEDE;
    margin: 12px 0;
}


/* ### table formatting ############################################################################################# */

table.numbering {
    border-collapse: collapse;
    width: 708px;
    margin: 8px 0 8px 0;
}

table.numbering .caption {
    text-align: left;
    padding: 8px 0;
    caption-side: top;
}

table.numbering .header {
    text-align: left;
    vertical-align: top;
    padding: 8px 8px;
    border: 1px solid #DEDEDE;
    background: none repeat scroll 0 0 #ECEBEB;
}

table.numbering td {
    vertical-align: top;
    padding: 8px 8px;
    border: 1px solid #DEDEDE;

}

table.numbering .col_wlsver {
    width: 165px;
}

table.numbering .col_ofmrel {
    width: 180px;
}

table.numbering .col_gadate {
    width: 65px;
}

table.numbering .col_premier {
    width: 65px;
}

table.numbering .col_extended {
    width: 65px;
}

table.numbering .col_sustaining {
    width: 65px;
}


/* ### common text formatting ####################################################################################### */

.cmntxt ul {
    padding-left: 12px;
    margin-bottom: 24px;
}

.cmntxt li {
    list-style-type: none;
    list-style-position: inside;
    padding-left: 12px;
    margin-top: 8px;
    background: url(/javax.faces.resource/images/global/rag_web_dash.gif.xhtml) no-repeat 0px 9px;
}

.cmntxt ul li ul {
    margin-bottom: 0;
}

.cmntxt p {
    margin-bottom: 22px;
}

.cmntxt img {
    margin: 17px 0 25px 0;/*   original */
    /* margin: 17px 0px 0px 0px; test */
}

/* ### explicit formatting ########################################################################################## */

img.with_reference {
    margin: 17px 0px 0px 0px;
    border: none;
    padding: 0;
}

.reference_text {
    font-size: 14px;
    line-height: 15px;
}

/* ### company > publications ####################################################################################### */


.company_publications .col_01 {
    font-weight: bold;
    vertical-align: top;
    padding-right: 20px;
}

.company_publications .col_02 {
    vertical-align: top;
}

/* ### solutions > cloud-services ################################################################################### */

.services_cloudservices .col_01 {
    padding-right: 10px;
    horiz-align: left;
}

.services_cloudservices .col_02 {
    padding-left: 10px;
    horiz-align: left;
}
/* ### inline formatting ############################################################################################ */
.sup {
    position: relative;
    top: -3px;
    font-size: 10px;
}

.mono {
    font-family: "Lucida Console", Courier, "Courier New";
}

.italic {
    font-style: italic;
}


/* ### social links formatting ###################################################################################### */

.xing-link {
    background: url(/javax.faces.resource/images/partners/logo_xing_20x55.png.xhtml) no-repeat;
    display: block;
    float: right;
    height: 20px;
    width: 55px;
    text-indent: -99999px;
    margin-right: 5px;
    margin-top: 10px;
    margin-left: 20px;
}

.linkedin-link {
    background: url(/javax.faces.resource/images/partners/logo_linkedin_20x71.png.xhtml) no-repeat;
    display: block;
    float: right;
    height: 23px;
    width: 75px;
    text-indent: -99999px;
    margin-top: 10px;
    margin-left: 20px;
}


.twitter-link {
    background: url(/javax.faces.resource/images/partners/logo_twitter_23x20x24.png.xhtml) no-repeat;
    display: block;
    float: right;
    height: 23px;
    width: 23px;
    text-indent: -99999px;
    margin-top: 10px;
    margin-left: 20px;
}

/* ### logo links formatting ######################################################################################## */

.logo-aws_select_partner_link {
    background: url() no-repeat;
    display: block;
    float: right;
    height: 185px;
    width: 192px;
    text-indent: -99999px;
    margin: 0px 0px 24px 0px;
}

.logo-spec-wls-link {
    background: url(/javax.faces.resource/images/partners/logo_oracle_gold_partner_specialized_weblogic_192x73x24.png.xhtml) no-repeat;
    display: block;
    float: right;
    height: 73px;
    width: 192px;
    text-indent: -99999px;
    margin: 0px 0px 24px 0px;
}


/* ### references ################################################################################################### */

.customer img {
    display: block;
    margin: 0px auto 50px auto;
}


/* ### overwriting foundation.min.css ############################################################################### */
table { 
    background: none;
    margin-bottom: 0;
    border:solid 0;
    table-layout:auto
}
table tr th,table tr td {
    padding: 0 0;
    font-size: inherit;
    color: inherit;
    text-align: left 
}
p {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    margin-bottom: inherit;
    text-rendering: optimizeLegibility;
}
h3 {
    font-size: 1.17em; /* user agent html.css */
    font-weight: bold; /* user agent html.css */
}

h4 {
    font-size: 1.00em;
    font-weight: bold;
}
label {
    font-size: inherit; /*0.875rem;*/
    color: inherit; /*#4d4d4d;*/
    cursor: inherit; /*pointer;*/
    display: inline; /*block;*/
    font-weight: inherit; /*normal;*/
    line-height: inherit; /*1.5;*/
    margin-bottom: inherit; /*0;*/
}
select {
    -webkit-appearance: inherit; /*none !important;*/
    -webkit-border-radius: inherit; /*0px;*/
    background-color: inherit; /*#fafafa;*/
    background-image: none; /*url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);*/
    background-position: 100% center;
    background-repeat: no-repeat;
    border-style: inherit; /*solid;*/
    border-width: inherit; /*1px;*/
    border-color: inherit; /*#ccc;*/
    padding: inherit; /*0.5rem;*/
    font-size: inherit; /*0.875rem;*/
    font-family: inherit; /*"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;*/
    color: inherit; /*rgba(0,0,0,0.75);*/
    line-height: inherit; /*normal;*/
    border-radius: inherit; /*0;*/
    height: inherit; /*2.3125rem;*/
}
/* Affects top navigation and main column */ 
*, *::before, *::after {
    -webkit-box-sizing: inherit; /*border-box;*/
    -moz-box-sizing: inherit; /*border-box;*/
    box-sizing: inherit; /*border-box;*/
}
/* Affects font size of footer */
ul, ol, dl { 
    font-size: inherit; /*1rem;*/
    line-height: inherit; /*1.6;*/
    list-style-position: outside;
    font-family: inherit;
}
/* Affects text area with */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background-color: #fff;
    font-family: inherit;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    box-shadow: none; /*inset 0 1px 2px rgba(0,0,0,0.1);*/
    color: inherit; /*rgba(0,0,0,0.75);*/
    display: block;
    font-size: 0.875rem;
    margin: 0 0 1rem 0;
    padding: 0.5rem;
    height: 2.3125rem;
    width: 100%;
    -webkit-box-sizing: inherit; /*border-box;*/
    -moz-box-sizing: inherit; /*border-box;*/
    box-sizing: inherit; /*border-box;*/
    transition: box-shadow 0.45s,border-color 0.45s ease-in-out;
}


/* ### overwriting mdn_extract_10.css ############################################################################### */
/* Affects color of link below of pictures (sources) */
:link {
    color: none; /*rgb(0, 0, 238);*/
}


/* ### overwriting  www-embed-player-2x-vflUdUmTk.css ############################################################### */
.html5-video-player {
    font-family: "century gothic", myfont;/*Roboto,Arial,Helvetica,sans-serif;*/
    color: #eee;
    text-align: left;
    direction: ltr;
    font-size: 11px;
    line-height: 1.3;
}


/* ### overwriting www-embed-player-2x-vfl82NWQz.css ################################################################ */
.html5-video-player {
    font-family: "century gothic", myfont;/*Roboto,Arial,Helvetica,sans-serif;*/
}

.ytp-title-link {
    padding-top: 6px;/*14px;*/
}

/* ### www-embed-player-fladP5_s.css ################################################################################ */
/* Headline Youtube */
.html5-video-player {
    font-family: "century gothic", myfont !important; /*Roboto,Arial,Helvetica,sans-serif;*/
    color: #eee;
    text-align: left;
    direction: ltr;
    font-size: 11px;
    line-height: 1.3;
}

/* ### www-embed-player-2x-vflDu8s51.css ############################################################################ */
/* Headline Youtube */
.ytp-title-text {
    line-height: 0.3 !important; /*1.1;*/
}