#timber-csstest-module .narrow .norm, #timber-csstest-module .ovrd { background-color: yellow; color: black; }

/* textbook lookup page */
#tcc-container-flex #tcc-product .container .tcc-row #group-select-options {
  text-align: center;
  padding: 0 0 1em 0;
}
#tcc-container-flex #tcc-product .container .tcc-row #group-select-options a {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-flow: column;
  height: 4em;
  align-self: center;
  flex: 1;
  word-wrap: normal;
}
#tcc-container-flex #tcc-product .container .tcc-row #group-select-options a.ajax-cart-link {
  padding: .5em 1em;
}
#tcc-container-flex #tcc-product .container .tcc-row #group-select-options a.select-clear {
  line-height: 4em;
  padding: 0;
}
#tcc-container-flex #tcc-product .container .tcc-row #group-select-options a:last-child:after {
  display: table;
  clear: both;
  content: '';
}
#tcc-container-flex #tcc-product #timber-checkout {
  width: 100%;
  margin: 0;
}
.page-my-courses #tcc-container-flex .chooser-section-details {
  justify-content: space-between;
}