/* line 1, ../../app/assets/stylesheets/base.css.scss */
#app-header {
  height: 43px;
  padding: 5px;
  background-color: #0ca5dd;
  border: 1px solid #0c91c2;
}

/* line 8, ../../app/assets/stylesheets/base.css.scss */
#app-header img {
  border: 1px solid #0a769e;
  float: left;
}

/* line 13, ../../app/assets/stylesheets/base.css.scss */
#app-header div {
  color: white;
  text-shadow: 1px 1px 1px #585353;
  font: 24px "American Typewriter";
  margin-left: 25px;
  margin-top: 8px;
  float: left;
}

/* line 22, ../../app/assets/stylesheets/base.css.scss */
#app-footer {
  height: 20px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-color: #525252;
}

/* line 30, ../../app/assets/stylesheets/base.css.scss */
#app-footer .textlab-logo {
  float: right;
}

/* line 34, ../../app/assets/stylesheets/base.css.scss */
body {
  min-width: 1000px;
}

/* Buttons are styled with buttons.css from http://somadesign.ca/2010/realistic-css3-buttons-redux/ */
/* Overrides for button.css */
/* line 40, ../../app/assets/stylesheets/base.css.scss */
.button {
  /* Use a lighter default background colour for buttons */
  background-color: #ccc;
  border-color: rgba(0, 0, 0, 0.35);
}
/* line 45, ../../app/assets/stylesheets/base.css.scss */
.button.small {
  font-size: 10px;
}
