html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

.ms-welcome__header {
  flex-direction: column;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.ms-welcome__main {
  flex-flow: column;
  flex: 1 0 0;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.ms-welcome__main > h2 {
  text-align: center;
  width: 100%;
}

.ms-welcome__features {
  margin-top: 10px;
  list-style-type: none;
}

.ms-firstrun-instructionstep__header, .ms-firstrun-instructionstep__welcome-body, .ms-firstrun-instructionstep__list {
  padding-left: 20px;
}

.ms-welcome__features.ms-List .ms-ListItem {
  padding-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

.ms-welcome__features.ms-List .ms-ListItem > .ms-Icon {
  margin-right: 10px;
}

.ms-welcome__action.ms-Button--hero {
  margin-top: 30px;
}

.ms-Button.ms-Button--hero .ms-Button-label {
  color: #0078d7;
}

.ms-Button.ms-Button--hero:hover .ms-Button-label, .ms-Button.ms-Button--hero:focus .ms-Button-label {
  color: #005a9e;
  cursor: pointer;
}

b {
  font-weight: bold;
}
/*# sourceMappingURL=taskpane.1bfbf8df.css.map */
