import-report {
    display: block;
    width: calc(100% - 10px);
    height: 100%;
    padding: 0 5px;
    #container {
        float: left;
        padding: 5px;
        width: calc(100% - 13px);
        height: calc(100% - 56px);
        border: 1px solid #bdbdbd;
        margin-bottom: 2px;
        overflow: auto;
    }
    #button-panel {
        float: left;
        width: calc(100% - 10px);
        height: 30px;
        padding-top: 5px;
        border-top: 1px solid #bdbdbd;
        text-align: right;
        padding: 5px;
    }
    .report {
        display: block;
        padding: 3px 0px;
    }
}