header {
  background: white;
  color: #208AEC;
}

footer {
  background: #f2f2f2;
  color: black;
}

body {
  background: #eee;
  text-align: center;
  padding: 0 25px;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
  margin: auto;
}

table {
    border-collapse: separate;
    border-spacing: 10px 5px;
}

.hide {
  visibility: hidden;
}

example tbody tr {
cursor: pointer;
}

example tr {
cursor: pointer;
}

btn {
font-size: 14px;
font-weight: normal;
}

.toolbar {
    float: left;
}

div.pager {
  position: absolute;
  left: auto; 
} 


