/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *


 */
/* line 18, /home/ubuntu/nano/app/assets/stylesheets/application.scss */
#head {
  position: absolute;
  width: 100%;
  min-width: 1024px;
  height: 37px;
  left: 0px;
  top: 0px;
  padding: 0px;
  background-image: url("/assets/topBar.png");
  border: 0px;
  z-index: 10;
}

/* line 30, /home/ubuntu/nano/app/assets/stylesheets/application.scss */
#main {
  width: 97%;
  min-width: 1024px;
  min-height: 100%;
  margin-top: 90px;
  border-radius: 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  background-color: #f4f4f4;
}

/* line 42, /home/ubuntu/nano/app/assets/stylesheets/application.scss */
#headShadow {
  position: absolute;
  width: 100%;
  min-width: 1024px;
  height: 10px;
  top: 37px;
  padding: 0px;
  background-image: url("/assets/shadow.png");
  border: 0px;
  z-index: 11;
}
