@media screen and (max-width: 640px) {
  DIV.foosun_pagebox {
      width: 100%;
      height: 35px;
      text-align: center;
  }

  DIV.foosun_pagebox A, DIV.foosun_pagebox span {
      position: relative;
      width: auto;
      padding: 5px 10px;
      border: 1px solid #ddd;
      background-color: #fff;
      color: #49B45A;
      font-size: 14px;
      text-decoration: none;
      float: none;
  }

  DIV.foosun_pagebox A:hover, DIV.pagination A:active, DIV.foosun_pagebox SPAN.foosun_pagebox_num_nonce, DIV.foosun_pagebox SPAN.foosun_pagebox_num {
      background: #eee;
      border-color: #dddddd;
      color: #333;
      text-decoration: none;
  }

  div.clear {
      width: 100%;
      clear: both;
      display: block;
  }

}

@media screen and (min-width: 640px) {
  DIV.foosun_pagebox {
      width: 100%;
      height: 45px;
      text-align: center;
  }

  DIV.foosun_pagebox A, DIV.foosun_pagebox span {
      position: relative;
      width: auto;
      margin: 0 10px;
      padding: 5px 20px;
      border-radius: 3px;
      border: 1px solid #ddd;
      background-color: #fff;
      color: #49B45A;
      font-size: 14px;
      text-decoration: none;
      float: none;
  }

  DIV.foosun_pagebox A:hover, DIV.pagination A:active, DIV.foosun_pagebox SPAN.foosun_pagebox_num_nonce, DIV.foosun_pagebox SPAN.foosun_pagebox_num {
      background: #49B45A;
      border-color: #49B45A;
      color: #fff;
      text-decoration: none;
  }

  div.foosun_pagebox .clear {
      width: 100%;
      clear: both;
      display: block;
  }
}