@import url(https://fonts.googleapis.com/css?family=Droid+Sans);html, body, #root {
  color: #000000;
  height: 100%;
  margin: 0px;
  box-sizing: border-box;
  font-family: Droid Sans;
  background-color: #ddeeff;
}
*, *:before, *:after {
  box-sizing: inherit;
}
input {
  outline: none;
}
a {
  color: #001177;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}
a:hover {
  color: #112299;
}
button {
  color: #001177;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}
button:hover {
  color: #112299;
}
.light__NotFound___17OFk {
  text-align: center;
}
.light__FlatButton___x7wQ2 {
  border: 0;
  padding: 8px;
  background-color: #ccddee;
  font-size: inherit;
  color: inherit;
  cursor: pointer;
}
.light__FlatButton___x7wQ2:hover {
  background-color: #bbccdd;
}
.light__Input___1efKL {
  border: 0;
  padding: 8px;
  font-size: inherit;
  color: #ddeeff;
  background-color: #001177;
  max-width: 100%;
}
.light__Input___1efKL:focus {
  border-color: #bbccdd;
  background-color: #112299;
}
.light__Lumbur___3UfSL {
  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;
}
.light__Header___3fldR {
  width: 100%;
  text-align: left;
}
.light__HomeIcon___saa7a {
  display: inline-block;
  position: relative;
  width: 35px;
  height: 35px;
  vertical-align: top;
  background-color: #ccddee;
}
.light__HomeIcon___saa7a:hover {
  background-color: #bbccdd;
  cursor: pointer;
}
.light__HomeIcon___saa7a:after {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  border-top: 15px double #001177;
  border-bottom: 5px solid #001177;
}
.light__HomeIcon___saa7a:hover:after {
  border-color: #112299;
}
.light__UserWelcome___3CZLh {
  display: inline-block;
}
.light__UserWelcomeMessage___2AU7m {
  display: inline-block;
  padding: 8px 16px;
}
.light__LogInLink___2SZGH {
}
.light__UserLogIn___3Ltvz {
  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%;
}
.light__UserNameInput___13U3b {
  width: 200px;
}
.light__UserPasswordInput___37KjH {
  width: 200px;
}
.light__LogInOrSignUp___3AxrT {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 200px;
}
.light__LogInButton___1JS0J {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.light__SignUpButton___8is7a {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.light__LogInStatus___gfsE- {
  width: 200px;
  height: 36px;
  padding: 8px;
  text-align: center;
}
.light__LoggingIn___nrStK {
}
.light__SigningUp___sNzEp {
}
.light__UserError___10dzm {
  color: #771100;
  background-color: #001177;
}
.light__UserError___10dzm:empty {
  background-color: transparent;
}
.light__LogOut___1X-pC {
  display: inline-block;
}
.light__LogOutButton___26jJF {
}
.light__ThemeSelector___3B8Dq {
  float: right;
}
.light__ThemeName___2uyZq {
}
.light__Body___2Boo5 {
  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;
}
.light__Contents___2inoF {
  -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;
}
.light__UserProfile___E8Au3 {
}
