/******* Do not edit this file *******
Woody ad snippets CSS and JS
Saved: Jun 07 2021 | 11:42:21 */
.flex-row {
  display: flex;
}

/* Create two equal columns that sits next to each other */
.flex-column {
  flex: 50%;
  padding: 10px;
}
.flex-column.field { 
  text-transform: uppercase;
  font-family: Abel, Arial, Helvetica, Sans-Serif;
  color: #888;
 }
.flex-cols-35-65 .flex-column.field {
  flex-basis: 35%;
}
.flex-cols-35-65 .flex-column.value {
  flex-basis: 65%;
}
.flex-cols.border-h .flex-column {
  border-bottom: 1px solid #ddd;
}
