body{
    min-width: 980px;
    margin: 0px;
    padding: 0px;
}

#addressInput{
  width: 216px;
  margin-right: 5px;
  margin-left: 1px;
}

.status_object{
  width: 150px;  
}

 .iframe {
    width: 100%;
    height: 92vh;
    margin: 0;
    border: none;
 }

  .pushCardIframe {
    width: 1045px;
    height: 565px;
    margin: 0;
    border: none;
 }

 .buttonPayedExport {
   background: linear-gradient(#00C2DE, #008CC1);
   color: white;
   border: none;
   border-radius: 5px;
   white-space: nowrap;
 }

 .buttonPayedExport:hover {
    background: #0081B0;
  }

 .buttonPayedExport:active {
   background: #0039B4;
 }