@import url(lib/normalize.css);
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }

.datagrid-wrap .datagrid-pager-top {
display:none;
}

.column,
.columns,
.left-area,
.right-area,
.center-area {
  width: 100%;
  float: left;
  box-sizing: border-box; }

@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; } }
@media (min-width: 750px) {
  .container {
    width: 80%; }

  .column,
  .columns,
  .left-area,
  .right-area,
  .center-area {
    margin-left: 0%; }

  .column:first-child,
  .columns:first-child,
  .left-area:first-child,
  .right-area:first-child,
  .center-area:first-child {
    margin-left: 0; }

  .one.column, .column.left-area, .column.right-area,
  .one.columns,
  .left-area,
  .right-area,
  .one.center-area {
    width: 8.3333333333%; }

  .two.columns, .two.left-area, .two.right-area, .two.center-area {
    width: 16.6666666667%; }

  .three.columns, .three.left-area, .three.right-area, .three.center-area {
    width: 25%; }

  .four.columns, .four.left-area, .four.right-area, .four.center-area {
    width: 33.3333333333%; }

  .five.columns, .five.left-area, .five.right-area, .five.center-area {
    width: 41.6666666667%; }

  .six.columns, .six.left-area, .six.right-area, .six.center-area {
    width: 50%; }

  .seven.columns, .seven.left-area, .seven.right-area, .seven.center-area {
    width: 58.3333333333%; }

  .eight.columns, .eight.left-area, .eight.right-area, .eight.center-area {
    width: 66.6666666667%; }

  .nine.columns, .nine.left-area, .nine.right-area, .nine.center-area {
    width: 75%; }

  .ten.columns, .ten.left-area, .ten.right-area, .center-area {
    width: 83.3333333333%; }

  .eleven.columns, .eleven.left-area, .eleven.right-area, .eleven.center-area {
    width: 91.6666666667%; }

  .twelve.columns, .twelve.left-area, .twelve.right-area, .twelve.center-area {
    width: 100%;
    margin-left: 0; }

  .one-third.column {
    width: 33.3333333333%; }

  .two-thirds.column {
    width: 66.6666666667%; }

  .one-half.column {
    width: 50%; }

  .offset-by-one.column,
  .offset-by-one.columns,
  .offset-by-one.left-area,
  .offset-by-one.right-area,
  .offset-by-one.center-area {
    margin-left: 8.3333333333%; }

  .offset-by-two.column,
  .offset-by-two.columns,
  .offset-by-two.left-area,
  .offset-by-two.right-area,
  .offset-by-two.center-area {
    margin-left: 16.6666666667%; }

  .offset-by-three.column,
  .offset-by-three.columns,
  .offset-by-three.left-area,
  .offset-by-three.right-area,
  .offset-by-three.center-area {
    margin-left: 25%; }

  .offset-by-four.column,
  .offset-by-four.columns,
  .offset-by-four.left-area,
  .offset-by-four.right-area,
  .offset-by-four.center-area {
    margin-left: 33.3333333333%; }

  .offset-by-five.column,
  .offset-by-five.columns,
  .offset-by-five.left-area,
  .offset-by-five.right-area,
  .offset-by-five.center-area {
    margin-left: 41.6666666667%; }

  .offset-by-six.column,
  .offset-by-six.columns,
  .offset-by-six.left-area,
  .offset-by-six.right-area,
  .offset-by-six.center-area {
    margin-left: 50%; }

  .offset-by-seven.column,
  .offset-by-seven.columns,
  .offset-by-seven.left-area,
  .offset-by-seven.right-area,
  .offset-by-seven.center-area {
    margin-left: 58.3333333333%; }

  .offset-by-eight.column,
  .offset-by-eight.columns,
  .offset-by-eight.left-area,
  .offset-by-eight.right-area,
  .offset-by-eight.center-area {
    margin-left: 66.6666666667%; }

  .offset-by-nine.column,
  .offset-by-nine.columns,
  .offset-by-nine.left-area,
  .offset-by-nine.right-area,
  .offset-by-nine.center-area {
    margin-left: 75%; }

  .offset-by-ten.column,
  .offset-by-ten.columns,
  .offset-by-ten.left-area,
  .offset-by-ten.right-area,
  .offset-by-ten.center-area {
    margin-left: 83.3333333333%; }

  .offset-by-eleven.column,
  .offset-by-eleven.columns,
  .offset-by-eleven.left-area,
  .offset-by-eleven.right-area,
  .offset-by-eleven.center-area {
    margin-left: 91.6666666667%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns,
  .offset-by-one-third.left-area,
  .offset-by-one-third.right-area,
  .offset-by-one-third.center-area {
    margin-left: 33.3333333333%; }

  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns,
  .offset-by-two-thirds.left-area,
  .offset-by-two-thirds.right-area,
  .offset-by-two-thirds.center-area {
    margin-left: 66.6666666667%; }

  .offset-by-one-half.column,
  .offset-by-one-half.column {
    margin-left: 50%; } }
html {
  font-size: 62.5%; }

body {
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }

h1 {
  font-size: 4.0rem;
  line-height: 1.2;
  letter-spacing: -.1rem; }

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -.1rem; }

h3 {
  font-size: 3.0rem;
  line-height: 1.3;
  letter-spacing: -.1rem; }

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -.08rem; }

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -.05rem; }

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0; }

@media (min-width: 550px) {
  h1 {
    font-size: 5.0rem; }

  h2 {
    font-size: 4.2rem; }

  h3 {
    font-size: 3.6rem; }

  h4 {
    font-size: 3.0rem; }

  h5 {
    font-size: 2.4rem; }

  h6 {
    font-size: 1.5rem; } }
p {
  margin-top: 0; }

a {
  color: #1eaedb; }
  a:hover {
    color: #1b9cc5; }

.button,
button {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }

input[type="submit"], input[type="reset"], input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }

.button:hover,
button:hover {
  color: #333;
  border-color: #888888;
  outline: 0; }

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  color: #333;
  border-color: #888888;
  outline: 0; }

.button:focus,
button:focus {
  color: #333;
  border-color: #888888;
  outline: 0; }

input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {
  color: #333;
  border-color: #888888;
  outline: 0; }

.button.button-primary,
button.button-primary {
  color: #fff;
  background-color: #33c3f0;
  border-color: #33c3f0; }

input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary {
  color: #fff;
  background-color: #33c3f0;
  border-color: #33c3f0; }

.button.button-primary:hover,
button.button-primary:hover {
  color: #fff;
  background-color: #1eaedb;
  border-color: #1eaedb; }

input[type="submit"].button-primary:hover, input[type="reset"].button-primary:hover, input[type="button"].button-primary:hover {
  color: #fff;
  background-color: #1eaedb;
  border-color: #1eaedb; }

.button.button-primary:focus,
button.button-primary:focus {
  color: #fff;
  background-color: #1eaedb;
  border-color: #1eaedb; }

input[type="submit"].button-primary:focus, input[type="reset"].button-primary:focus, input[type="button"].button-primary:focus {
  color: #fff;
  background-color: #1eaedb;
  border-color: #1eaedb; }
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"] {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

textarea,
select {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus {
  border: 1px solid #33c3f0;
  outline: 0; }

textarea:focus,
select:focus {
  border: 1px solid #33c3f0;
  outline: 0; }

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"], input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

ul {
  list-style: circle inside; }

ol {
  list-style: decimal inside;
  padding-left: 0;
  margin-top: 0; }

ul {
  padding-left: 0;
  margin-top: 0; }
  ul ul, ul ol {
    margin: 1.5rem 0 1.5rem 3rem;
    font-size: 90%; }

ol ol, ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }

li {
  margin-bottom: 1rem; }

code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 4px; }

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

button,
.button {
  margin-bottom: 1rem; }

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }

.u-full-width {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #e1e1e1; }

.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

body {
  background: #000;
  min-width: 300px; }

.hide {
  display: none; }

.background-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: -1; }

.loading-indicator {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: #fff;
  width: 100%;
  height: 100%;
  transition: visibility 0.3s linear 0.5s, opacity 0.5s linear; }
  .loading-indicator img {
    position: relative;
    top: 45%;
    left: 45%;
    width: 5em; }

.done-loading {
  visibility: hidden;
  opacity: 0;
  transition-delay: 0s; }

@media (min-width: 1000px) {
  .top-area img, .bottom-area img {
    height: 100px; } }

.bottom-area {
  margin-top: 7px; }

.left-area, .right-area {
  display: none; }
  @media (min-width: 750px) {
    .left-area, .right-area {
      display: block; } }

.center-area {
  background: #fff; }
  .center-area .inside {
    margin: 0;
    padding: 0; }

.container {
  width: 100%;
  max-width: 100%;
  padding: 0; }

.datagrid-btable th:first-child,
.datagrid-btable td:first-child, .datagrid-htable th:first-child,
.datagrid-htable td:first-child {
  padding-left: 4px}
.datagrid-btable th, .datagrid-btable td, .datagrid-htable th, .datagrid-htable td {
  text-align: left !important;
  border: 0;
  margin: 0;
  padding: 0; }
  .datagrid-btable th .datagrid-cell, .datagrid-btable td .datagrid-cell, .datagrid-htable th .datagrid-cell, .datagrid-htable td .datagrid-cell {
    padding: 0;
    overflow: visible;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700; }

.datagrid-htable {
  height: auto !important; }
  .datagrid-htable tbody {
    background: #87C995; }
  .datagrid-htable td:hover {
    background: #87C995; }
  .datagrid-htable th, .datagrid-htable td {
    border-bottom: 4px solid #478F7F;
    padding: 0; }
    .datagrid-htable th .datagrid-cell, .datagrid-htable td .datagrid-cell {
      color: #2F3E42;
      font-size: 0.7em;
      text-align: right !important; 
		 
      line-height: inherit; }
      @media (min-width: 400px) {
        .datagrid-htable th .datagrid-cell, .datagrid-htable td .datagrid-cell {
          font-size: 1em; } }
      @media (min-width: 750px) {
        .datagrid-htable th .datagrid-cell, .datagrid-htable td .datagrid-cell {
          font-size: 1.2em; } }
      @media (min-width: 1000px) {
        .datagrid-htable th .datagrid-cell, .datagrid-htable td .datagrid-cell {
          font-size: 1.4em; } }
      @media (min-width: 1200px) {
        .datagrid-htable th .datagrid-cell, .datagrid-htable td .datagrid-cell {
          font-size: 1.9em; } }

.datagrid-btable tbody {
  background: #fff; }
.datagrid-btable th, .datagrid-btable td {
  border-bottom: 1px solid #e1e1e1; }
  @media (min-width: 400px) {
    .datagrid-btable th, .datagrid-btable td {
      padding: 2px; } }
  .datagrid-btable th .datagrid-cell, .datagrid-btable td .datagrid-cell {
    font-size: 0.8em;
    line-height: inherit;
    text-align: right !important; }
    @media (min-width: 400px) {
      .datagrid-btable th .datagrid-cell, .datagrid-btable td .datagrid-cell {
        font-size: 1.2em; } }
    @media (min-width: 550px) {
      .datagrid-btable th .datagrid-cell, .datagrid-btable td .datagrid-cell {
        font-size: 1.4em; } }
    @media (min-width: 750px) {
      .datagrid-btable th .datagrid-cell, .datagrid-btable td .datagrid-cell {
        font-size: 1.5em; } }
    @media (min-width: 1000px) {
      .datagrid-btable th .datagrid-cell, .datagrid-btable td .datagrid-cell {
        font-size: 1.7em; } }
    @media (min-width: 1200px) {
      .datagrid-btable th .datagrid-cell, .datagrid-btable td .datagrid-cell {
        font-size: 1.8em; } }
    @media (min-width: 1600px) {
      .datagrid-btable th .datagrid-cell, .datagrid-btable td .datagrid-cell {
        font-size: 2.7em; } }
.datagrid-btable tr.datagrid-row-alt {
  background-color: #eee; }

#tt.layout-runde1 table.datagrid-btable, #tt.layout-runde1 table.datagrid-htable {
  table-layout: fixed;
  width: 100%; }
  #tt.layout-runde1 table.datagrid-btable th, #tt.layout-runde1 table.datagrid-btable td, #tt.layout-runde1 table.datagrid-htable th, #tt.layout-runde1 table.datagrid-htable td {
    overflow: hidden; }
  #tt.layout-runde1 table.datagrid-btable td:nth-child(1), #tt.layout-runde1 table.datagrid-htable td:nth-child(1) {
    width: 5%; }
  #tt.layout-runde1 table.datagrid-btable td:nth-child(2), #tt.layout-runde1 table.datagrid-htable td:nth-child(2) {
    width: 35%; }
  #tt.layout-runde1 table.datagrid-btable td:nth-child(3), #tt.layout-runde1 table.datagrid-htable td:nth-child(3) {
    width: 35%; }
  #tt.layout-runde1 table.datagrid-btable td:nth-child(4), #tt.layout-runde1 table.datagrid-htable td:nth-child(4) {
    width: 10%; }
  #tt.layout-runde1 table.datagrid-btable td:nth-child(5), #tt.layout-runde1 table.datagrid-htable td:nth-child(5) {
    width: 10%; }
  #tt.layout-runde1 table.datagrid-btable td:nth-child(6), #tt.layout-runde1 table.datagrid-htable td:nth-child(6) {
    width: 10%; }
  #tt.layout-runde1 table.datagrid-btable td:nth-child(7), #tt.layout-runde1 table.datagrid-htable td:nth-child(7) {
    width: 10%; }

#tt.layout-runde2 table.datagrid-btable, #tt.layout-runde2 table.datagrid-htable {
  table-layout: fixed;
  width: 100%; }
  #tt.layout-runde2 table.datagrid-btable th, #tt.layout-runde2 table.datagrid-btable td, #tt.layout-runde2 table.datagrid-htable th, #tt.layout-runde2 table.datagrid-htable td {
    overflow: hidden; }
  #tt.layout-runde2 table.datagrid-btable td:nth-child(1), #tt.layout-runde2 table.datagrid-htable td:nth-child(1) {
    width: 5%; }
  #tt.layout-runde2 table.datagrid-btable td:nth-child(2), #tt.layout-runde2 table.datagrid-htable td:nth-child(2) {
    width: 35%; }
  #tt.layout-runde2 table.datagrid-btable td:nth-child(3), #tt.layout-runde2 table.datagrid-htable td:nth-child(3) {
    width: 25%; }

#tt.layout-runde3 table.datagrid-btable, #tt.layout-runde3 table.datagrid-htable {
  table-layout: fixed;
  width: 100%; }
  #tt.layout-runde3 table.datagrid-btable th, #tt.layout-runde3 table.datagrid-btable td, #tt.layout-runde3 table.datagrid-htable th, #tt.layout-runde3 table.datagrid-htable td {
    overflow: hidden; }
  #tt.layout-runde3 table.datagrid-btable td:nth-child(1), #tt.layout-runde3 table.datagrid-htable td:nth-child(1) {
    width: 5%; }
  #tt.layout-runde3 table.datagrid-btable td:nth-child(2), #tt.layout-runde3 table.datagrid-htable td:nth-child(2) {
    width: 30%; }

  #tt.layout-runde3 table.datagrid-btable td:nth-child(3), #tt.layout-runde3 table.datagrid-htable td:nth-child(3) {
    width: 25%; }


#tt.layout-runde4 table.datagrid-btable, #tt.layout-runde4 table.datagrid-htable {
  table-layout: fixed;
  width: 100%; }
  #tt.layout-runde4 table.datagrid-btable th, #tt.layout-runde4 table.datagrid-btable td, #tt.layout-runde4 table.datagrid-htable th, #tt.layout-runde4 table.datagrid-htable td {
    overflow: hidden; }
  #tt.layout-runde4 table.datagrid-btable td:nth-child(1), #tt.layout-runde4 table.datagrid-htable td:nth-child(1) {
    width: 5%; }
  #tt.layout-runde4 table.datagrid-btable td:nth-child(2), #tt.layout-runde4 table.datagrid-htable td:nth-child(2) {
    width: 30%; }

.countdown {
  font-size: 0.7em;
  color: #666; }

.datagrid {
  margin-top: 5px; }

.datagrid-view {
  position: inherit;
  width: 100% !important;
  overflow: visible;
  height: auto !important; }

.datagrid-view1 {
  display: none; }

.datagrid-view2 {
  position: initial;
  overflow: visible;
  width: 100% !important;
  height: auto; }

.datagrid-header {
  width: 100% !important;
  height: auto !important; }

.datagrid-body {
  width: 100% !important;
  height: auto;
  background-color: white; }

.datagrid-btable, .datagrid-cell, .datagrid-htable {
  width: 100% !important; }

table {
  margin-bottom: 0; }

.datagrid-header-inner {
  width: 100% !important;
  height: auto !important;
  background-color: white; }

.datagrid-row {
  height: auto; }

.datagrid .panel-body {
  border: none; }

.tabs-header {
  position: inherit;
  width: 100%;
  overflow: visible; }
  .tabs-header .tabs-scroller-left, .tabs-header .tabs-scroller-right {
    display: none !important; }
  .tabs-header .tabs-wrap {
    position: inherit;
    background: #F9F9F9;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-bottom: 1px solid #ddd; }
  .tabs-header .tabs {
    border-bottom: none;
    height: auto;
    width: 100%;
    padding-left: 0; }
    .tabs-header .tabs li {
      margin-right: 0px;
      margin-bottom: 0px;
      padding: 6px 3px;
      position: relative;
      border: none;
      border-bottom: 3px solid #ddd;
      background-color: transparent; }
      @media (min-width: 1000px) {
        .tabs-header .tabs li {
          padding: 8px 6px; } }
      .tabs-header .tabs li a.tabs-inner, .tabs-header .tabs li a.tabs-inner:hover {
        background: transparent; }
      .tabs-header .tabs li font {
        font-size: 0.7em; }
        @media (min-width: 400px) {
          .tabs-header .tabs li font {
            font-size: 1em; } }
        @media (min-width: 750px) {
          .tabs-header .tabs li font {
            font-size: 1.2em; } }
        @media (min-width: 1000px) {
          .tabs-header .tabs li font {
            font-size: x-large; } }   /* 1.4em */
    .tabs-header .tabs li.tabs-selected {
      border: 0;
      border-bottom: 3px solid #87C995; }
      .tabs-header .tabs li.tabs-selected a.tabs-inner {
        color: blue; /* #87C995*/
        background: transparent;
        font-weight: bold; } /*normal */
    .tabs-header .tabs li:hover {
      background: transparent; }

.tabs-panels {
  padding: 5px 5px; }
  @media (min-width: 750px) {
    .tabs-panels {
      padding: 0px 10px; } }

.datagrid-wrap {
  width: 100% !important; }
  .datagrid-wrap .pagination-btn-separator {
    border-left: 0; }
  .datagrid-wrap .datagrid-pager-top {
    border-bottom: 0;
    border-top: 0;
	display:none;}
    .datagrid-wrap .datagrid-pager-top select {
      margin-left: 0; }
    .datagrid-wrap .datagrid-pager-top select, .datagrid-wrap .datagrid-pager-top .pagination-num {
      height: 20px;
      font-size: 10px;
      padding: 0; }
      @media (min-width: 400px) {
        .datagrid-wrap .datagrid-pager-top select, .datagrid-wrap .datagrid-pager-top .pagination-num {
          height: 22px;
          font-size: 11px; } }
    .datagrid-wrap .datagrid-pager-top span, .datagrid-wrap .datagrid-pager-top .pagination-info {
      font-size: 8px; }
      @media (min-width: 400px) {
        .datagrid-wrap .datagrid-pager-top span, .datagrid-wrap .datagrid-pager-top .pagination-info {
          font-size: 11px; } }
    .datagrid-wrap .datagrid-pager-top table {
      margin-bottom: 5px; }
    @media only screen and (max-width: 550px) {
      .datagrid-wrap .datagrid-pager-top .pagination-info {
        display: none;
        float: left;
        padding-right: 6px;
        padding-top: 0px;
        font-size: 11px; } }
