/*
 The d27Links.css file has been compiled with the SASS preprocessor.
 See /scss/d27Links.scss for source file.
*/
/*
 The myVariables.css file has been compiled with the SASS preprocessor.
 See /scss/myVariables.scss for source file.
*/
.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: space-around;
  justify-content: space-around;
  width: 90%;
  margin: auto;
}

.itemBox {
  width: 360px;
  min-height: 130px;
  margin-top: 8px;
  margin-bottom: 8px;
  border: 1px solid black;
}
.itemBox ul {
  text-align: left;
}

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