<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bluegradient {
  /*
  background: rgba(91, 164, 223, 1);
  background: -moz-linear-gradient(45deg, rgba(91, 164, 223, 1) 0%, rgba(46, 127, 193, 1) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(91, 164, 223, 1)), color-stop(100%, rgba(46, 127, 193, 1)));
  background: -webkit-linear-gradient(45deg, rgba(91, 164, 223, 1) 0%, rgba(46, 127, 193, 1) 100%);
  background: -o-linear-gradient(45deg, rgba(91, 164, 223, 1) 0%, rgba(46, 127, 193, 1) 100%);
  background: -ms-linear-gradient(45deg, rgba(91, 164, 223, 1) 0%, rgba(46, 127, 193, 1) 100%);
  background: linear-gradient(45deg, rgba(91, 164, 223, 1) 0%, rgba(46, 127, 193, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ba4df', endColorstr='#2e7fc1', GradientType=1);
  */
  border: none;
  background: #0081c3;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #0081c3), color-stop(100%, #00a6e3));
  background: -webkit-gradient(linear, left top, left bottom, from(#0081c3), to(#00a6e3));
  background: linear-gradient(to bottom, #0081c3 0%, #00a6e3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0081c3', endColorstr='#00a6e3', GradientType=0);
}

button.bluegradient:hover {
  background: #00a9e3;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #00a9e3), color-stop(100%, #0083c4));
  background: -webkit-gradient(linear, left top, left bottom, from(#00a9e3), to(#0083c4));
  background: linear-gradient(to bottom, #00a9e3 0%, #0083c4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a9e3', endColorstr='#0083c4', GradientType=0);
  /*
  background: rgba(91, 164, 223, 1);
  background: -moz-linear-gradient(top, rgba(91, 164, 223, 1) 0%, rgba(46, 127, 193, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(91, 164, 223, 1)), color-stop(100%, rgba(46, 127, 193, 1)));
  background: -webkit-linear-gradient(top, rgba(91, 164, 223, 1) 0%, rgba(46, 127, 193, 1) 100%);
  background: -o-linear-gradient(top, rgba(91, 164, 223, 1) 0%, rgba(46, 127, 193, 1) 100%);
  background: -ms-linear-gradient(top, rgba(91, 164, 223, 1) 0%, rgba(46, 127, 193, 1) 100%);
  background: linear-gradient(to bottom, rgba(91, 164, 223, 1) 0%, rgba(46, 127, 193, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ba4df', endColorstr='#2e7fc1', GradientType=0);
  */
}

body {
  font-family: 'Open Sans', "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
}

body.e500 {
  background-color: #e2ecf8;
}

body a {
  color: #2e7ec1;
}

body a:visited {
  color: #58a8ea;
}

body a:hover {
  color: #58a8ea;
}

body a.download {
  padding-left: 30px;
  padding-top: 2px;
  background-image: url(../images/icon-download.png);
  background-position: left center;
  background-repeat: no-repeat;
}

h1, h2, h3 {
  color: #202b32;
  font-weight: 600;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
}

form .form-control {
  border-color: #b0b0b0;
  color: #202b32;
}

form .errorlist {
  padding-left: 10px;
  padding-top: 4px;
  font-size: 12px;
  color: #cf4c4c;
}

form .errorlist li {
  list-style: none;
}

form label {
  font-weight: normal;
  color: #2e7ec1;
}

#header {
  padding: 16px 0;
}

#header #language-switcher a.active {
  color: #202b32;
}

#header h2 {
  margin: 12px 0 0;
  font-size: 22px;
  font-weight: 600;
  color: #202b32;
}

#header #form-search {
  margin-top: 12px;
}

#header #form-search input {
  border-color: #58a8ea;
  background-color: #e2ecf8;
}

#header #form-search input:focus {
  background-color: #fff;
}

#header #form-search button {
  color: #fff;
  padding: 6px 10px;
}

#footer {
  background-color: #202b32;
  padding: 40px 0 40px;
  color: #fff;
}

#footer h3 {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 20px;
  color: #fff;
}

#footer p {
  margin-bottom: 20px;
}

#footer p strong {
  color: #58a8ea;
  font-size: 14px;
}

#footer p em {
  display: block;
}

#container {
  padding-top: 20px;
  padding-bottom: 20px;
}

#content {
  padding-top: 20px;
  min-height: 300px;
}

#content .breadcrumb {
  background-color: transparent;
  padding-left: 0;
  margin-bottom: 10px;
}

#content .content h1 {
  margin: 0 0 40px;
  font-size: 30px;
}

#content .content div.meta {
  border-top: 1px solid #e2ecf8;
  margin: 40px 0 20px;
  padding-top: 10px;
}

#content .content div.meta .small, #content .content div.meta .print {
  font-size: 11px !important;
  color: #b0b0b0;
}

#content .content p {
  font-size: 14px;
}

#content .content p.date {
  margin-bottom: 20px;
}

#content .content p.meta {
  font-size: 12px;
  color: #b0b0b0;
  margin: 0;
}

#content .content p.meta span {
  color: #202b32;
}

#content .content table {
  width: 100%;
  border: 0 none;
  margin: 10px 0;
}

#content .content table td {
  border-bottom: 1px dashed #e6e6e6;
  padding: 8px 2px;
  white-space-collapse: discard;
  color: #333;
}

#content .content table td p {
  font-size: 12px;
  margin: 0;
  color: #646464;
}

#sidebar {
  padding-top: 20px;
}

#sidebar .banner {
  margin-bottom: 20px;
}

#sidebar .banner img {
  width: 100%;
}

#sidebar .stats-buttons {
  padding-top: 0;
}

#sidebar .stats-buttons .stats-button {
  margin-bottom: 10px;
}

#sidebar #carousel-charts .item {
  padding-left: 20px;
  min-height: 300px;
}

#sidebar #carousel-charts .carousel-indicators li {
  background-color: #e2ecf8;
}

#sidebar #carousel-charts .carousel-indicators li.active {
  background-color: #58a8ea;
}

#nav-main {
  background-color: #2e7ec1;
  /* background: rgba(92, 165, 224, 1);
  background: -moz-linear-gradient(left, rgba(92, 165, 224, 1) 0%, rgba(46, 127, 193, 1) 50%, rgba(92, 165, 224, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(92, 165, 224, 1)), color-stop(50%, rgba(46, 127, 193, 1)), color-stop(100%, rgba(92, 165, 224, 1)));
  background: -webkit-linear-gradient(left, rgba(92, 165, 224, 1) 0%, rgba(46, 127, 193, 1) 50%, rgba(92, 165, 224, 1) 100%);
  background: -o-linear-gradient(left, rgba(92, 165, 224, 1) 0%, rgba(46, 127, 193, 1) 50%, rgba(92, 165, 224, 1) 100%);
  background: -ms-linear-gradient(left, rgba(92, 165, 224, 1) 0%, rgba(46, 127, 193, 1) 50%, rgba(92, 165, 224, 1) 100%);
  background: linear-gradient(to right, rgba(92, 165, 224, 1) 0%, rgba(46, 127, 193, 1) 50%, rgba(92, 165, 224, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ca5e0', endColorstr='#5ca5e0', GradientType=1); */
}

#nav-main li a {
  border-radius: 0;
  border: 0;
  border-bottom: 4px solid transparent;
  color: #bce3f3;
  font-weight: 300;
  padding-top: 15px;
  padding-bottom: 13px;
  text-transform: uppercase;
}

#nav-main li a:hover {
  background-color: transparent;
  border-bottom: 4px solid #fff;
  color: #fff;
}

#nav-main li a:focus {
  background-color: transparent;
  border-bottom: 4px solid transparent;
}

#nav-main li a.open {
  background-color: #e2ecf8;
  color: #58a8ea;
  border-bottom: 4px solid transparent;
}

#nav-main li a.open:hover {
  text-decoration: none;
}

#document.kg #nav-main li a {
  font-size: 12px;
}

#nav-sub {
  background-color: #e2ecf8;
}

#nav-sub .subnav {
  padding: 30px 0 30px;
  display: none;
}

#nav-sub .subnav.open {
  display: block;
}

#nav-sub .subnav .col-md-3 {
  border-left: 1px solid #58a8ea;
  padding-left: 20px;
}

#nav-sub .subnav .col-md-3:first-child {
  margin-left: 8.33333%;
  border-left: 0;
}

#nav-sub .subnav .col-md-3 ul {
  margin-bottom: 0;
}

#nav-sub .subnav li {
  margin-bottom: 12px;
}

#nav-sub .subnav li:last-child {
  margin-bottom: 0;
}

#nav-sub .subnav li a {
  text-transform: uppercase;
  font-size: 12px;
  color: #2e7fc1;
}

#nav-sub .subnav#nav-5 .col-md-3:first-child {
  margin-left: 33.33333%;
}

#nav-sub .subnav#nav-6 .col-md-3:first-child {
  margin-left: 16.66666%;
}

#nav-bottom {
  background-image: url(../images/polygon.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 10px;
  padding-bottom: 20px;
}

#nav-bottom h3 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  height: 34px;
}

#nav-bottom li {
  margin-right: 10px;
  margin-bottom: 10px;
}

#nav-bottom li a {
  color: #fff;
  font-size: 12px;
}

.list {
  padding-right: 20px;
  padding-bottom: 20px;
}

.list h2 {
  margin-top: 0;
  margin-bottom: 20px;
}

.list .list-item {
  border-bottom: 1px solid #e2ecf8;
  margin-bottom: 14px;
  padding-bottom: 14px;
}

.list .list-item span {
  font-size: 12px;
  color: #202b32;
}

.list .list-item p {
  padding: 4px 0 0;
}

.list .list-item p.strong {
  font-size: 14px;
}

.list .list-item img {
  border-radius: 4px;
  max-height: 100px;
}

.list .list-item a {
  color: #215e92;
}

.list #news-list .list-item {
  padding-bottom: 6px;
}

.list #news-list.inner .list-item {
  border-bottom: 0;
}

.list #publications-list.inner .list-item {
  border-bottom: 0;
}

.list #publications-list.inner .list-item p.strong {
  font-size: 20px;
  font-weight: 600;
}

.list #publications-list.inner .list-item p.more {
  margin-top: 6px;
}

.list #publications-list.inner .list-item img {
  margin-top: 8px;
  max-height: none;
  width: 100%;
}

.stats-buttons {
  padding: 12px 0;
}

.poll .submit-row {
  margin-top: 20px;
}

.poll-modal .modal-body, .poll-inside .modal-body {
  min-height: 160px;
  background-image: url(/static/images/poll.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}

.poll-modal h3, .poll-inside h3 {
  margin: 10px 0 20px;
}

.poll-modal a, .poll-inside a {
  color: #fff !important;
  cursor: pointer;
}

.poll-inside {
  background-image: url(/static/images/poll.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #e2ecf8;
  border-radius: 4px;
}

.poll-inside h3 {
  margin: 6px 6px 6px 70px;
  text-transform: none;
}

.poll-inside .btn {
  margin-top: 8px;
}

.poll-widget {
  min-height: 160px;
  margin-bottom: 20px;
  background-image: url(/static/images/poll.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  border: 1px solid #e2ecf8;
  border-radius: 4px;
  -webkit-transition: all .5s ease-out 0.1s;
  transition: all .5s ease-out 0.1s;
  padding: 6px 20px 12px;
}

.poll-widget h3 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.poll-widget p {
  margin: 10px 0 20px;
}

.poll-widget a {
  color: #fff !important;
  cursor: pointer;
}

.stats-button {
  border: 1px solid #e2ecf8;
  border-radius: 4px;
  -webkit-transition: all .5s ease-out 0.1s;
  transition: all .5s ease-out 0.1s;
}

.stats-button:hover {
  border: 1px solid #e2ecf8;
  background-color: #e2ecf8;
  /*
        background: rgba(255, 255, 255, 1);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(245, 249, 253, 1) 33%, rgba(226, 236, 248, 1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(33%, rgba(245, 249, 253, 1)), color-stop(100%, rgba(226, 236, 248, 1)));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(245, 249, 253, 1) 33%, rgba(226, 236, 248, 1) 100%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(245, 249, 253, 1) 33%, rgba(226, 236, 248, 1) 100%);
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(245, 249, 253, 1) 33%, rgba(226, 236, 248, 1) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(245, 249, 253, 1) 33%, rgba(226, 236, 248, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e2ecf8', GradientType=0);
    */
}

.stats-button:hover &gt; a {
  color: #58a8ea;
  text-decoration: none;
}

.stats-button &gt; a {
  display: block;
  padding: 20px 20px 20px 80px;
  background-image: url(../images/icon-calendar.png);
  background-repeat: no-repeat;
  background-position: 25px center;
}

.stats-button .button-container {
  color: #202b32;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3em;
}

.stats-button em {
  font-size: 12px;
  font-weight: 400;
  display: block;
}

.stats-button.prices a {
  background-image: url(../images/icon-clock.png);
}

.stats-button.wage a {
  background-image: url(../images/icon-bags.png);
}

.stats-button.useful {
  padding-top: 20px;
  padding-bottom: 12px;
}

.stats-button.useful li {
  margin-bottom: 10px;
}

.stats-button.useful .button-container {
  padding-left: 20px;
  margin-bottom: 14px;
}

#stat-year {
  background-image: url(../images/bg-stats.png);
}

#stat-year .row {
  min-height: 64px;
}

#stat-year .row.more {
  padding-top: 20px;
  min-height: 32px;
  padding-bottom: 30px;
}

#stat-year .container {
  min-height: 320px;
  background-image: url(../images/bg-graph.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}

#stat-year h3, #stat-year h4, #stat-year p, #stat-year .index {
  color: #fff;
}

#stat-year h3 {
  font-size: 18px;
  margin-top: 30px;
  margin-left: -15px;
  margin-bottom: 30px;
}

#stat-year .index {
  padding-left: 58px;
  background-image: url(../images/icon-gdp.png);
  background-position: left 6px;
  background-repeat: no-repeat;
  min-height: 60px;
  font-style: italic;
  font-size: 12px;
  font-weight: 300;
}

#stat-year .index h4 {
  font-style: normal;
  margin-bottom: 6px;
  margin-top: 14px;
}

#stat-year .value {
  padding-top: 10px;
  color: #fff;
}

#stat-year .value strong {
  font-size: 20px;
  font-weight: 600;
  margin-right: 4px;
}

#stat-year .agriculture .index {
  background-image: url(../images/icon-agriculture.png);
}

#stat-year .sales .index {
  background-image: url(../images/icon-sales.png);
}

#stat-year .manufacture .index {
  background-image: url(../images/icon-manufacture.png);
}

#stat-year .consumer .index {
  background-image: url(../images/icon-consumer.png);
}

#stat-year .investment .index {
  background-image: url(../images/icon-investment.png);
}

#stat-year .gdp h4, #stat-year .consumer h4 {
  margin-top: 10px;
}

#stat-year a.stats {
  padding: 6px 12px 6px 42px;
  border: 1px solid #e2ecf8;
  border-radius: 4px;
  background-image: url(../images/icon-stats.png);
  background-position: 6px center;
  background-repeat: no-repeat;
  font-size: 14px;
  color: #e2ecf8;
}

#stat-year a.stats:hover {
  text-decoration: none;
  background-color: #58a8ea;
  color: #fff;
  border-color: #fff;
  -webkit-transition: all .5s ease-out 0.1s;
  transition: all .5s ease-out 0.1s;
}

.chart {
  margin-top: 30px;
  margin-bottom: 20px;
}

.chart h4 {
  margin-bottom: 6px;
  font-size: 14px;
  color: #58a8ea;
}

.chart p {
  font-size: 12px;
  color: #555;
  padding-top: 10px;
  padding-left: 20px;
}

.submenu {
  margin: 60px 0 40px;
}

.submenu li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-bottom: 1px dashed #e2ecf8;
}

.submenu li:last-child {
  border-bottom: 0;
}

.submenu li a {
  color: #2e7ec1;
}

.submenu li a.active {
  color: #202b32;
}

ul.archive li, #stat-calendar-list li {
  margin-bottom: 10px;
  padding-left: 24px;
  padding-top: 2px;
  font-size: 14px;
  background-image: url(../images/icon-list-item.png);
  background-position: left 0;
  background-repeat: no-repeat;
}

#statistics-page h2 {
  color: #202b32;
  margin: 30px 0 10px;
}

#statistics-page .tab-pane {
  padding: 10px 15px;
}

#statistics-page .tab-pane ul {
  padding-left: 0;
}

#statistics-page .tab-pane ul li {
  list-style: none;
}

#statistics-page .tab-pane ul li a {
  color: #2e7ec1;
}

#statistics-page .nav-tabs {
  border-color: #58a8ea;
}

#statistics-page .nav-tabs &gt; li {
  margin-left: 2px;
  margin-right: 2px;
}

#statistics-page .nav-tabs &gt; li &gt; a {
  color: #e2ecf8;
  background-image: url(../images/bg-tabs.png);
  background-repeat: no-repeat;
  background-position: center center;
  border-color: transparent;
  border-radius: 8px 8px 0 0;
  text-transform: uppercase;
}

#statistics-page .nav-tabs &gt; li &gt; a span {
  padding: 4px 4px 4px 26px;
  background-image: url(../images/icon-statistics.png);
  background-repeat: no-repeat;
  background-position: center left;
}

#statistics-page .nav-tabs &gt; li &gt; a:hover {
  border-color: transparent;
  border-bottom-color: #58a8ea;
  color: #fff;
}

#statistics-page .nav-tabs &gt; li &gt; a.statcontent span {
  background-image: url(../images/icon-content.png);
}

#statistics-page .nav-tabs &gt; li &gt; a.methodology span {
  background-image: url(../images/icon-methodology.png);
}

#statistics-page .nav-tabs &gt; li &gt; a.publications span {
  background-image: url(../images/icon-publications.png);
}

#statistics-page .nav-tabs &gt; li &gt; a.contacts span {
  background-image: url(../images/icon-contacts-stat.png);
}

#statistics-page .nav-tabs &gt; li.active a {
  border-color: #58a8ea;
  border-radius: 4px 4px 0 0;
  border-bottom-color: transparent;
  background: #fff;
  background-image: none;
  color: #58a8ea;
}

#statistics-page .nav-tabs &gt; li.active a span {
  background-image: url(../images/icon-statistics-active.png);
}

#statistics-page .nav-tabs &gt; li.active a.statcontent span {
  background-image: url(../images/icon-content-active.png);
}

#statistics-page .nav-tabs &gt; li.active a.methodology span {
  background-image: url(../images/icon-methodology-active.png);
}

#statistics-page .nav-tabs &gt; li.active a.publications span {
  background-image: url(../images/icon-publications-active.png);
}

#statistics-page .nav-tabs &gt; li.active a.contacts span {
  background-image: url(../images/icon-contacts-active.png);
}

#sitemap ul {
  padding-left: 20px;
  margin-bottom: 4px;
}

#sitemap ul li {
  list-style: none;
  margin-bottom: 4px;
}

#sitemap ul.children {
  padding-top: 4px;
  background-image: url(../images/node.png);
  background-position: 2px 4px;
  background-repeat: no-repeat;
}

#sitemap ul.top &gt; li {
  margin-bottom: 8px;
}

#sitemap ul.top &gt; li &gt; a {
  font-size: 14px;
  color: #2e7ec1;
}

#calendar-widget, #stat-calendar {
  margin-bottom: 20px;
  padding: 0 30px 10px;
  border: 1px solid #e2ecf8;
  border-radius: 4px;
  position: relative;
}

#calendar-widget .modal, #stat-calendar .modal {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #e2ecf8;
  background-image: url(../images/preloader.gif);
  background-position: center center;
  background-repeat: no-repeat;
  opacity: .8;
  top: 0;
  left: 0;
}

#calendar-widget h2, #stat-calendar h2 {
  font-size: 20px;
  color: #2e7ec1;
  padding: 2px 30px;
  background-image: url(../images/icon-calendar-small.png);
  background-position: left center;
  background-repeat: no-repeat;
}

#calendar-widget .header, #stat-calendar .header {
  font-size: 16px;
  padding: 10px 0;
  color: #202b32;
}

#calendar-widget .day, #stat-calendar .day {
  width: 32px;
  height: 32px;
  padding: 8px;
  margin: 3px 7px;
  float: left;
  text-align: center;
  font-size: 14px;
  border-radius: 50%;
  color: #202b32;
}

#calendar-widget .day.today, #stat-calendar .day.today {
  color: #2e7ec1;
  padding-top: 6px;
  padding-left: 7px;
  height: 33px;
  width: 33px;
  border: 1px solid #e2ecf8;
}

#calendar-widget .day.active, #stat-calendar .day.active {
  padding-top: 6px;
  background-color: #58a8ea;
}

#calendar-widget .day.active a, #stat-calendar .day.active a {
  color: #fff;
}

#calendar-widget .weekdays .day, #stat-calendar .weekdays .day {
  font-weight: bold;
  color: #202b32;
}

#stat-calendar {
  border: none;
  padding: 10px 0;
}

#stat-calendar .day {
  font-size: 12px;
  width: 12%;
  height: auto;
  padding: 6px 5px;
  margin: 1px;
}

#stat-calendar .day a {
  font-weight: bold;
  text-decoration: underline;
}

#stat-calendar .day.active {
  background-color: transparent;
  border: 1px solid #b0b0b0;
  padding: 5px 4px;
}

#stat-calendar .day.active a {
  color: #58a8ea;
}

.chart-legend {
  padding-left: 40px;
  padding-top: 10px;
}

.chart-legend li {
  margin-left: 10px;
}

.chart-legend span {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 6px;
  padding-top: 2px;
}

#search .results-header {
  font-size: 20px;
  color: #2e7ec1;
  font-weight: 400;
  margin-bottom: 30px;
}

#search ul {
  padding-left: 10px;
}

#search li {
  margin-bottom: 6px;
}

.widget {
  background-color: #e2ecf8;
  padding: 2px 16px 20px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.widget h2 {
  background-image: url(../images/icon-subscription.png);
  background-position: left 3px;
  background-repeat: no-repeat;
  padding-left: 28px;
  margin-bottom: 16px;
  color: #2e7ec1;
  font-size: 18px;
}

.widget .alert {
  display: none;
  padding: 0 6px;
  border: 0;
  background-color: #e2ecf8 !important;
}

.widget .spinner {
  display: none;
  width: 24px;
  margin-right: 10px;
}

.widget.subscribe .sections {
  display: none;
}

.widget.subscribe .sections p {
  margin-bottom: 0;
  font-weight: bold;
  color: #2e7ec1;
}

#error-container #header {
  margin-top: 60px;
}

#error-container #header h1 {
  margin-top: 80px;
  margin-bottom: 40px;
}

#error-container #header h2 {
  margin-bottom: 20px;
}

#error-container #header p {
  font-size: 14px;
  margin-bottom: 40px;
}

#backlink-notification {
  display: none;
  width: 100%;
  opacity: .8;
  position: fixed;
  bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #202b32;
  border-top: 1px solid #b0b0b0;
}

#backlink-notification .container {
  font-size: 12px;
  color: #fff;
}

#backlink-notification .container button {
  margin-left: 10px;
}

#scroll-top {
  display: none;
  position: fixed;
  width: 40px;
  height: 40px;
  background-color: #e2ecf8;
  background-image: url(../images/icon-up.png);
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #58a8ea;
  border-radius: 6px;
  bottom: 30px;
  right: 30px;
  opacity: .5;
  cursor: pointer;
}

#scroll-top:hover {
  opacity: .9;
}

#opendata .index {
  margin-top: 20px;
}

#opendata .index li {
  margin-bottom: 10px;
}

#opendata .index .category-13 a span {
  padding-top: 0;
}

#opendata .index a {
  font-size: 11pt;
  color: #58a8ea;
  font-weight: 300;
}

#opendata .index a span {
  padding-top: 4px;
}

#opendata .index a span.icon {
  width: 32px !important;
  height: 32px  !important;
  padding: 0;
  background-color: #58a8ea;
  border-radius: 50%;
}

#opendata .index a span.icon img {
  width: 100%;
}

#opendata table thead th:first-child {
  width: 44%;
}

#opendata table td {
  border-bottom: 0 !important;
}

.mt20 {
  margin-top: 20px;
}

.mt40 {
  margin-top: 40px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

#opendata-cc {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #58a8ea;
}

#opendata-cc p {
  font-size: 9pt !important;
}

@media print {
  #language-switcher, #additional-links, #nav-main, #form-search, #sidebar, #nav-bottom, #footer, .print, #backlink-notification, #scroll-top {
    display: none;
  }
  #content {
    width: 100%;
  }
  a[href]:after {
    content: none !important;
  }
}
/*# sourceMappingURL=style.css.map */</pre></body></html>