﻿.footer {
    position:fixed;
    bottom:0;
    left:0;
    width: 100%;
    height: 4em;
    background-color: #f5f5f5;
}
#what-is-new{
    height: calc(100% - 4rem);
}
#what-is-new .dx-datagrid-headers{
    pointer-events:none;
}
#contact-us-btn-container .dx-button {
    width: unset;
    height: unset;
}
#contact-us-btn-container .dx-button-content{
    padding: 1rem;
}