/* @import url('https://fonts.googleapis.com/css?family=Roboto:400,700.css'); */

/* roboto-regular - latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local(''),
	     url('https://lusi-dataviz.ylestatic.fi/2023-01-yo_tulokset/font/roboto-v30-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	     url('https://lusi-dataviz.ylestatic.fi/2023-01-yo_tulokset/font/roboto-v30-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
      }
      /* roboto-italic - latin */
      @font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	src: local(''),
	     url('https://lusi-dataviz.ylestatic.fi/2023-01-yo_tulokset/font/roboto-v30-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	     url('https://lusi-dataviz.ylestatic.fi/2023-01-yo_tulokset/font/roboto-v30-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
      }
      /* roboto-500 - latin */
      @font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: local(''),
	     url('https://lusi-dataviz.ylestatic.fi/2023-01-yo_tulokset/font/roboto-v30-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	     url('https://lusi-dataviz.ylestatic.fi/2023-01-yo_tulokset/font/roboto-v30-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
      }
      /* roboto-500italic - latin */
      @font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 500;
	src: local(''),
	     url('https://lusi-dataviz.ylestatic.fi/2023-01-yo_tulokset/font/roboto-v30-latin-500italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	     url('https://lusi-dataviz.ylestatic.fi/2023-01-yo_tulokset/font/roboto-v30-latin-500italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
      }
      /* roboto-700 - latin */
      @font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: local(''),
	     url('https://lusi-dataviz.ylestatic.fi/2023-01-yo_tulokset/font/roboto-v30-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	     url('https://lusi-dataviz.ylestatic.fi/2023-01-yo_tulokset/font/roboto-v30-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
      }
#app-root-2023-01-yo_tulokset *,
::before,
::after {
  box-sizing: content-box;
}
.ydd-article {
  overflow: visible !important;
}
#app-root-2023-01-yo_tulokset .app {
  background-color: #fff;
  box-sizing: border-box;
  color: #000;
  font-family: Open Sans;
  margin: auto auto;
  max-width: 688px;
  padding: 5px;
  width: 100%;
}
#app-root-2023-01-yo_tulokset .app h2 {
  color: #000;
  font-weight: 700;
  margin: 0 0 20px 0;
  text-align: center;
}
#app-root-2023-01-yo_tulokset .app p {
  color: #000;
  font-weight: 300;
  margin-bottom: 20px;
}
#app-root-2023-01-yo_tulokset .app p a {
  color: #000;
}
#app-root-2023-01-yo_tulokset .app .search_container {
  margin-bottom: 20px;
}
#app-root-2023-01-yo_tulokset .app .search_container input {
  background-color: #e6e6e6;
  border-radius: 3px;
  border: 0;
  box-sizing: border-box;
  font-size: 16px;
  height: 35px;
  outline: none;
  padding: 1px 10px;
  width: 85%;
}
#app-root-2023-01-yo_tulokset .app .search_container .icon {
  display: block;
  height: 35px;
  margin-right: 5px;
  width: 35px;
}
#app-root-2023-01-yo_tulokset .app .search_container .search {
  display: flex;
  margin-bottom: 5px;
}
#app-root-2023-01-yo_tulokset .app .search_container .search .icon {
  background-image: url('../assets/img/magnifier.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 35px 35px;
}
#app-root-2023-01-yo_tulokset .app .search_container .compare {
  display: none;
}
#app-root-2023-01-yo_tulokset .app .search_container .compare .icon {
  background-image: url('../assets/img/selection.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 25px 25px;
}
#app-root-2023-01-yo_tulokset .app .results_container h3 {
  background-color: #f6e373;
  border-radius: 5px;
  display: inline-block;
  font-size: 16px;
  margin: 0 0 -10px 0;
  padding: 5px 100px 15px 10px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
#app-root-2023-01-yo_tulokset .app .results_container .subject_container {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
#app-root-2023-01-yo_tulokset .app .results_container .subject_container:nth-child(2n-1) > h4 {
  color: #f6e373;
}
#app-root-2023-01-yo_tulokset .app .results_container .subject_container h4 {
  background-color: #4C7259;
  border-radius: 5px;
  color: #fff;
  margin: 0;
  padding: 5px 10px 5px 10px;
}
#app-root-2023-01-yo_tulokset .app .results_container .subject_container .results {
  background-color: rgba(76, 114, 89, 0.3);
  box-sizing: border-box;
  font-size: 16px;
  overflow: scroll;
  padding: 20px 10px;
}
#app-root-2023-01-yo_tulokset .app .results_container .subject_container .results .header_row,
#app-root-2023-01-yo_tulokset .app .results_container .subject_container .results .results_row {
  display: flex;
}
#app-root-2023-01-yo_tulokset .app .results_container .subject_container .results .header_row span,
#app-root-2023-01-yo_tulokset .app .results_container .subject_container .results .results_row span {
  margin-right: 2px;
  padding: 4px 4px;
  text-align: center;
  width: 100%;
  min-width: 58.75px;
}
#app-root-2023-01-yo_tulokset .app .results_container .subject_container .results .header_row span.first,
#app-root-2023-01-yo_tulokset .app .results_container .subject_container .results .results_row span.first {
  margin: 0;
  min-width: 100px;
}
#app-root-2023-01-yo_tulokset .app .results_container .subject_container .results .header_row span .anonymised,
#app-root-2023-01-yo_tulokset .app .results_container .subject_container .results .results_row span .anonymised {
  color: #595959;
}
#app-root-2023-01-yo_tulokset .app .results_container .subject_container .results .header_row span {
  font-size: 16px;
  font-weight: 700;
}
#app-root-2023-01-yo_tulokset .app .results_container .subject_container .results .header_row span.last {
  font-size: 14px;
  font-weight: 400;
}
#app-root-2023-01-yo_tulokset .app .results_container .subject_container .results .results_row {
  margin-bottom: 2px;
}
#app-root-2023-01-yo_tulokset .app .results_container .subject_container .results .results_row span {
  background-color: #fff;
}
#app-root-2023-01-yo_tulokset .app .results_container .subject_container .results .results_row span.first {
  background-color: #d6d9b1;
  font-size: 14px;
  font-weight: bold;
}
#app-root-2023-01-yo_tulokset .app .results_container .subject_container .results .compare_results h4 {
  background-color: #487685;
  margin: 20px 0 10px 0;
}
#app-root-2023-01-yo_tulokset .app .results_container .subject_container .results .country_results h5 {
  font-weight: 300;
  font-size: 14px;
  margin: 10px 0 5px 5px;
}
/* General styles */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  visibility: hidden;
}
.ss-terms {
  margin: 40px auto auto auto;
  max-width: 450px;
}
.meta {
  color: #333;
  font-size: 13px;
  line-height: 16px;
  padding: 0 10px 40px 10px;
}
.clear_both {
  clear: both;
}
.hidden {
  display: none;
}
.nowrap {
  white-space: nowrap;
}

