html {
  height: 100%;
  overflow: hidden;
}
body {
  font-size: 11px;
  font-family: arial, sans-serif;
  margin: 5px;
  padding: 0;
  overflow: hidden;
  height: 100%;
}
#google_pubconsole_content {
  height: 100%;
}
/**************************** Headers ****************************/
h1,
.pub-h1 { /* pub-h1 */
  font-size: 1.2em; /* 1.4 = 18px; 1.5 = 20px */
  font-weight: bold;
  color: #000;
}
.primary {
  font-weight: bold;
}
.secondary {
  color: #888;
  font-weight: normal;
}
h1 div,
.pub-h1 div {
  display: inline;
}
h2,
.pub-h2 {
  font-size: 1.4em;
  font-weight: bold;
  color: #1277ac;
}
.inline-details {
  margin-left: 10px;
}
.right-align {
  font-weight: bold;
  font-size: 110%;
  width: 3em;
  float: left;
  text-align: right;
  margin-right: 0.25em;
  display: block;
}
.ad-source {
  font-size: 12px;
}
.index {
  font-size: 24px;
  float: left;
  height: 100%;
  margin: 0 10px 10px 10px;
}
