/* core.css */
strong {
  font-weight: bold;
}

.hide {
  display: none;
}

.clear {
  clear: both;
}

.float-left {
  float: left;
}
.align-center {
  text-align: center;
}
.pad-5 {
  padding: 0px 5px;
}
.open-onready,
.close-onready {
  overflow: hidden;
}
.scroll-to-top {
  cursor: pointer;
}
#site .open-onready {
  height: 0px;
}

.fadein-onready {
  visibility: hidden;
}
p {
  margin: 2px 0 5px;
}
ol, ul {
 margin-left: 20px;
 list-style: disc;
}
