tr.headlessRow,
tr:nth-child(2n+3) {
    background-color: rgba(240,240,240,0.35);
}
table {
  width: 100%;
  margin-top: 10px;
  border-collapse: collapse;
}
div.repeatBlock table {
  margin-top: 0px;
}
table p:first-child {
  padding-top: 0px;
}
table p {
  padding-left: 3px;
}
tr.stepGut .subCell {
  padding-left: 45px !important;
}
tr.headlessRow td {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
tr.stepRow td,
tr:not(:first-of-type):not(.noBorder) td{
  border-bottom: 1px solid #CCC;
  padding: 6px 0;
  margin: 0;
}
tr.borderOnly,
tr.borderOnly td {
  border-bottom: 1px solid #CCC;
  padding: 0 !important;
}
tr:not(:first-of-type) td:not(:last-of-type){
  padding-right: 10px;
}
tr.noBorder td {
  border-bottom: none;
}
td {
  position: relative;
  vertical-align: top;
  text-align: left;
}
td h3,
tr.bg_gray td t:first-of-type,
tr.bg_slate td t:first-of-type {
  margin: 6px;
}
tr.bg_gray td,
tr.bg_slate td {
  padding: 6px;
}

table .stepRow td:first-child {
  width: 30px;
  padding-right: 15px;
}

table .stepRow ul:first-child {
  margin-top: 0px;
}


/* if a text area and header share the same cell, give the text area some top padding */
td textarea:not(:first-child) {
  margin-top: 6px;
}

.tableRowLabel {
  width: 250px;
}
.tableRowHalf {
  width: 50%;
}

.cellAlignRight {
  text-align: right;
}

/* Moved from newConcept.css */


td.subCell {
  width: 200px;
  padding: 0px !important;
  height: auto;
  vertical-align: middle;
}

td.subCell>div{
  padding: 6px;
  background-color: silver;
  border-radius: 6px;
  margin: 2px;

  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}

td.subCell img {
  vertical-align: middle;
  padding: 2px 6px;
}

td:first-child h2 {
  margin-left: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.gutIcon {
  position: absolute;
  width: 0px;
  height: 0px;
  right: -20px;
}
.gutBox {
  width: 40px;
  height: 40px;
  right: 40px;
  bottom: 40px;
  border-radius: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gutBox img {
  width: 50%;
  height: 50%;
  display: block;
}
.gutMessage {
  display: none;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 300px;
  /* height: 40px; */
  border-radius: 20px;
  padding: 10px 40px 40px 10px;
  padding-right: 40px;
  padding-bottom: 40px;
  background: #FFF;
  border: 2px solid black;
}
.gutIcon:hover .gutMessage {
  display: block;
}

.selectCell {
  display: flex;
}

.subGrid {
  margin-top: 4px;
  margin-bottom: 4px;
}
.subGrid tr td {
  padding-top: 16px !important;
  border: 0px !important;
}

/* FORM ELEMENTS */


select {
  border: 1px solid #CCC;
  font-family: 'Raleway', sans-serif;
  min-height: 20px;
  overflow: hidden;
  background: #FFF;
  padding: 3px;
}
select.cuisine {
  width: 155px;
}
textarea,
input[type=text]  {
  width: 100%;
  border: 0px;
  resize: none;
  min-height: 20px;
  overflow: hidden;
  background: #FFF;
  padding: 3px;
}

td textarea:first-child {
  margin: 0;
  width: 100%;
  background: transparent;
}
