body {
	width: 390px;
	padding: 0px;
	font-family: Arial, Sans-Serif;
	font-size: 14px;
  color: black;
  margin: 0;
}

* {
  outline: none;
}

.week-picker {
  width: auto;
}

.page {
  background: #F8F9F9;
  padding: 10px 10px;
  margin-left: 15px;
  border: 1px #F8F9F9 solid;
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.field {
  margin-bottom: 15px;
}

.field label {
  display: block;
  margin-bottom: 3px;
}

.results {
  font-size: 14px;
}


.results .big {
  font-weight: bold;
  font-size: 15px;
}


input[type=text] {
  border: 1px #508299 solid;
  width: 50px;
  padding: 2px 5px;
  border-radius: 2px;
  font-size: 14px;
}

select {
  font-size: 14px;
  border: 1px #508299 solid;
  height: 24px;
  border-radius: 2px;
}

input[type=radio] {
  margin: 0 6px 0 0;
  vertical-align: middle;
}

input[type=radio] + span {
  vertical-align: middle;
}

.details span {
  cursor: pointer;
  border-bottom: 1px dashed;
}

.step {
  display: none;
}

.step.active {
  display: block;
}

.step .results .result {
  display: none;
}

.result {
  margin: 30px 0 0 0;
}

ol {
  margin: 10px 0;
  padding: 0 16px;
}

ol li {
  margin-bottom: 8px;
}

ol li a {
  text-decoration: none;
  border-bottom: 1px dashed;
}

.note {
  margin-top: 25px;
  display: none;
}




.checklist {
  margin-bottom: 30px;
}

.i  {
  padding: 8px 0;
  border-bottom: 1px dashed #ccc;
}

.title {
  display: block;
  font-size: 14px;
  position: relative;
  padding-right: 20px;
}

input[type=checkbox] {
  margin: 0;
  position: absolute;
  width: 16px;
  height: 16px;
  right: 0;
  top: 1px;
}

.status {
  width: 100px;
  /* background: #def0cc; */
  padding: 6px 9px;
  display: none;
  float: right;
}

input[type=button] {
  border: 1px #508299 solid;
  border-radius: 2px;
  background: #508299;
  color: white;
  vertical-align: middle;
  padding: 8px 10px;
  font-size: 14px;
  margin-right: 20px;
  margin: 5px 5px 5px 5px;
  cursor: pointer;
}

input[type=button]:hover {
  box-shadow: 0 10px 28px rgba(0,0,0,0.30), 0 10px 8px rgba(0,0,0,0.22);
}

input[type=text] {
  width: 630px;
  cursor: pointer;
}

.print-button {
  display: none;
}

.submitted .i {
  display: none;
  padding: 10px 0;
}

.submitted .i.a {
  display: block;
}

.submitted .title {
  margin-right: 120px;
  display: block;
  padding-right: 0;
  font-size: 15px;
}

.submitted input[type=checkbox] {
  display: none;
}

.submitted .status {
  display: block;
}

.submitted .comment {
  display: block;
}

.submitted .check-button {
  display: none;
}

.submitted .print-button {
  display: inline-block;
}

@media print {
  .submitted .print-button {
    display: none;
  }

  h2 {
    display: block;
    margin-bottom: 30px;
  }
}

.submitted p {
  display: none;
}
