table.subscr {
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
  margin: 0 0 18px 0;
}

table.subscr tr td {
  margin: 0;
  border-spacing: 0;
  padding: 8px;
  vertical-align: top;
}

table.subscr tr:first-child td {
  width: 25%;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  border-right: 1px solid #fff;
  color: #53A444;
}

table.subscr tr td a {
  color: #314795;
}

table.subscr tr:first-child td:first-child {
  background: #53A444;
  color: #fff;
  width: 25%;
  text-shadow: none;
}

table.subscr tr:first-child td:nth-child(1),
table.subscr tr:first-child td:nth-child(2),
table.subscr tr:first-child td:nth-child(3),
table.subscr tr:first-child td:nth-child(4) {
  border-top: 3px solid #53A444;
  border-bottom: 3px solid #53A444;
}

table.subscr tr:first-child td:nth-child(4) {
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

table.subscr tr:first-child td:nth-child(2),
table.subscr tr:first-child td:nth-child(4),
table.subscr tr:first-child td:nth-child(5) {
  background: rgb(227, 233, 226);
}

table.subscr tr:first-child td:nth-child(3),
table.subscr tr:first-child td:nth-child(5),
table.subscr tr:first-child td:nth-child(7) {
  background: rgb(190, 218, 185);
}

table.subscr tr:first-child td:last-child {
  background: -webkit-linear-gradient(#53A444 0%, #ffffff 100%);
  background: linear-gradient(90deg, #53A444 0%, #ffffff 100%);
  color: #fff;
  text-shadow: none;
  text-align: left;
}

table.subscr tr:nth-child(2) td,
table.subscr tr:nth-child(2) td * {
  font-size: 12px;
}

table.subscr tr:nth-child(2) td:first-child {
  border-left: 1px solid #53A444;
}

table.subscr tr:nth-child(2) td:nth-child(2),
table.subscr tr:nth-child(2) td:nth-child(3) {
  border-left: 1px solid #53A444;
}

table.subscr tr:nth-child(2) td:nth-child(4) {
  border-right: 1px solid #EB1B23;
  padding-left: 0;
}

table.subscr tr:first-child td:nth-child(3) {
  background: -webkit-linear-gradient(rgb(227, 233, 226) 90%, #EB1B23 100%);
  background: linear-gradient(90deg, rgb(227, 233, 226) 90%, #EB1B23 100%);
}

table.subscr tr:nth-child(2) td:nth-child(4) {
  font-weight: bold;
  color: #EB1B23;
}

table.subscr tr:nth-child(3) td:nth-child(1),
table.subscr tr:nth-child(3) td:nth-child(1) *,
table.subscr tr:nth-child(3) td:nth-child(2),
table.subscr tr:nth-child(3) td:nth-child(2) *,
table.subscr tr:nth-child(3) td:nth-child(3),
table.subscr tr:nth-child(3) td:nth-child(3) * {
  font-size: 12px;
  background: #F3F2F0;
}

table.subscr tr:nth-child(3) td:nth-child(1),
table.subscr tr:nth-child(3) td:nth-child(2) {
  border-left: 1px solid #53A444;
}

table.subscr tr:nth-child(3) td:nth-child(3) {
  border-left: 1px solid #EB1B23;
}

table.clist {
  margin-bottom: 12px !important;
}

table.clist tr td {
  padding: 1px 8px !important;
}

table.clist tr td:nth-child(2) img {
  height: 25px;
}

table.clist tr:nth-child(odd) td {
  background: #eee !important;
}

table.clist tbody tr.hdr td {
  background: #fff !important;
  padding-top: 18px !important;
  padding-bottom: 12px !important;
}

table.clist tbody tr.hdr:first-child td {
  padding-top: 12px !important;
}

