/*Change the font color*/
.lightGreyText{
    color: #898989;
}

/*Style the key features in ETG Overview*/
.etg-machine {
    text-align: center;
}

.keyfeature-border{
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    height: 400px;
}

.keyfeature-border img{
    width: 50px;
}

.cert-border{
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    height: 170px;
}

.cert-border:hover{
    border-color: #db262d;
    box-shadow: 0px 0px 0px 0.5px #db262d;
}

.keyfeature-padding-topbottom{
    padding-top: 20px;
    padding-bottom: 20px; 
}

.terminal-banner {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/terminalbanner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 350px;
}

/*Small devices*/

/*Style table*/
@media only screen and (min-width:320px){
    .img-margin{
        margin:0 0 20px !important;
    }    
}


.keyfeature-border-mobile{
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    height: 450px;
}

