th { text-align: left; }
.args1{ width: 200px; }
.args2{ width:  75px; }
.args3{ width: 150px; }
.args4{ width: 500px; }


.response1{ width: 190px; }
.response2{ width: 300px; }
.response3{ width: 435px; }

.ps1{ width: 175px; }
.ps2{ width: 150px; }
.ps3{ width: 500px; }

.status1 { width: 100px; }

.noBullet { list-style: none; }


.availableReports {      
     list-style: none; 
     -moz-column-count: 2; 
     -webkit-column-count: 2; 
     column-count: 2; 
}

.param1   { width: 300px; }
.param2   { width: 300px; }

div#apiServices {
     display: flex;
     flex-flow: wrap;
}

div#apiServices > div {
     width: 270px;
}

div#apiFlexRow > div:last-child {
     word-break: break-word;
}

div#apiFlexRow > div:last-child pre {
     overflow-x: auto;
}

div#apiFlexRow > div:last-child table {
     width: 100%;
}

div#apiFlexRow > div:last-child table tr > th {
     white-space: nowrap;
}

#centerDivBlockImport {
     padding-top: 10px;
     margin: auto;
     width: 410px;
}

#centerDivBlockActivate {
     padding-top: 10px;
     margin: auto;
     width: 205px;
}

#centerDivBlockSetting {
     padding-top: 10px;
     width: 425px;
     margin: auto; 
}

#centerDivBlockFrontPage {
     padding-top: 10px;
     width: 425px;
     margin: auto;
     
}

.piResizeImage {
     height: 50px;
     width: 200px;
}

.piResizeImage2 {
     height: 420px;
}

.piResizeImage3 {
     height: 330px;
}

@media only screen and (max-width: 450px) {
     #centerDivBlockImport {
          width: 205px;
     }

     #centerDivBlockSetting {
          width: 345px;
     }

     #centerDivBlockFrontPage {
          width: 345px;
     }

     .piResizeImage2 {
          height: 330px;
     }

     .piResizeImage3 {
          height: 250px;
     }  
}

@media only screen and (min-width: 1100px) {
     div#apiFlexRow {
          display: flex;
          flex-direction: row-reverse;
     }

     div#apiFlexRow > div:first-child {
          width: 300px;
          margin-left: 40px;
     }

     div#apiFlexRow > div:last-child {
          width: calc(100% - 340px);
     }
}

