﻿body {
  background-color: #e3e3e3;
  font-family: "Roboto Condensed", Arial;
}

.title {
  font: 300 30px "Roboto Condensed";
  color: #F60;
}

.text {
  font: 300 20px/24px "Roboto Condensed";
  color: #000;
  font-size: 16px;
  line-height: 20px;
}

a {
  font: 300 20px/24px "Roboto Condensed";
  color: #09C;
  font-size: 17px;
}
a.nav-link {
  color: black;
  font-weight: bold;
  padding-right: 25px;
  text-decoration: none;
}
a.nav-link.selected {
  text-decoration: underline;
}
a.selectAllNone {
  float: right;
  padding-left: 10px;
}

h1 {
  font-size: 30px;
  font-weight: 300;
  color: #F60;
}

span.tag {
  float: right;
  padding: 0 5px;
  border: 1px solid #F60;
  margin-left: 10px;
  font-size: 14px;
  color: #F60;
}

span.tagSelectorHeader {
  color: black;
  font-weight: bold;
  padding-right: 25px;
  text-decoration: none;
}

label.tagCheckLabel {
  border: 1px solid #F60;
  border-radius: 15px;
  padding: 5px 10px;
  margin: 5px;
  color: #F60;
  display: inline-block;
}
label.tagCheckLabel.selected {
  color: white;
  background-color: #F60;
}

.Header {
  border-bottom: 3px solid #F60;
}

div.helpcontent div.method {
  padding-bottom: 10px;
}

div.helpcontent div.methoddetails {
  display: none;
}

input.tagCheck {
  display: none;
}

div.helpcontent span.methodname {
  font: 700 20px/24px "Roboto Condensed";
  color: #F60;
  font-size: 20px;
  text-decoration: none;
  cursor: pointer;
}

div.helpcontent div.methodseparator {
  height: 5px;
}

div.helpcontent div.method div.methoddetails div.methoddescription,
div.helpcontent div.method div.methoddetails div.arguments,
div.helpcontent div.method div.methodSignature,
div.helpcontent div.method div.methodRetval {
  padding-bottom: 5px;
  padding-left: 10px;
}

div.helpcontent div.method div.methoddetails .code {
  margin-left: 10px;
  padding: 10px;
  background-color: #EEEEEE;
  border: 1px solid;
}

div .arguments table {
  text-align: left;
}

div .arguments table td {
  padding: 5px;
  margin: 5px;
}

div .arguments table th {
  padding: 5px;
  margin: 5px;
  text-decoration: underline;
}

div.helpcontent div.method div.sectionName {
  font: 700 20px/24px "Roboto Condensed";
  color: #000;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
