@import url(../fonts/Radikal/Radikal-min.css);
@import url(../fonts/Radikal%20Light/Radikal-Light-min.css);
button, [type='button'], [type='reset'], [type='submit'] {
  appearance: none;
  background-color: #1565c0;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Radikal";
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, [type='button']:hover, [type='reset']:hover, [type='submit']:hover {
    background-color: #11519a;
    color: #fff; }
  button:focus, [type='button']:focus, [type='reset']:focus, [type='submit']:focus {
    outline: 3px solid rgba(21, 101, 192, 0.6);
    outline-offset: 2px; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
      background-color: #1565c0; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select,
textarea {
  display: block;
  font-family: "Radikal";
  font-size: 16px; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
    border-color: #b1b1b1; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
    border-color: #1565c0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(21, 101, 192, 0.7);
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
      border: 1px solid #ddd; }
  [type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
    color: #858585; }

textarea {
  resize: vertical; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 0.75em;
  width: 100%; }

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: 3px solid rgba(21, 101, 192, 0.6);
  outline-offset: 2px; }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

html,
body {
  height: 100%; }

body {
  margin: 0; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

table {
  margin: 1.5em 0;
  text-align: left;
  width: 100%; }

thead {
  line-height: 1.2;
  vertical-align: bottom; }

tbody {
  vertical-align: top; }

tr {
  border-bottom: 1px solid #ddd; }

th {
  font-weight: 600; }

th,
td {
  padding: 0.75em 0.75em 0.75em 0; }

html {
  color: #333;
  font-family: "Radikal";
  font-size: 100%;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Radikal";
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #1565c0;
  text-decoration-skip: ink;
  transition: color 150ms ease; }
  a:hover {
    color: #104c90; }
  a:focus {
    outline: 3px solid rgba(21, 101, 192, 0.6);
    outline-offset: 2px; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

section {
  margin: 20px; }
  section > .inner {
    max-width: 1100px;
    margin: auto; }
  section.top img {
    max-width: 200px; }
  section.main .header {
    text-align: center; }
    section.main .header h1 {
      margin: 20px auto 40px;
      max-width: 800px; }
    section.main .header p {
      max-width: 900px;
      margin: 20px auto;
      font-size: 1.2em; }
  section.main .show_wrap {
    margin: 40px 0; }
    section.main .show_wrap .show {
      padding: 0 10px 20px;
      border-top: 2px solid;
      border-color: #50D8C8; }
      section.main .show_wrap .show:nth-child(2n) {
        border-color: #FF8A3B; }
      section.main .show_wrap .show > div {
        margin: 20px auto; }
        section.main .show_wrap .show > div.desc {
          text-align: left; }
        section.main .show_wrap .show > div.title img {
          max-height: 100px;
          max-width: 300px; }
        section.main .show_wrap .show > div.chart {
          text-align: left;
          margin: 60px 0 20px; }
          section.main .show_wrap .show > div.chart .d {
            display: none; }
      @media screen and (min-width: 701px) {
        section.main .show_wrap .show .img {
          max-width: 45%;
          margin: 0 0 20px 20px;
          float: right;
          clear: both; }
        section.main .show_wrap .show .chart {
          clear: both; }
          section.main .show_wrap .show .chart .d {
            display: inline !important; }
          section.main .show_wrap .show .chart .m {
            display: none; } }
  section.main .data p:nth-child(1) {
    font-size: 1.2em;
    color: #808080;
    text-align: center; }
  section.main .table_wrap {
    background-color: #fff;
    box-shadow: 1px 1px 20px -7px #444;
    padding: 10px 20px;
    margin-top: 40px; }
    section.main .table_wrap .btn_wrap {
      float: right;
      margin-bottom: -72px; }
    section.main .table_wrap .btn {
      opacity: 0.6;
      margin: 20px 10px 0 10px;
      position: relative;
      z-index: 9;
      color: #000;
      text-transform: uppercase;
      font-size: 0.9em; }
      section.main .table_wrap .btn.w {
        background-color: #E5F9F6;
        border: 1px solid #28DDC3; }
      section.main .table_wrap .btn.l {
        background-color: #FFF3EB;
        border: 1px solid #FF8A3B; }
      section.main .table_wrap .btn.active {
        opacity: 1; }
    section.main .table_wrap .dataTables_filter {
      float: left;
      max-width: 200px;
      text-align: left;
      margin-bottom: 20px; }
      section.main .table_wrap .dataTables_filter input {
        margin-left: 0; }
    section.main .table_wrap table {
      font-size: 0.9em;
      margin-bottom: 20px; }
    @media screen and (max-width: 700px) {
      section.main .table_wrap .btn_wrap {
        float: none;
        display: flex;
        justify-content: center;
        margin: 0; } }
  section.main .outro {
    max-width: 700px;
    margin: 40px auto;
    font-size: 1.2em;
    text-align: center; }
    section.main .outro a {
      color: inherit;
      font-weight: 700; }
  section.footer {
    background-color: #EFEFEF;
    overflow: hidden;
    margin: 0;
    padding: 40px; }
    section.footer .flex {
      display: flex;
      font-size: 0.9em;
      justify-content: space-between;
      align-items: center; }
      section.footer .flex p {
        display: flex;
        align-items: center; }
        section.footer .flex p span {
          margin: 5px; }
      section.footer .flex img {
        max-width: 150px; }
    section.footer p.claim {
      text-align: center;
      font-style: italic;
      margin: 60px auto 40px;
      max-width: 800px; }
