table {
  border-collapse: collapse;
  vertical-align: middle;
}
th{
  padding: 8px;
  /*text-align: right;*/
  border-bottom: 1px solid #f7ecb5;
  /*color: #f7ecb5;*/
  /*background-color: #245269;*/
  height: 70px;;
}
td {
  padding: 8px;
  /*text-align: right;*/
  border-bottom: 1px solid #f7ecb5;
}
@media screen and (max-width: 600px) {
  table, thead, tbody, th, td, tr {
    display: block;
  }
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  tr { margin: 0 0 1rem 0; }

  tr{
    border-bottom: 1px solid #ddd;
  }
}


.payy-btn {
    border:none;
    background:#bb0172;;
    line-height:2em;
    border-radius:10px;
    font-size:19px;
    font-size:2.2rem;
    color:#fff;
    cursor:pointer;
    /*position:absolute;*/
    bottom:25px;
    width:calc(200px);
    -webkit-transition:all .2s ease;
    transition:all .2s ease;
}
.payy-btn:hover {
    background:#0a53be;
    color:#eee;
    -webkit-transition:all .2s ease;
    transition:all .2s ease;
}
.disabled-btn{

    border:none;
    background: rgba(116, 118, 116, 0.61);;
    line-height:2em;
    border-radius:10px;
    font-size:19px;
    font-size:2.2rem;
    color:#fff;
    /*cursor:pointer;*/
    /*position:absolute;*/
    bottom:25px;
    width:calc(200px);
    -webkit-transition:all .2s ease;
    transition:all .2s ease;
}