/**
 * Block defaults
 */
#blocks tr.region-title td {
  font-weight: bold;
}
#blocks tr.region-message {
  font-weight: normal;
  color: #999;
}
#blocks tr.region-populated {
  display: none;
}
.block-region {
  background-color: #ff6;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 3px;
}

.sticky-ad-fixed {
  position: fixed;
  z-index: 2015;
  top: 0;
  padding-bottom: 10px;
  margin-top: 50px;
}
.sticky-ad-fixed.block-dfp {
  width: 100%;
}
.admin-menu .sticky-ad-fixed.block-dfp {
  z-index: 1015;
}
.admin-menu .sticky-ad-fixed {
  margin-top: 60px;
}