#Easy3wMGridPage .easy3wMGridPageStepper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  background: #fff;
}
#Easy3wMGridPage .easy3wMGridPageStepper .emgpsBtn {
  -ms-flex: 1;
      flex: 1;
  border: 1px solid #000;
  color: #000;
  cursor: pointer;
  text-align: center;
  padding: 7px 0;
  margin-right: 3px;
}
#Easy3wMGridPage .easy3wMGridPageStepper .emgpsBtn:last-child {
  margin-right: 0;
}
#Easy3wMGridPage .easy3wMGridPageStepper .emgpsBtn.emgpsBtnDisable {
  border: 1px solid #999;
  color: #999;
  cursor: not-allowed;
}
#Easy3wMGridPage .easy3wMGridPageStepper .emgpsBtn.emgpsBtnActive {
  border: 1px solid var(--adm-color-primary);
  color: var(--adm-color-primary);
}
#Easy3wMGridPage .easy3wMGridPageStepper .emgpsBtnNo {
  display: none;
}
#Easy3wMGridPage .adm-collapse-panel-content > .adm-collapse-panel-content-inner > .adm-list-item > .adm-list-item-content > .adm-list-item-content-main {
  -ms-flex: auto;
      flex: auto;
  max-width: none;
}
#Easy3wMGridPage .adm-collapse-panel-header > .adm-list-item-content > .adm-list-item-content-main {
  color: var(--adm-color-text);
  -ms-flex: auto;
      flex: auto;
  max-width: none;
}
#Easy3wMGridPage .adm-list-item-content-main {
  color: var(--adm-color-weak);
  -ms-flex: none;
      flex: none;
  max-width: 70%;
}
#Easy3wMGridPage .adm-list-item-content-extra {
  -ms-flex: auto;
      flex: auto;
  max-width: none;
  text-align: right;
}
#Easy3wMGridPage .e3wmLongText .adm-list-item-content-main {
  max-width: none;
  -ms-flex: auto;
      flex: auto;
}
#Easy3wMGridPage .e3wmLongText .adm-list-item-content-main .adm-list-item-title {
  padding-bottom: 12px;
}
#Easy3wMGridPage .e3wmLongText .adm-list-item-content-main .adm-list-item-description {
  color: var(--adm-color-text);
}
#Easy3wMGridPage .adm-list-item-description {
  border-top: var(--border-top);
  padding-top: 12px;
}
