@charset "UTF-8";
code.codeph {
  color: #555E64;
  background: none;
  border-radius: 0px;
}
.note__title {
  font-weight: bold !important;
  margin-right: 5px;
}
.note {
  margin-bottom: 1em;
  margin-top: 1em;
}
.wintitle {
  font-weight: bold;
}
.uicontrol {
  font-weight: bold;
}
colgroup {
  display: none !important;
}
figure {
  margin-left: 0px;
  margin-right: 0px;
}
table {
  display: table;
  border-collapse: separate;
  box-sizing: border-box;
  text-indent: initial;
  border-spacing: 2px;
  border-color: grey;
}
.frame-topbot {
  width: 100%;
  padding: 0px;
  border-collapse: collapse;
  border: 1px solid #C1C1C1;
}
.frame-topbot th {
  background: #e6e6e6;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
}
.frame-topbot th a {
  color: #555E64 !important;
}
.frame-topbot tbody th {
  text-align: left;
  background: #f6f6f6;
}
.frame-topbot th, .frame-topbot td {
  padding: 5px;
  border-collapse: collapse;
  border: 1px solid #C1C1C1;
}
.frame-topbot td {
  text-align: left;
}
.frame-topbot-alt tr.altRow td, .frame-topbot-alt tr:nth-child(even) td {
  background: #f5f5f5;
}
.frame-topbot .row:after, .frame-topbot .row:before {
  content: none !important;
}
.stepexpand {
  margin-bottom: 1em;
  margin-top: 1em;
}
abbr[title], abbr {
  border-bottom: none !important;
  text-decoration: none !important;
  cursor: default !important;
}
#contentWrap .item-page kbd {
  padding: 0px;
  background: transparent;
  box-shadow: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border-radius: 0px;
}
code {
  color: #555E64 !important;
  background: none;
  border-radius: 0px;
}
.p {
  margin-top: 1em;
}