.ui.column.grid .column.widget-image-container {
  padding: 0.25em;
}

/*.ui.column.grid .column.widget-image-container:not(:first-child):not(:last-child) {
  padding-left: 0.375em;
  padding-right: 0.375em;
}

.ui.column.grid .column.widget-image-container:first-child {
  padding-right: 0.25em;
}

.ui.column.grid .column.widget-image-container:last-child {
  padding-left: 0.25em;
}

.widget-image-container {
  max-width: 25%;
}*/

.widget-image {
  max-width: 100%;
  max-height: 250px;
  margin: 0 auto;
  display: inherit;
}

.widget-image-text {
  text-align: center;
}

.widget-image-title {
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 40px;
}

a {
  color: black;
  font-size: 1em;
}

.red {
  color: #b64343;
}

.gray {
  color: #666;
}

.line-through {
  text-decoration: line-through;
}

.widget-button-wrapper {
  text-align: center;
}

.widget-button {
  width: 180px;
  border-radius: 0;
  font-size: 1.25em;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  line-height: 1.75;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  margin-top: 0.5em;
}

.widget-button-text, .widget-button-text:hover {
  color: white;
}
