@media only screen and (max-width: 1760px) {
    #image {
        display: none;
    }
}

.table-data2 {
    border-collapse: collapse;
    margin-left:1rem
}

.table-data2.table thead th {
    color: #ffff;
    text-transform: uppercase;
    border: none;
    font-weight: 400;
    vertical-align: top;

}


.table-data2.table tbody tr:hover{
    background-color: rgb(233, 233, 233)
}



.table-data2.table tbody {
    background: rgba(255, 255, 255, 0.967);
}






.table-data2.table tbody tr td:last-child {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
    padding:20px
}
.table-data2.table tbody tr td:first-child {
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
    padding:20px
}

.table-data2.table tbody td {
    font-size: 17px;
    color: #525252;
    vertical-align: middle;
    text-align: center;
    padding: 0px 0px;
    padding-right: 10px;
    border: none;
}

.table-data2.table tbody td.desc {
    color: #4272d7;
}

.table-data2 .spacer {
    height: 15px;
    background: transparent;
}

.tr-shadow {
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.138);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.159);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.152);
}