.plugin-webstandards #webstandardspanel {
  width: 100%;
  height: 100%;
  position: relative;
}
.plugin-webstandards #webstandardspanel x-controlbar .loadingstate {
  font-size: 16pt;
  line-height: 26px;
  margin-left: 10px;
  display: none;
}
.plugin-webstandards #webstandardspanel #webstandards-results {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 36px;
  display: flex;
  flex-flow: row nowrap;
}
.plugin-webstandards #webstandardspanel #webstandards-results #webstandards-rulespanel {
  width: 300px;
  min-width: 300px;
  height: 100%;
  max-width: 30%;
  background-color: #EEE;
  overflow-x: hidden;
  overflow-y: auto;
}
.plugin-webstandards #webstandardspanel #webstandards-results #webstandards-rulespanel .rule .state {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #999;
  box-sizing: border-box;
  margin-right: 8px;
}
.plugin-webstandards #webstandardspanel #webstandards-results #webstandards-rulespanel .rule .state.fa-check {
  color: seagreen;
  border-color: seagreen;
}
.plugin-webstandards #webstandardspanel #webstandards-results #webstandards-rulespanel .rule .state.fa-close {
  color: indianred;
  border-color: indianred;
}
.plugin-webstandards #webstandardspanel #webstandards-results #webstandards-rulespanel .rule .title {
  padding: 0.3em 1em;
  font-size: 12px;
  font-size: 0.9em;
  cursor: pointer;
  color: black;
}
.plugin-webstandards #webstandardspanel #webstandards-results #webstandards-rulespanel .rule .title .ruleSummary-container {
  float: right;
}
.plugin-webstandards #webstandardspanel #webstandards-results #webstandards-rulespanel .rule .title .ruleSummary-container .ruleSummary-succeed {
  padding-left: 5px;
}
.plugin-webstandards #webstandardspanel #webstandards-results #webstandards-rulespanel .rule .title .ruleSummary-container .ruleSummary-succeed::before {
  content: "(";
}
.plugin-webstandards #webstandardspanel #webstandards-results #webstandards-rulespanel .rule .title .ruleSummary-container .ruleSummary-succeed::after {
  content: " ✓ |";
}
.plugin-webstandards #webstandardspanel #webstandards-results #webstandards-rulespanel .rule .title .ruleSummary-container .ruleSummary-failed {
  padding-left: 3px;
}
.plugin-webstandards #webstandardspanel #webstandards-results #webstandards-rulespanel .rule .title .ruleSummary-container .ruleSummary-failed::after {
  content: " x)";
}
.plugin-webstandards #webstandardspanel #webstandards-results #webstandards-rulespanel .rule.collapsible.collapsed > .childs {
  display: none;
}
.plugin-webstandards #webstandardspanel #webstandards-results #webstandards-rulespanel .rule.level1 > .title {
  background-color: #636363;
  color: white;
  text-transform: uppercase;
}
.plugin-webstandards #webstandardspanel #webstandards-results #webstandards-rulespanel .rule.level2:hover,
.plugin-webstandards #webstandardspanel #webstandards-results #webstandards-rulespanel .rule.level3:hover,
.plugin-webstandards #webstandardspanel #webstandards-results #webstandards-rulespanel .rule.level4:hover {
  background-color: #AAA;
  color: black;
}
.plugin-webstandards #webstandardspanel #webstandards-results #webstandards-rulespanel .rule.level2:hover.selected,
.plugin-webstandards #webstandardspanel #webstandards-results #webstandards-rulespanel .rule.level3:hover.selected,
.plugin-webstandards #webstandardspanel #webstandards-results #webstandards-rulespanel .rule.level4:hover.selected,
.plugin-webstandards #webstandardspanel #webstandards-results #webstandards-rulespanel .rule.level2.selected,
.plugin-webstandards #webstandardspanel #webstandards-results #webstandards-rulespanel .rule.level3.selected,
.plugin-webstandards #webstandardspanel #webstandards-results #webstandards-rulespanel .rule.level4.selected {
  background-color: #CCC;
  color: black;
}
.plugin-webstandards #webstandardspanel #webstandards-results #webstandards-ruledetailpanel {
  flex: 1;
}
.plugin-webstandards #webstandardspanel #webstandards-results #webstandards-ruledetailpanel .empty {
  margin: auto;
  margin-top: 10%;
  width: 80%;
  max-width: 400px;
  color: #565555;
  text-align: center;
}
.plugin-webstandards #webstandardspanel #webstandards-results #webstandards-ruledetailpanel h1.title {
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.plugin-webstandards #webstandardspanel #webstandards-results #webstandards-ruledetailpanel h1.title .state {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #999;
  box-sizing: border-box;
  margin-right: 8px;
}
.plugin-webstandards #webstandardspanel #webstandards-results #webstandards-ruledetailpanel h1.title .state.fa-check {
  color: seagreen;
  border-color: seagreen;
}
.plugin-webstandards #webstandardspanel #webstandards-results #webstandards-ruledetailpanel h1.title .state.fa-close {
  color: indianred;
  border-color: indianred;
}
.plugin-webstandards #webstandardspanel #webstandards-results #webstandards-ruledetailpanel .ruledetailpanel-content {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 20px;
  overflow-x: hidden;
  overflow-y: auto;
}
.plugin-webstandards #webstandardspanel #webstandards-results #webstandards-ruledetailpanel .ruledetailpanel-content > .description {
  margin-bottom: 1em;
}
.plugin-webstandards #webstandardspanel #webstandards-results #webstandards-ruledetailpanel .ruledetailpanel-content strong {
  font-weight: 600;
}
.plugin-webstandards #webstandardspanel #webstandards-results #webstandards-ruledetailpanel .ruledetailpanel-content .item > .items {
  margin-top: 10px;
}
.plugin-webstandards #webstandardspanel #webstandards-results #webstandards-ruledetailpanel .ruledetailpanel-content .blockitems > .items {
  margin-top: 20px;
}
.plugin-webstandards #webstandardspanel #webstandards-results #webstandards-ruledetailpanel .ruledetailpanel-content .blockitems > .items > .item {
  border: 1px solid #AAA;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #EEE;
}
.plugin-webstandards #webstandardspanel #webstandards-results #webstandards-ruledetailpanel .ruledetailpanel-content .itemslist {
  margin-bottom: 0.5em;
}
.plugin-webstandards #webstandardspanel #webstandards-results #webstandards-ruledetailpanel .ruledetailpanel-content .itemslist > .title {
  background-color: #555;
  color: white;
  padding: 0.2em 0.3em;
  margin-bottom: 0.2em;
}
.plugin-webstandards #webstandardspanel #webstandards-results #webstandards-ruledetailpanel .ruledetailpanel-content .itemslist > .items {
  padding-left: 20px;
  margin-top: 0;
}
.plugin-webstandards #webstandardspanel #webstandards-results #webstandards-ruledetailpanel .ruledetailpanel-content .itemslist > .items > .item > .title {
  font-weight: 500;
}
.plugin-webstandards #webstandardspanel #webstandards-results #webstandards-ruledetailpanel .ruledetailpanel-content .itemslist > .items > .item > .content {
  color: #777;
  font-size: 0.9em;
}
.plugin-webstandards #webstandardspanel #webstandards-results #webstandards-ruledetailpanel .ruledetailpanel-content .itemslist > .items > .item > .items {
  padding-left: 20px;
}
.plugin-webstandards #webstandardspanel #webstandards-results #webstandards-ruledetailpanel .ruledetailpanel-content .itemslist > .items > .item > .items > .item {
  color: #790505;
  font-style: italic;
  font-size: 0.9em;
}
.plugin-webstandards #webstandardspanel.loading x-controlbar .loadingstate {
  display: block;
}
.plugin-webstandards #webstandardspanel.loading .contentpanel {
  position: absolute;
  top: 36px;
  bottom: 0;
  left: 0;
  right: 0;
}
