html {
  font-size: 14px;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.container{
    max-width: unset;
    width:100%;
    padding: 20px;
}

#tableS3Echo {
    width: 100%;
    border: 1px solid #000000;
    border-collapse: collapse;
}

    #tableS3Echo td, #tableS3Echo th {
        border: 1px solid #ddd;
        padding: 8px;
    }