
.imageWraper2{

}

.image2{
  margin-left: 10px;
  margin-top: 10px;
  width: 292px;
  height: 292px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

}

.paymentInfo{

  width: 60%;
  height: 70%;
  border: solid black 1px;
  position: absolute;
  left: 50%;
  margin-left: -30%;
  }

.payButtons{
  padding: 10px;
  text-align: center;
  margin-bottom: 5px;
  box-sizing: border-box;
  font-size: 22;
  font-family:monospace;

  }

.payOpt{
  height:20%;
  width:20%;

}

table {
  display: inline-block;
  font-size: 18px;
}

th, td {
  border: 1px solid black;
  border-collapse: collapse;
}

tr.boldRow td{

  font-weight: bold;

}

td {white-space:nowrap}

th, td {
  padding: 15px;
}

th {
  text-align: left;
}

table {
  border-spacing: 5px;
}
