/* /file/article/main-style/epi-customizations.343ac7597fdc8c7cd2bbcfa68b09e2f598cc3b7a.less:L1 */
code {
  display: flex;
  flex-direction: row;
  padding: 0;
  border: 2px solid #eeeeee;
  margin-bottom: 15px;
}
/* /file/article/main-style/epi-customizations.343ac7597fdc8c7cd2bbcfa68b09e2f598cc3b7a.less:L8 */
code .gutter {
  flex: 0 0 25px;
  padding-left: 5px;
  font-weight: bold;
  white-space: pre;
  background: #eeeeee;
  color: #999999;
}
/* /file/article/main-style/epi-customizations.343ac7597fdc8c7cd2bbcfa68b09e2f598cc3b7a.less:L17 */
code .code {
  flex-grow: 1;
  display: block;
  color: black;
  padding-left: 10px;
  background: #f6f6f6;
  white-space: pre;
}
/* /file/article/main-style/epi-customizations.343ac7597fdc8c7cd2bbcfa68b09e2f598cc3b7a.less:L27 */
.keyword {
  color: blue;
}
/* /file/article/main-style/epi-customizations.343ac7597fdc8c7cd2bbcfa68b09e2f598cc3b7a.less:L30 */
.keyword--bold {
  font-weight: bold;
}
