.commands-container {
  width: 100%;
  padding: 30px 60px;
  text-align: left;
  font-size: 16px;
  color: #bbb;
  line-height: 1.25em;
}
.commands-header {
  color: #ddd;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}
.commands-subheader {
  color: #ddd;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}
.commands-subheader-description {
  color: #ddd;
  font-size: 15px;
  font-weight: normal;
  margin-top: 2px;
}
.commands-message {
  padding-left: 35px;
}

.code-text {
  color: #DDDDDD;
}
