.style1 {
        width: 705px;
    }

    .table-box {
        text-align: left /*!important*/;
    }

    .table-right {
        position: relative;
    }

    .PlaceEvents {
        width: 100% /*!important*/;
    }

    .TableHeader {
        height: 24px;
        line-height: 24px;
    }

    @media screen and (max-width: 600px) {
        .table-left {
            order: 1;
        }

        .table-right {
            order: 2;
        }
    }