* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }

*:before,
*:after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }

html {
  font-family: 'Roboto', sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  background-color: #FAFAFA; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

td,
th {
  padding: 0; }

.main-viewport {
  padding-left: 232px; }

pre {
  display: block;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0; }

a {
  color: #2196f3;
  text-decoration: none; }

a:hover {
  color: #2196f3; }

select {
  height: 24px; }
