* {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-font-smoothing: antialiased;
}
body {
  font-size: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
}
a:link,
a:visited,
a:hover,
a:active,
a:focus {
  color: blue;
}
input,
textarea,
select,
a {
  outline: none;
}
body {
  padding: 15px 20px;
  padding-bottom: 0;
}
body,
input,
textarea,
select,
label {
  font-size: 17px;
  font-family: 'Arial';
  line-height: 25px;
}
.ah-heading {
  font-weight: bold;
  font-size: 31px;
  line-height: 39px;
}
.ah-secondary-heading {
  font-weight: normal;
  font-size: 21px;
  line-height: 29px;
}
.ah-section {
  margin-top: 20px;
}
.ah-section:first-child {
  margin-top: 0;
}
.ah-textarea {
  padding: 8px 15px;
  border: 1px solid #cccccc;
  border-radius: 7px;
  width: 100%;
  resize: none;
}
.ah-link {
  display: inline-block;
}
.ah-link.ah-hover {
  color: red;
  text-decoration: underline;
}
.ah-link-button {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 7px;
}
.ah-secondary-button {
  border: 1px solid blue;
  color: blue;
}
.ah-secondary-button.ah-disabled {
  border: 1px solid #cccccc;
  color: #cccccc;
}
.ah-secondary-button.ah-hover,
.ah-secondary-button.ah-disabled.ah-hover {
  color: red;
  border-color: red;
}
.ah-main-button,
.ah-main-button:link,
.ah-main-button:visited,
.ah-main-button:hover,
.ah-main-button:active,
.ah-main-button:focus {
  color: white;
  background-color: blue;
  border: 1px solid blue;
}
.ah-main-button.ah-disabled {
  background-color: #cccccc;
  border: 1px solid #cccccc;
}
.ah-main-button.ah-hover,
.ah-main-button.ah-disabled.ah-hover {
  background-color: red;
  border: 1px solid red;
}
.ah-select {
  margin-left: 10px;
  font-size: 17px;
  border-color: #cccccc;
  /* without this, it won't work */
  background-color: #ffffff;
  line-height: 38px;
  height: 38px;
}
.ah-button-list {
  overflow: hidden;
  margin-top: 40px;
}
.ah-button-list .ah-list-item {
  display: block;
  float: left;
  overflow: hidden;
  margin-left: 20px;
}
.ah-button-list .ah-list-item:first-child {
  margin-left: 0;
}
.ah-page-header {
  display: block;
  background-color: blue;
  margin: -15px -20px;
  padding: 15px 20px;
  margin-bottom: 20px;
}
.ah-page-header-link {
  display: inline-block;
  color: white;
  background-repeat: no-repeat;
  background-size: 56px;
  background-position: left center;
}
.ah-page-header-link,
.ah-page-header-link:link,
.ah-page-header-link:visited,
.ah-page-header-link:hover,
.ah-page-header-link:active,
.ah-page-header-link:focus {
  color: white;
}
.ah-page-header-link.ah-hover {
  opacity: 0.6;
}
.ah-page-header-link-svg {
  display: inline-block;
  margin-right: 16px;
  vertical-align: middle;
}
.ah-page-header-link-text {
  display: inline-block;
  vertical-align: middle;
}
.ah-page-body h3 {
  margin-bottom: 40px;
  font-size: 21px;
  font-weight: bold;
  line-height: 29px;
}
.ah-page-body h4 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: bold;
  line-height: 25px;
}
.ah-page-body h4:first-child {
  margin-top: 0;
}
.ah-page-footer {
  margin: 0 -10px;
  margin-top: 100px;
  overflow: hidden;
}
.ah-copyright {
  float: left;
  padding: 10px 15px;
  overflow: hidden;
}
.ah-page-footer-list {
  float: right;
  text-align: right;
}
.ah-page-footer-list-item {
  display: inline-block;
}
.ah-page-footer-list-item-link {
  display: inline-block;
  padding: 10px 15px;
  padding-left: 13px;
}
.ah-page-footer-list-item-link.ah-hover {
  color: red;
  text-decoration: underline;
}
.ah-page-footer-list-item:not(:first-child):before {
  content: '|';
  color: #cccccc;
}
.ah-placeholder {
  color: #999999;
}
/* page footer (always bottom) configuration */
html,
body {
  height: 100%;
}
.ah-page-container {
  min-height: 100%;
  position: relative;
}
.ah-page-body {
  padding-bottom: 170px;
}
.ah-page-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45px;
  margin-bottom: 25px;
}
/* loading indicator */
.ah-loading-indicator {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60px 60px;
}
.ah-loading-indicator.ah-show {
  display: block;
}
.ah-loading-indicator svg {
  margin: auto;
  display: block;
  height: 100%;
}
/*.ah-loading-indicator img {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 0;
}*/
/* hyphenate */
.ah-hyphenate-input {
  -webkit-appearance: none;
}
.ah-hyphenate-output {
  border: 1px solid transparent;
  background-color: #eeeeee;
}
.ah-hyphenate-input,
.ah-hyphenate-output {
  display: block;
  height: 266px;
}
.ah-output-section {
  position: relative;
}
/* language select */
.ah-language-select {
  background-color: #ffffff;
  vertical-align: middle;
  border-width: 1px;
}
.ah-language-label {
  vertical-align: middle;
}
/* button list*/
.ah-button-list {
  overflow: hidden;
  margin-top: 40px;
}
.ah-button-list .ah-list-item {
  display: block;
  float: left;
  overflow: hidden;
  margin-left: 20px;
}
.ah-button-list .ah-list-item:first-child {
  margin-left: 0;
}
