/*
	DO NOT COPY THIS STYLING OR USE THIS AS AN EXAMPLE.
	This contains custom colors and styling to components that should be in its skin, instead of in the local styling.
*/
.api-documentation {
  border: none;
  padding-left: 20px;
}
.api-documentation__header {
  background-color: #000000;
  padding-left: 36px;
  height: 64px;
}
.api-documentation__header:before {
  position: absolute;
  content: "";
  background: url(../Images/Otherside_logo.png);
  width: 64px;
  height: 64px;
}
.api-documentation .emp-table {
  width: auto;
}
.api-documentation .emp-table th,
.api-documentation .emp-table td {
  border: 1px solid #d6d8df;
  padding-right: 100px;
}
.api-documentation__subtitle {
  padding-bottom: 10px;
  font-weight: bold;
}
