/*!
 * DO NOT CHANGE THIS FILE manually!
 * It is created via Sass / Gulp.
 * See /sass folder for .scss source-files
 */
body {
  margin: 0;
}

html *,
body * {
  color: #000 !important;
  background: none !important;
}

.btn {
  border-color: #000 !important;
}

.dropdown-menu {
  background-color: #fff !important;
}

.tooltip .tooltip-inner {
  background-color: #000 !important;
  color: #fff !important;
}

header,
.cover,
.footer {
  display: none !important;
}

.pt-main-upper {
  padding-top: 80px !important;
}

.pb-main-lower {
  padding-bottom: 40px !important;
}