Why the background of this page change?

Hi people.

I have 2 CSS bugs.

  1. the background color of this page change when I squeeze the page it suppose to stay white.
  2. the background color of this circular counter box change when I squeeze this page, it suppose to stay white.
    http://myonlinesmallgroup.com/warren/tasks/lessons_page/

Thanks in advance who ever will help me.

I don’t see that in my browser.

  1. the background color of this circular counter box change when I squeeze this page, it suppose to stay white.

It’s caused by this (page3.css, line 505):


@media only screen and (max-width: 965px)
#progresscontainer {
[COLOR="#FF0000"]background-color: #C7C7C7;[/COLOR]
}

@ralph_m ;

Thanks man.