@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
@import url("https://fonts.googleapis.com/css?family=Roboto+Mono:400,700");
html, body, #body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", san-serif, Arial;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  background: #F2F2F2;
  -webkit-overflow-scrolling: touch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

*, *:before, *:after {
  box-sizing: inherit; }

::-webkit-scrollbar {
  width: 4px; }

::-webkit-scrollbar-track {
  -webkit-box-shadow: none; }

::-webkit-scrollbar-thumb {
  background: #828282; }

[contenteditable=true]:empty:before {
  content: attr(placeholder);
  display: block;
  /* For Firefox */
  color: #828282; }

h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  font-weight: 400; }

h1 {
  font-size: 45px; }

h3 {
  font-size: 14px;
  font-weight: 700; }

button {
  font-family: "Roboto", san-serif, Arial;
  font-weight: 400;
  font-size: 14px;
  background: #2F80ED;
  color: white;
  border: none;
  padding: 0.4em 1.2em; }

.button--load-more {
  margin: 80px 80px 120px 80px; }

.button--outlined {
  padding: 0.3em 1em;
  background: none;
  border: 2px solid #2F80ED;
  font-weight: 700;
  color: #2F80ED; }

.button--gray {
  color: #828282;
  border-color: #828282; }

p {
  line-height: 1.5; }

a {
  text-decoration: underline;
  color: #2F80ED; }

input, textarea {
  font-family: "Roboto", san-serif, Arial;
  font-weight: 400;
  font-size: 14px; }

.button--signup {
  padding-top: 8px;
  padding-bottom: 10px;
  font-weight: 700; }

.button--signup img {
  margin-bottom: -4px;
  margin-right: 4px; }

.button--signup:hover {
  background: #306FC4; }

.top-bar {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1200px;
  padding: 10px 40px;
  background: #F2F2F2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.top-bar__nav a {
  margin-left: 30px;
  color: #333333;
  text-decoration: none; }

a.top-bar__account-links {
  color: #2F80ED;
  font-weight: 700;
  cursor: pointer; }

.top-bar .button--signup {
  margin-left: 20px; }

.top-bar__right-items .button--outlined {
  margin-left: 20px; }

.get-started {
  display: grid;
  grid-template-columns: auto auto; }

.get-started__step {
  padding: 20px 10px 0 0;
  grid-column: 1 2;
  font-size: 16px; }

.get-started__content {
  margin-top: 20px;
  grid-column: 2 3; }

.landing {
  margin-top: 50px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.landing h1,
.landing h2,
.landing h3,
.landing h4 {
  font-family: "Roboto Mono";
  font-weight: 700;
  letter-spacing: -0.035em; }

.landing h2 {
  font-size: 24px; }

.section {
  padding: 0px 40px;
  flex: 1 0 auto;
  width: 100%;
  max-width: 1200px;
  overflow-y: hidden; }

.section--intro {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.section--feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start; }

.section--intro .landing__prev-img {
  margin-top: 100px; }

.landing__prev-img {
  width: 650px;
  min-height: 490px;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1); }

.intro__demolink {
  font-size: 24px;
  font-weight: 700;
  text-decoration: none; }

.section__text {
  margin-right: 40px;
  width: 350px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start; }

.section__text p {
  margin: 10px 0;
  font-size: 28px;
  font-weight: 400; }

.section--feature .section__text p {
  font-size: 20px; }

.section--feature-figures .section__text {
  margin-top: 100px; }

.section--feature-notes .section__text {
  margin-top: 50px; }

.section--feature-audio .section__text {
  margin-top: 200px; }

.section--feature-files {
  padding-bottom: 50px; }

.section--feature-files .section__text {
  margin-top: 300px; }

.section--get-started {
  margin: 80px 0 100px 0;
  width: auto; }

.section--get-started h2 {
  font-size: 32px; }

.section--feedback {
  padding: 0 40px 80px 20px;
  font-size: 16px;
  text-align: center;
  color: #828282; }

.screen {
  width: 100%;
  display: grid;
  grid-template-columns: 320px auto;
  grid-template-rows: 50px auto;
  background: white; }

.screen__top-bar {
  grid-column: 1 / 3;
  grid-row: 1 / 1;
  padding: 15px 40px;
  background: white;
  border-bottom: 1px solid #E6E8EB;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.screen__left-side-bar {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  padding: 10px;
  height: calc(100vh - 50px);
  border-right: 1px solid #E6E8EB;
  overflow-y: scroll; }

.screen__sessions {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  height: calc(100vh - 50px);
  overflow-y: scroll; }

.screen__sessions--no-sessions {
  grid-column: 1 / 3; }

.no-sessions {
  padding: 40px;
  max-width: 900px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start; }

.no-sessions h2 {
  margin: 20px 0 40px 0; }

.screen-unauthorised {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.screen-unauthorised .section {
  padding: 120px 40px; }

.notes-list__notebook {
  margin: 10px 0 5px 0;
  font-weight: 700; }

.notes-list__note-container {
  display: grid;
  grid-template-columns: 70px auto 60px;
  grid-template-rows: 16px auto;
  padding: 6px 0 8px 12px;
  font-size: 12px;
  color: #828282;
  min-height: 55px;
  border-bottom: 1px solid #E6E8EB; }

.notes-list__note-container:hover {
  background: #E6E8EB;
  cursor: pointer; }

.notes-list__graph {
  grid-column: 1 / 2;
  grid-row: 1 / 2; }

.notes-list__note {
  grid-column: 2 / 4;
  grid-row: 2 / 2;
  color: #333333;
  max-height: 60px;
  overflow: hidden; }

.notes-list__duration {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.notes-list__duration-bar {
  height: 5px;
  margin-right: 5px;
  background: #828282; }

.notes-list__date {
  grid-column: 3 / 3;
  grid-row: 1 / 1;
  margin-right: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start; }

.sessions-list {
  padding-top: 80px;
  width: 100%;
  background: white; }

.sessions-list .top-bar {
  max-width: none;
  background: white;
  border-bottom: 1px solid #E6E8EB; }

.sessions-list h2, h3, h4 {
  font-family: "Roboto";
  font-weight: 400; }

.session {
  position: relative;
  padding: 30px 40px 30px 80px;
  width: 100%;
  max-width: 900px;
  border-bottom: 1px solid #E6E8EB;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.session__header {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start; }

.session__header h2 {
  margin-right: 20px; }

.session__remove-button {
  position: absolute;
  top: 30px;
  right: 20px;
  padding: 0.4em 0.8em 0.3em 0.8em;
  background: #E6E8EB;
  color: #828282;
  font-size: 12px; }

.session__remove-button img {
  height: 14px;
  opacity: 0.65; }

.header__desc {
  color: #828282; }

.session__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start; }

.incomparison {
  font-size: 14px; }

.session__notes {
  margin: 0 0 30px 0;
  max-width: 500px;
  width: 100%;
  font-size: 16px;
  white-space: pre-wrap; }

.session__notes:focus {
  outline: none; }

.session__hyperparam {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start; }

.session__hyperparam .container {
  flex: 1 1 0;
  margin: 0px 0 20px 0;
  color: #828282;
  font-family: "Roboto Mono", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: -0.04em;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  grid-auto-flow: column; }

.session__hyperparam .container__key,
.session__hyperparam .container__val {
  padding: 2px 10px 2px 0;
  margin-right: 10px;
  border-right: 1px solid #E6E8EB; }

.session__param .table {
  width: 200px;
  font-family: "Roboto Mono", Arial, sans-serif;
  font-size: 12px;
  color: #828282;
  border-spacing: 0;
  table-layout: fixed; }

.session__param .table__cell {
  padding: 5px 8px;
  cursor: pointer; }

.table__cell.table__cell--key {
  width: 130px;
  overflow: hidden; }

.session__graph {
  position: relative;
  width: 100%;
  max-width: 550px; }

.graph__bottom-bar {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.graph__x-axis {
  margin-right: 20px;
  margin-left: 50px; }

.graph__x-axis span {
  margin: 0 5px; }

.icon-scale-y {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11; }

.icon-scale-x {
  position: absolute;
  align: right;
  z-index: 1; }

.button--unzoom {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #828282;
  color: white;
  border-radius: 0;
  border: 0;
  padding: 0.4em 0.8em;
  z-index: 2; }

.session__audio,
.session__images {
  margin: 20px 0;
  width: 100%; }

.session__images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.session__audio-sample {
  margin: 12px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-family: "Roboto Mono", Arial, sans-serif;
  font-size: 12px;
  color: #828282; }

.session__audio-sample audio {
  outline: 1px solid #E6E8EB; }

.session__image {
  margin-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-family: "Roboto Mono", Arial, sans-serif;
  font-size: 12px;
  color: #828282; }

.session__image img {
  max-width: 300px; }

.session__files {
  width: 100%; }

.session .get-started {
  margin: 40px 0; }

.button--files {
  margin: 20px 0; }

.files__download {
  margin-right: 5px;
  padding: 0.4em 1.2em;
  font-size: 16px;
  color: #828282;
  background: #E6E8EB;
  border: 1px solid #E6E8EB;
  text-decoration: none; }

.files__download img {
  height: 16px;
  margin-bottom: -3px;
  opacity: 0.65;
  margin-right: 10px; }

.files__diff {
  margin-right: 20px;
  padding: 0.4em 0.8em;
  font-size: 16px;
  color: #2F80ED;
  background: white;
  border: 1px solid #2F80ED; }

.files__diff img {
  opacity: 0.35;
  margin-left: 5px; }

.select-fw {
  margin-bottom: 6px; }

.select-fw__button {
  padding: 0.4em 1.2em;
  font-size: 16px;
  background: #E6E8EB;
  margin-bottom: 10px;
  cursor: pointer; }

.select-fw__button.opt--selected {
  background-color: #2F80ED;
  color: white; }

pre {
  margin: 20px 0;
  padding: 15px 15px;
  font-family: "Roboto Mono", monospace;
  color: white;
  background: #333333;
  text-align: left;
  overflow-y: auto; }

code {
  font-family: "Roboto Mono", monospace; }

.hljs-string {
  color: #47BA02; }

.hljs-number {
  color: #F59000; }

.hljs-comment {
  color: #828282; }

.hljs-keyword {
  color: #D7414A; }

.led {
  margin-bottom: 2px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #47BA02; }

.loader {
  position: absolute;
  top: 35%;
  left: 240px;
  border: 6px solid #E6E8EB;
  border-top: 6px solid #828282;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.loading-block {
  background-color: #E6E8EB;
  color: rgba(0, 0, 0, 0);
  animation: blinking 2s linear infinite; }

@keyframes blinking {
  0% {
    background-color: #E6E8EB; }
  50% {
    background-color: #f4f5f6; }
  100% {
    background-color: #E6E8EB; } }

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.docs {
  margin: 80px 0;
  width: 750px;
  font-size: 16px; }

.docs h2 {
  margin-bottom: 20px;
  font-family: "Roboto Mono";
  font-size: 32px; }

.docs pre {
  padding: 10px 20px;
  font-size: 14px; }

.docs pre code {
  background: none; }

.docs code {
  padding: 2px 2px;
  background: #E6E8EB; }

.docs ul {
  padding: 0 10px;
  list-style: none; }

.docs ul li {
  margin: 10px 0; }

.docs code {
  font-size: 14px; }

.docs p {
  margin: 5px 0; }

.docs h3 {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Roboto Mono"; }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  z-index: 1000; }

.popup__window {
  position: relative;
  width: 100%;
  max-width: 400px;
  padding: 60px;
  background: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start; }

.popup__close-button {
  position: absolute;
  right: 10px;
  top: 10px; }

.popup__link-input {
  margin-top: 20px;
  width: 100%;
  padding: 0.4em 0.3em; }

.popup__link-container {
  width: 100%; }

.popup__link-container .gray-text {
  margin-top: 5px;
  color: #828282;
  font-size: 14px; }

.checkbox__container {
  cursor: default;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.checkbox {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  background: #E6E8EB;
  border: 1px solid #828282;
  border-radius: 2px; }

.checkbox--selected .checkbox {
  border: 5px solid #E6E8EB;
  background: #47BA02; }

@media only screen and (min-device-width: 0) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .landing .logo {
    margin-top: 20px;
    position: inherit; }
  .landing h1 {
    margin-top: 20px; }
  .landing .intro__demolink {
    margin-top: 0px;
    margin-bottom: 40px; }
  .top-bar {
    padding: 15px 10px; }
  .share-link {
    display: none; }
  .section {
    overflow-y: auto;
    max-width: 100vw; }
  .section--intro {
    padding: 40px 40px 40px 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .section--intro h1 {
    font-size: 60px;
    line-height: 1em; }
  .section--intro a {
    width: 100%; }
  .section--intro img {
    display: none; }
  .section__text {
    margin: 0;
    width: 100%;
    text-align: center; }
  .section__text h2 {
    width: 100%; }
  .section--feature {
    padding: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .section--feature .landing__prev-img {
    margin-top: 20px;
    width: 100%;
    min-height: 0px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1); }
  .section--feature pre {
    width: 100%;
    overflow-y: scroll; }
  .section--feature-figures .section__text,
  .section--feature-notes .section__text,
  .section--feature-audio .section__text,
  .section--feature-files .section__text {
    margin: 0; }
  .get-started {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch; }
  .section--get-started {
    padding: 0 10px 20px 10px;
    margin: 40px 0; }
  .section--get-started h2 {
    text-align: center; }
  .section__image {
    width: 100%; }
  .sessions-list {
    padding-top: 50px; }
  .screen__sessions {
    grid-column: 1 / 3; }
  .no-sessions {
    padding: 10px; }
  .session {
    padding: 10px;
    margin-top: 10px; }
  .session__header {
    order: 1; }
  .session__notes {
    order: 2; }
  .session__graph {
    order: 3;
    margin-left: 0px;
    margin-bottom: 20px; }
  .session__hyperparam {
    order: 4;
    width: calc(50% - 10px); }
  .session__hyperparam .container {
    grid-auto-flow: row; }
  .session__hyperparam .container__key,
  .session__hyperparam .container__val {
    padding: 5px 10px 5px 0;
    margin-right: 0;
    border: 0;
    border-bottom: 1px solid #E6E8EB; }
  .session__param {
    order: 5;
    margin-left: 10px;
    max-width: calc(50% - 10px); }
  .session__param .table {
    width: 100%; }
  .session__param .table__cell--key {
    width: 100px; }
  .session__audio,
  .session__images,
  .session__files {
    order: 6; }
  .session__image {
    max-width: 40%; }
  .session__image img {
    width: 100%; }
  .loader {
    top: 30%;
    left: 45%; }
  .graph__x-axis {
    margin-left: 20px; }
  .dygraph-axis-label-y {
    position: absolute;
    margin-left: 5px;
    white-space: nowrap; }
  .icon-scale-y {
    position: absolute;
    top: unset;
    bottom: 0;
    z-index: 11; }
  .docs {
    margin: 40px 0;
    width: 100%;
    padding: 10px; } }
