.content,
.title-text,
.header-text,
.footer-text,
.caption-text,
.subtitle-text {
  color: #505050;
  font-family: Arial, Helvetica, sans-serif;
}
.title-text,
.subtitle-text {
  text-align: center;
}
.title-text {
  font-size: 34px;
  line-height: 36px;
}
.subtitle-text {
  color: #004363;
  font-size: 24px;
  line-height: 26px;
}
.header-text {
  color: #004363;
  font-size: 22px;
  line-height: 24px;
}
.footer-text,
.caption-text {
  font-size: 14px;
  line-height: 16px;
}
.content {
  font-size: 16px;
  line-height: 18px;
}
.content ul li,
.content ol li {
  color: #505050;
}
.dki-body-background {
  background-image: url("resources/background.png");
  background-color: #dee0e3;
  background-repeat: no-repeat;
}
.dki-table-element table,
.dki-table-element tr,
.dki-table-element td {
  border-color: #7c7a75;
  background-color: #fff;
}
.dki-table-element thead tr,
.dki-table-element thead td {
  background-color: #000;
  color: #fff;
}
#submitButton {
  background-color: #355f93;
  border-radius: 19px;
  -moz-border-radius: 19px;
  -webkit-border-radius: 19px;
  box-shadow: 0 1px 3px #333;
  -moz-box-shadow: 0 1px 3px #333;
  -webkit-box-shadow: 0 1px 3px #333;
  color: #fff;
  cursor: pointer;
  display: block;
  width: 90%;
  margin-left: 5%;
  margin-bottom: 10px;
  height: 36px;
  line-height: 36px;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 -1px 1px #333;
  -moz-text-shadow: 0 -1px 1px #333;
  -webkit-text-shadow: 0 -1px 1px #333;
}
