/* basic setup */
@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=f3761392-3b0e-4ba7-b918-8bca3d4fde64&fontids=1448933,1448935,1448937,1448939,1448941,1448943");





*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family:'Roboto', sans-serif;
  width: 100%;
  float: left;
  overflow-y: auto;
  color:#004571;
}

table {
  width: 100%;
}

td {
	padding: 0.4em 1em 0.4em 0;
	border-bottom: 1px solid #c2c2c2;
}

tr > td:last-child {
  padding-right: 0;
}

th {
  
  font-weight: bold;
}

h2 {
  display: none;
}

#wrapper {
  width: 100%;
  float: left;
  border: none;
  border-width: 0;
  padding: 0.4em 1em;
}

/* download */

#download-wrapper {
  color: #004571;
  overflow: hidden;
  width: auto !important;
  position: static !important;
}

#download-wrapper h1 {
  clear: both;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
}

#download-wrapper .description {
  margin: 24px 0;
}

#download-wrapper label {
  font-weight: bold;
  display: block;
  margin-bottom: 8px;
}

#download-wrapper div {
  margin-bottom: 12px;
}

#download-wrapper .select-day {
  width: 60px;
}

#download-wrapper .select-month {
  width: 120px;
}

#download-wrapper .select-year {
  width: 60px;
}