﻿body {
  margin: 0;
  padding: 0;
  background-color: white;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  min-width: 250px;
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
label {
  font-weight: 600;
}
.nav-tabs {
  margin-bottom: 15px;
}
.section-header {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}
.section-text {
  display: block;
  white-space: pre-line;
}
.screenshot {
  display: block;
  max-width: 100%;
}