﻿#reportFrame
{
    position: relative; 
    /*top: -70px;*/ 
    left: 25%; 
    width:55%; 
    background-color:gray;
}

@media (max-width:  1100px) {
    #reportFrame
    {
        position: relative; top: 15%; left: 25%; width:55%;background-color:gray;
    }
}

#reportFrame > span > div > div {
    width:100%;
}


/*#reportFrame
{
    position: absolute; top: 1.5%; left: 25%; margin-right: -50%;
}

@media (max-width:  1100px) {
    #reportFrame
    {
        position: absolute; top: 15%; left: 25%; margin-right: -50%;
    }
}*/