﻿.program-image {
  max-width: 250px;
}

.style_center {
  text-align: center;
}

.feature-col {
  border: 1px solid whitesmoke;
  background: white;
}

.price-col {
  border: 1px solid whitesmoke;
  background: white;
  width: 80px;
  text-align: right;
  color: #1555e4;
}

table.program-table {
  height: 100%;
  border: 1px solid whitesmoke;
  border-collapse: collapse;
  width: 100%;
  padding: 2px;
  border-spacing: 2px;
  font-weight: 300;
  max-height: 400px;
}

table.program-table th,
td {
  padding: 10px;
}

.prices-col-1 {
  padding: 15px;
  border: 1px solid whitesmoke;
}

.prices-col-1,
.prices-col-2 {
  text-align: center;
}

.prices-col-2 {
  padding: 0;
}

.prices-col-1 img {
  width: 80%;
}

.prices-col-1 h3 {
  margin-bottom: 20px;
}

.button-row {
  height: 100%;
  vertical-align: bottom;
}
