@charset "UTF-8";
a[href]:after {
  content: "" !important;
}
abbr[title]:after {
  content: "" !important;
}
.navbar-toggle {
  display: none;
}
/* ===== Base Settings ===== */
.contaner {
  width: 1024px;
  padding: 0;
}
/* ===== Navi Settings ===== */
.navbar-collapse.collapse {
  display: block !important;
  height: auto !important;
  overflow: visible !important;
  padding-bottom: 0;
}
.navbar-default {
  padding: 0;
}
.navbar {
  position: absolute;
  width: 100%;
  min-height: inherit;
  z-index: 100;
}
/* ===== Page Content Base Settings ===== */
main {
  float: left;
  width: 730px;
  padding-bottom: 3rem;
}
/*# sourceMappingURL=print.css.map */