/* ----- SASS ----- */
/* Variables */
.blu {
  color: #0067b5; }

.red {
  color: #b20000; }

.grn {
  color: #006600; }

.yel {
  color: #ffcf05; }

.gry {
  color: #ddd; }

/* Body */
body {
  background: #f4f4f2; }

/* Header & Footer */
header {
  margin-bottom: 0;
  color: #ffcf05;
  background: #fff;
  border-bottom: 3px solid #000;
  text-shadow: 1px 1px #000;
  text-align: center;
  font-family: Pacifico, sans-serif;
  font-size: 8em; }
  header a, header a:hover, header a:active, header a:focus {
    color: inherit;
    text-decoration: none; }

body > footer {
  padding: 10px;
  margin-top: 10px;
  font-size: 1em;
  border-top: 1px solid #000;
  background: #ddd; }

/* Navbar */
#navbar {
  padding: 0;
  color: #000;
  font-size: 1.2em;
  background: #ffcf05;
  border-color: #ddd;
  border-style: solid;
  border-width: 0 0 1px 0; }
  #navbar ul {
    display: flex; }
    #navbar ul li {
      flex: 1 1 100%;
      text-align: center; }
  #navbar a {
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    transition-property: background;
    transition-duration: 0.1s;
    transition-timing-function: ease; }
    #navbar a:hover, #navbar a:active, #navbar a:focus {
      background: #f2c204; }

.navbar-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1; }

/* General */
/* TOP RIGHT BOTTOM LEFT */
#wrapper {
  padding: 30px;
  background: #fff;
  border-color: #ddd;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-radius: 0 0 4px 4px; }

.title {
  border-bottom: 1px solid #f4f4f2;
  margin-bottom: 30px; }
  .title h2 {
    margin: 20px;
    font-family: Pacifico, sans-serif; }

/* Table */
#pkgTable thead {
  background: #000;
  color: #fff; }

/* embedded tabs */
.tab-content {
  padding: 30px; }

/*# sourceMappingURL=main.css.map */
