.PayU_Backend_Pla {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.PayU_Backend_Pla > span {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.PayU_Backend_Pla > a,
.PayU_Backend_Pla > button {
  margin-left: 12px !important;
}
.PayU_Backend_Pre {
  max-width: 100%;
  overflow: auto;
  padding: 12px;
  background: white;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid gray;
}
