#kk-content {
  position: relative;
  top: 0px;
}
#kk-content .kk-breadcrumbs {
  color: #1D2F68;
  font-size: 130%;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
#kk-content p#kk-copyright { font-size: small; color: #aaa; }
#kk-content h1, h2 {
  margin-top: 0.4em;
  margin-bottom: 0.3em;
}

#kk-content p {
  margin-top: 0.7em;
  margin-bottom: 0.7em;
}
#kk-content table {
  margin-top: 1.0em;
  border-collapse: collapse;
  border-spacing: 0;
}
#kk-content tr { border-style: none; }
#kk-content th {
  font-weight: bold;
  padding: 0.2em 0.4em 0.2em 0.4em;
}
#kk-content td.kk-pad { padding: 0.5em; }
#kk-content td.kk-grid-label { 
  font-weight: bold;
  padding: 0.2em 0.4em 0.2em 0.4em;
}
#kk-content td.kk-grid-cell {
  border: 1px black solid;
  padding: 0.2em 0.4em 0.2em 0.4em;
}
#kk-content td.kk-grid-free {
  text-align: center;
  padding: 0.2em 0.4em 0.2em 0.4em;
}

#kk-content div.kk-blueBox {
  top: 1%;
  font-size: 0.75em;
  margin-left: 2%;
  padding: 5px;
  background-color: #D3E4F2; /* blue like the wrapper tabs */
}
#kk-content div#kk-store {
  bottom: 1%;
  margin-top: 10%;
  padding: 5px;
}

