/*
 The links.css file has been compiled with the SASS preprocessor.
 See /scss/links.scss for source file.
*/
/*@import 'myVariables';*/
.rowBox {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-self: left;
  align-self: left;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  margin: auto;
}

.itemBox {
  width: 300px;
  min-height: 30px;
  margin: 4px;
  border: 1px solid black;
  text-align: center;
  line-height: 1.3;
}
.itemBox ul {
  text-align: left;
}

/*# sourceMappingURL=d27DocsList.css.map */
