.limiter {
    width: 100%;
    margin: 0 auto;
}
.container-table100 {
    width: 100%;
    min-height: 100vh;
    background: none;
    background: none;
    background: none;
    background: none;
    background: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 33px 0px;
}
.wrap-table100 {
    width: 1170px;
}
table {
    border-spacing: 1;
    border-collapse: collapse;
    background: #fff;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: relative;
    border-collapse: collapse;
    border-radius: 5px;
    border-style: hidden; /* hide standard table (collapsed) border */
    box-shadow: 0 0 0 1px #0515607a;; /* this draws the table border  */
}
table * {
    position: relative;
}
table td, table th {
    padding-left: 8px;
}
table thead tr {
    height: 35px;
    background: #0515607a;
}
table tbody tr {
    height: 50px;
}
table tbody tr:last-child {
    border: 0;
}
table td, table th {
    text-align: center;
}
table td.l, table th.l {
    text-align: center;
}
table td.c, table th.c {
    text-align: center;
}
table td.r, table th.r {
    text-align: center;
}
.table100-head th {
    font-size: 18px;
    color: #000;
    line-height: 1.2;
    font-weight: 600;
}
tbody tr:nth-child(even) {
    background-color: #0515601a;
}
tbody tr {
    font-size: 15px;
    color: gray;
    line-height: 1.2;
    font-weight: unset;
}
tbody tr:hover {
    color: #555;
    background-color: #d7dcee;
 /*!  cursor: pointer;  */
}
.column1 {
    width: 150px;
    padding-left: 10px;
}
.column2 {
    width: 115px;
}
.column3 {
    width: 115px;
}
.column4 {
    width: 115px;
}
.column5 {
    width: 115px;
}
.column6 {
    width: 115px;
}
.column7 {
    width: 180px;
}
.column8 {
    width: 100px;
    padding-right: 10px;
}
@media screen and (max-width:770px) {
    table {
    display: block;
}
table>*, table tr, table td, table th {
    display: block;
}
table thead {
    display: none;
}
table tbody tr {
    height: auto;
    padding: 37px 0;
    border-bottom: 1px solid #0515601a;
}
table tbody tr td {
    padding-left: 40%!important;
    margin-bottom: 24px;
}
table tbody tr td:last-child {
    margin-bottom: 0;
}
table tbody tr td:before {
    font-size: 15px;
    font-weight: 600;
    color: #999;
    line-height: 1.2;
    position: absolute;
    width: 45%;
    left: 22px;
    top: 0;
}
table tbody tr td:nth-child(1):before {
    content: "Genset Model"}
table tbody tr td:nth-child(2):before {
    content: "Standby Power (KVA)."}
table tbody tr td:nth-child(3):before {
    content: "Standby Power (KW)"}
table tbody tr td:nth-child(4):before {
    content: "Prime Power (KVA)"}
table tbody tr td:nth-child(5):before {
    content: "Prime Power (KW)"}
table tbody tr td:nth-child(6):before {
    content: "Engine Model"}
table tbody tr td:nth-child(7):before {
    content: "Manufacturer"}
table tbody tr td:nth-child(8):before {
	content: "Documents"}
.column4, .column5, .column6 {
    text-align: none;
}
.column4, .column5, .column6, .column1, .column2, .column3, .column7, .column8, .column9 {
    width: 100%;
}
tbody tr {
    font-size: 14px;
}


}@media(max-width:450px) {
    .container-table100 {
    padding-left: 2px;
    padding-right: 2px;
}

}
@media (min-width:451px) and (max-width:576px) {
    .container-table100 {
    padding-left: 15px;
    padding-right: 15px;
}
}
@media (min-width:771px) and (max-width:992px) {

    .container-table100 {
    padding-left: 10px;
    padding-right: 10px;
}

}
}

