.price-portable {
  padding: 5px 0 10px;
}
.price-portable a{
  color: #39799a;
}
.price-portable table {
  font: normal 1em Arial, sans-serif;
  width: 100%;
}
.price-portable th,
.price-portable td {
  font-weight: normal;
  padding: 10px 0;
  text-align: center;
}
.price-portable th.first,
.price-portable td.first {
  font-weight: bold;
}
.price-portable th {
  color: #fff;
  border: 1px solid #fff;
  background: #5392b3;
}
.price-portable td {
  color: #39799a;
  border: 1px solid #5392b3;
  background: #fff;
}



.price-portable.brown {
  padding: 5px 0 10px;
}
.price-portable.brown a{
  color: #af5b16;
}
.price-portable.brown table {
  font: normal 1em Arial, sans-serif;
  width: 100%;
}
.price-portable.brown th,
.price-portable.brown td {
  font-weight: normal;
  padding: 10px 0;
  text-align: center;
}
.price-portable.brown th.first,
.price-portable.brown td.first {
  font-weight: bold;
}
.price-portable.brown th {
  color: #fff;
  border: 1px solid #fff;
  background: #e4821c;
}
.price-portable.brown td {
  color: #af5b16;
  border: 1px solid #e4821c;
  background: #fff;
}


.price-portable.red {
  padding: 5px 0 10px;
}
.price-portable.red a{
  color: #b75c5c;
}
.price-portable.red table {
  font: normal 1em Arial, sans-serif;
  width: 100%;
}
.price-portable.red th,
.price-portable.red td {
  font-weight: normal;
  padding: 10px 0;
  text-align: center;
}
.price-portable.red th.first,
.price-portable.red td.first {
  font-weight: bold;
}
.price-portable.red th {
  color: #fff;
  border: 1px solid #fff;
  background: #ff8474;
}
.price-portable.red td {
  color: #b75c5c;
  border: 1px solid #ff8474;
  background: #fff;
}


.price-portable.purple {
  padding: 5px 0 10px;
}
.price-portable.purple a{
  color: #983b90;
}
.price-portable.purple table {
  font: normal 1em Arial, sans-serif;
  width: 100%;
}
.price-portable.purple th,
.price-portable.purple td {
  font-weight: normal;
  padding: 10px 0;
  text-align: center;
}
.price-portable.purple th.first,
.price-portable.purple td.first {
  font-weight: bold;
}
.price-portable.purple th {
  color: #fff;
  border: 1px solid #fff;
  background: rgba(171, 57, 163, 0.54);
}
.price-portable.purple td {
  color: #983b90;
  border: 1px solid rgba(171, 57, 163, 0.54);
  background: #fff;
}


.price-portable.green {
  padding: 5px 0 10px;
}
.price-portable.green a{
  color: #00a700;
}
.price-portable.green table {
  font: normal 1em Arial, sans-serif;
  width: 100%;
}
.price-portable.green th,
.price-portable.green td {
  font-weight: normal;
  padding: 10px 0;
  text-align: center;
}
.price-portable.green th.first,
.price-portable.green td.first {
  font-weight: bold;
}
.price-portable.green th {
  color: #fff;
  border: 1px solid #fff;
  background: #72c672;
}
.price-portable.green td {
  color: #00a700;
  border: 1px solid #72c672;
  background: #fff;
}