button, input[type="submit"], input[type="reset"], input[type="button"] {
  background-color: #ccc;
  box-shadow: 1px 1px 1px 1px #666;
}
.ta-nav-bar {
  height: 60px;
  display: flex;
  justify-content: space-evenly;
}
.triage-reset {
  text-align: center;
}
.triage-restart {
  background-color: inherit;
  background-image: none;
  border-radius: 5px;
  color: rgb(255, 255, 255);
  float: none !important;
  font-size: inherit;
  height: 25px;
  margin: 0 auto !important;
  padding: 6px 0 0 6px;
  text-indent: 0;
  width: 100px;
}
.triage-restart a:link {
  color: #fff;
}
.triage-restart2 {
  background-color: #f0f0f0;
  background-image: none;
  border-radius: 5px;
  color: #000;
  font-size: inherit;
  height: auto;
  margin: 0 10px 0 0;
  padding: 6px 0 0 6px;
  text-align: center;
  text-indent: 0;
  width: 100%;
}
.triage-restart2 a:link {
  color: #fff;
}
.triage-restart2 a:visited {
  color: #fff;
}
.triage-restart2 .green-btn {
  margin: 9px auto -9px;
}

.ta-shadow-box {
  border: 1px solid #999;
  padding: 5px 10px;
  box-shadow: 3px 3px 3px #888;
}
.webform-container-inline label {
  display: inherit;
}
.page-node-68030 .webform-component-radios {
  border-bottom: 1px solid #666;
}
/*.triage-print-email {*/
  /*display: block;*/
  /*float: right;*/
  /*padding-top: 14px;*/
  /*width: 70%;*/
/*}*/
/*.ta-print-buttons input[type="submit"] {*/
  /*padding: 0 10px 2px;*/
/*}*/
/*.triage-print-email .form-item label {*/
  /*font-size: 13px;*/
/*}*/
#edit-triage-suggestion {
  height: 27px;
  margin: 8px 0;
  width: 186px;
}
#triage_suggestion_submit {
  background-color: #dcdcdc;
  color: #535353;
  margin-left: 4px;
  margin-top: 8px;
  padding-left: 2px;
  width: 70px;
}
.triage-step-text {
  display: none;
  float: left;
}
.triage-step-num {
  float: left;
}
.triage-row {
  margin: 10px 0;
  width: 95%;
  min-height: 160px;
}
.triage-kids .triage-row {
  line-height: 20px;
  width: calc(100% - 50px);
  background-image: none;
  padding: 10px 0;
  text-indent: 0;
  min-height: 80px;
}
.triage-kids .triage-row:hover, .triage-kids .triage-row:focus {
  background-image: none;
  color: #F65D20;
}
.triage-kid-title {
  padding-left: 10px;
}
.triage-house-income .form-item {
  margin: 0;
}
.triage-action-form h4 {
  font-size: 16px;
  line-height: 1.5rem;
  margin-bottom: 5px;
  margin-top: 5px;
}
#triage-suggestion-form .form-item{
  margin: 0;
}
.form-item-triage-suggestion {
  text-align: left;
}
.form-item-triage-suggestion label{
  display: none;
}
.ta-contrast-background{
  background-color: #f0f0f0;
}
.triage-answers {
  line-height: 16px;
}
.printit .ta-help-panel {
  display: none;
}
.grp-1387 .ta-main-panel {
  width: 100%;
}
.triage-top{
  width: 100%;
}
.triage-title {
  font-size: 25px;
  margin-bottom: 7px;
}
.triage-image img {
  width: 100px;
}
.triage-description {
  font-size: 19px;
 }
.triage-description p {
  margin: 0;
}
.page-triage-actions-process .ta-answers-left {
  line-height: 1.3;
}
.page-triage-actions-process .ta-answers-left .triage-image {
   min-width: unset;
}
.page-triage-actions-process .triage-image img {
  width: 65px;
}

@media screen and (min-width: 760px) {
  .ta-help-panel {
    margin-top: 0px;
  }
  .triage-step-text {
    display: block;
  }
  .triage-top{
    /*width: 80%;*/
  }
}