@import url(https://fonts.googleapis.com/css?family=Droid+Sans);html, body, #root {
  color: #ffffff;
  height: 100%;
  margin: 0px;
  box-sizing: border-box;
  font-family: Droid Sans;
  background-color: #334455;
}
*, *:before, *:after {
  box-sizing: inherit;
}
input {
  outline: none;
}
a {
  color: #ddeeff;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}
a:hover {
  color: #eeffdd;
}
button {
  color: #ddeeff;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}
button:hover {
  color: #eeffdd;
}
.dark__NotFound___2C9YF {
  text-align: center;
}
.dark__FlatButton___2kuqC {
  border: 0;
  padding: 8px;
  background-color: #445566;
  font-size: inherit;
  color: inherit;
  cursor: pointer;
}
.dark__FlatButton___2kuqC:hover {
  background-color: #556677;
}
.dark__Input___1JwMy {
  border: 0;
  padding: 8px;
  font-size: inherit;
  color: #334455;
  background-color: #ddeeff;
  max-width: 100%;
}
.dark__Input___1JwMy:focus {
  border-color: #556677;
  background-color: #eeffdd;
}
.dark__Lumbur___1RasB {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.dark__Header___2e9Ch {
  width: 100%;
  text-align: left;
}
.dark__HomeIcon___1wGq- {
  display: inline-block;
  position: relative;
  width: 35px;
  height: 35px;
  vertical-align: top;
  background-color: #445566;
}
.dark__HomeIcon___1wGq-:hover {
  background-color: #556677;
  cursor: pointer;
}
.dark__HomeIcon___1wGq-:after {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  border-top: 15px double #ddeeff;
  border-bottom: 5px solid #ddeeff;
}
.dark__HomeIcon___1wGq-:hover:after {
  border-color: #eeffdd;
}
.dark__UserWelcome___1i4lJ {
  display: inline-block;
}
.dark__UserWelcomeMessage___1l081 {
  display: inline-block;
  padding: 8px 16px;
}
.dark__LogInLink___2mFRH {
}
.dark__UserLogIn___3pIhS {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
.dark__UserNameInput___2NFTj {
  width: 200px;
}
.dark__UserPasswordInput___3O9Xa {
  width: 200px;
}
.dark__LogInOrSignUp___JofQo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 200px;
}
.dark__LogInButton___1PGPN {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.dark__SignUpButton___9VXSt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.dark__LogInStatus___-FzHJ {
  width: 200px;
  height: 36px;
  padding: 8px;
  text-align: center;
}
.dark__LoggingIn___3ZtLx {
}
.dark__SigningUp___2wNYT {
}
.dark__UserError___1sokW {
  color: #dd2211;
  background-color: #ddeeff;
}
.dark__UserError___1sokW:empty {
  background-color: transparent;
}
.dark__LogOut___2dkaw {
  display: inline-block;
}
.dark__LogOutButton___j3WwS {
}
.dark__ThemeSelector___2t64n {
  float: right;
}
.dark__ThemeName___N5AWa {
}
.dark__Body___3FSfn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  overflow: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.dark__Contents___1UyBr {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.dark__UserProfile___2L-Dg {
}
