/*ATS SL GX Page*/
section.title{
    text-align: center;
    margin: 0;
    padding: 5px;
    font-size: 25px;
    background-color: rgb(224, 224, 224);
}
div.two{
    display: flex;
    width: 100%;
    background-color: rgb(224, 224, 224);
}
div.container-slgx{
    display: flex;
    flex-direction: column;
    max-width: 1080px;
    margin: 0;
    margin: 10px auto;
}
div.content{
    display: flex;
    margin: 10px 0px 10px 0px;
    padding: 10px;
}
div.text{
    margin: 20px;
}
div.content img{
    max-width: 540px;
    margin: 0;
    object-fit: contain;
}
ul.features-slgx img{
    max-width: 120px;
}
ul.features-slgx{
    list-style: none;
}
ul.features-slgx li{
    display: inline-block;
    margin: auto;
}
ul.tabs{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    height: 30px;
}
ul.tabs li{
    display: inline-block;
    width: 250px;
    text-align: center;
}
div.efficiency{
    width: 100%;
}
div.efficiency-content{
    display: flex;
    max-width: 1080px;
    margin: 32px auto;
}
div.efficiency-content div{
    margin: auto 8px;
    text-align: right;
}
div.efficiency img{
    max-width: 540px;
}
.cert{
    display: flex;
    background-color: rgb(224, 224, 224);
    justify-content: center;
}
.cert img{
    max-width: 150px;
    object-fit: contain;
    margin: 16px;
}





.h2-center{
    text-align: center;
}
div.sales{
    display: flex;
    max-width: 1080px;
    margin: 20px auto;
}
div.sales img{
    max-width: 540px;
    width: 100%;
}
div.sales-right{
    width: 100%;
    margin-left: 16px;
}
div.downloads{
    display: flex;
    width: 100%;
    background-color: rgb(224, 224, 224);
    justify-content: center;
    flex-direction: column;
}
div.downloads-content{
    max-width: 1080px;
    margin: 16px auto;
}
/* table ATS SL GX */
div.two{
    height: auto;
    justify-content: center;
}
div.tabs{
    display: flex;
    flex-wrap: wrap;
    height: auto;
    max-width: 1080px;
    justify-content: center;
    width: 100%;
}
.tabs-radio{
    display: none;
}
label.tabs-label{
    padding: 10px 16px;
    cursor: pointer;
    width: auto;
    text-align: center;
    width: 30%;
}
.tab-content{
    order: 1;
    width: 100%;
    border-bottom: black;
    line-height: 1.5;
    display: none;
}
.tabs-radio:checked+.tabs-label{
    border-bottom: 2px solid black;
}
.tabs-radio:checked+.tabs-label+.tab-content{
    display: initial;
}
.tab-content img{
    max-width: 720px;
    margin: 16px auto;
    display: flex;
}
.slgx-table{
    width: 100%;
    text-align: center;
    margin: 32px 0;
    border: 2px solid;
}
tr:nth-child(even) {
    background-color: white;
}
.tabs button{
    border-radius: 10px;
    font-size: 16px;
    padding: 5px 25px 5px 25px;
    background-color: white;
    transition-duration: 0.5s;
    text-decoration: none;
}
.tabs button:hover{
    background-color: rgb(64, 133, 224);
    color: white;
}