﻿@media only screen and (min-width:2048px)  {
    .scrollerHistoryDataHgt {
        width: 100%;
    }
}

@media only screen and (min-width:1024px) and (max-width:2047px)  {
    .scrollerHistoryDataHgt {
        width: 100%;
    }
}
@media only screen and (min-width:480px) and (max-width:1023px) {
    .scrollerHistoryDataHgt {
        width: 200%;
    }
}
@media only screen and (min-width:321px) and (max-width:479px) {
    .scrollerHistoryDataHgt {
        width: 400%;
    }
}
@media only screen and (max-width:320px) {
    .scrollerHistoryDataHgt {
        width: 500%;
    }
}

