template-change {
    #me-tc-container {
        float: left;
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        padding: 10px;
    }
    .me-tc-grid-container {
        float: left;
        width: 100%;
        height: calc(100% - 43px);
        border: 1px solid #bdbdbd;
    }
    .me-tc-button-panel {
        float: left;
        width: 100%;
        height: 40px;
        border-top: 1px solid #bdbdbd;
        margin-top: 5px;
        padding-top: 5px;
        text-align: right;
    }
    ag-grid-angular.ag-theme-fresh {
        display: inline;
    }
}