/* line 3, D:/www/osran/scss/layout.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

/* line 9, D:/www/osran/scss/layout.scss */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

/* line 15, D:/www/osran/scss/layout.scss */
body {
  background-image: url(../images/Bg_Grass.gif);
  background-repeat: repeat;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* line 21, D:/www/osran/scss/layout.scss */
.centered {
  width: 96%;
  margin: 0 auto 0 auto;
}

/* line 26, D:/www/osran/scss/layout.scss */
.col-2-3 {
  width: 62%;
  display: inline-block;
}

/* line 31, D:/www/osran/scss/layout.scss */
.col-1-3 {
  width: 32%;
  display: inline-block;
}

/* line 36, D:/www/osran/scss/layout.scss */
.valign {
  vertical-align: top;
}

/* line 40, D:/www/osran/scss/layout.scss */
.wrapper {
  margin: auto;
  width: 800px;
}

/* line 45, D:/www/osran/scss/layout.scss */
.content {
  background: rgba(255, 255, 255, 0.5);
  padding: 20px;
  margin: 8px 0 0 0;
  font-size: 14px;
  white-space: normal;
  word-wrap: break-word;
  border: 4px rgba(255, 255, 255, 0.5) solid;
}

/* line 55, D:/www/osran/scss/layout.scss */
.yellowcard {
  background: #e9c33e;
  padding: .5em 0 .5em 2em;
  border-radius: 1em;
  box-shadow: 2px 3px 5px 0px #000;
}

/* line 62, D:/www/osran/scss/layout.scss */
.yellowcard ul {
  margin-left: 0;
  padding-left: 0em;
  list-style: none;
}

/* line 68, D:/www/osran/scss/layout.scss */
.yellowcard li::before {
  content: "";
  display: inline-block;
  height: 1em;
  width: .75em;
  background: red;
  border-radius: .15em;
  margin-right: .5em;
}

/* line 78, D:/www/osran/scss/layout.scss */
.yellow-table {
  background: #e9c33e;
  padding: 10px 0 20px 10px;
  margin: 0 10px 15px 10px;
  border-radius: 15px;
  box-shadow: 2px 3px 5px 0px #000;
}

/* line 86, D:/www/osran/scss/layout.scss */
.yellow-table tr:nth-child(even) {
  background: #fff;
}

/* line 94, D:/www/osran/scss/layout.scss */
.news li {
  margin-bottom: 1.5em;
  list-style-image: url("/images/Ref-Flag-icon-sm.svg");
}

/* line 99, D:/www/osran/scss/layout.scss */
.footer {
  color: #fff;
  text-align: center;
  margin: auto;
  width: 800px;
  padding: 0;
  font-size: 9pt;
  font-weight: bold;
}

/* line 109, D:/www/osran/scss/layout.scss */
.footer hr {
  width: 788px;
  background: #fff;
  border: none;
  height: 1px;
  margin-left: 0;
}

/* line 3, D:/www/osran/scss/navigation.scss */
.navbar {
  background: #fff;
  margin: 2px 0 0 0;
  display: block;
  height: 33px;
}

/* line 10, D:/www/osran/scss/navigation.scss */
.navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 16, D:/www/osran/scss/navigation.scss */
.navbar li {
  display: inline-block;
  padding: 5px 20px 6px 23px;
  font-size: 13pt;
}

/* line 22, D:/www/osran/scss/navigation.scss */
.navbar a {
  font-weight: bold;
  text-decoration: none;
  color: #526d44;
}

/* line 28, D:/www/osran/scss/navigation.scss */
.navbar li:hover {
  background: #e9c33e;
}

/* line 32, D:/www/osran/scss/navigation.scss */
.navbar li:hover a {
  color: #000;
}

/* line 36, D:/www/osran/scss/navigation.scss */
.footer a:after {
  content: " | ";
  color: #fff;
}

/* line 41, D:/www/osran/scss/navigation.scss */
.footer a:last-of-type:after {
  content: " ";
}

/* line 3, D:/www/osran/scss/typography.scss */
section {
  line-height: 1.65em;
}

/* line 7, D:/www/osran/scss/typography.scss */
.blocktext {
  position: absolute;
  width: 725px;
  top: 25px;
  overflow: auto;
  display: none;
  white-space: pre;
  z-index: 2;
}

/* line 17, D:/www/osran/scss/typography.scss */
.page-header {
  font-size: 1.5em;
  font-weight: bold;
  color: #000;
}

/* line 23, D:/www/osran/scss/typography.scss */
.Section_Header {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

/* line 29, D:/www/osran/scss/typography.scss */
.section-header {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-align: center;
}

/* line 36, D:/www/osran/scss/typography.scss */
.news a {
  font-weight: bold;
}

/* line 40, D:/www/osran/scss/typography.scss */
.footer a {
  color: #fff;
  text-decoration: none;
}

/* line 45, D:/www/osran/scss/typography.scss */
.footer a:hover {
  color: #e9c33e;
}

/*# sourceMappingURL=../css/styles.map */