/****** PLACE YOUR CUSTOM STYLES HERE ******/

#hederinfo {
    position: absolute;
    top: 2px;
    left: 250px;
  }
  .tabs-nav {
      list-style: none;
      margin: 0;
      padding: 0;
  }
  .tabs-nav li:first-child a {
      border-right: 0;
      -moz-border-radius-topleft: 6px;
      -webkit-border-top-left-radius: 6px;
      border-top-left-radius: 6px;
  }
  .tabs-nav li:nth-of-type(2) a {
      -moz-border-radius-topright: 6px;
      -webkit-border-top-right-radius: 6px;
      border-top-right-radius: 6px;
  }

  .tabs-nav .tab-active a {
      background: hsl(0, 100%, 100%);
      border-bottom-color: hsla(0, 0%, 0%, 0);
      color: hsl(85, 54%, 51%);
      cursor: default;
  }
  .tabs-nav a {
      background: hsl(120, 11%, 96%);
      border: 1px solid hsl(210, 6%, 79%);
      color: hsl(215, 6%, 57%);
      display: block;
      font-size: 11px;
      font-weight: bold;
      height: 40px;
      line-height: 44px;
      text-align: center;
      text-transform: uppercase;
      width: 140px;
  }
  .tabs-nav li {
      float: left;
  }
  .tabs-stage {
      border-top: 1px solid hsl(210, 6%, 79%);
      clear: both;
      margin-bottom: 20px;
      position: relative;
      top: -1px;
      padding-top: 30px;
  }



  .galtabs-nav {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .galtabs-nav li:first-child a {
        border-right: 0;
        -moz-border-radius-topleft: 6px;
        -webkit-border-top-left-radius: 6px;
        border-top-left-radius: 6px;
    }
    .galtabs-nav li:nth-of-type(2) a {
        -moz-border-radius-topright: 6px;
        -webkit-border-top-right-radius: 6px;
        border-top-right-radius: 6px;
    }

    .galtabs-nav .galtab-active a {
        background: hsl(0, 100%, 100%);
        border-bottom-color: hsla(0, 0%, 0%, 0);
        color: hsl(85, 54%, 51%);
        cursor: default;
    }
    .galtabs-nav a {
        background: hsl(120, 11%, 96%);
        border: 1px solid hsl(210, 6%, 79%);
        color: hsl(215, 6%, 57%);
        display: block;
        font-size: 11px;
        font-weight: bold;
        height: 40px;
        line-height: 44px;
        text-align: center;
        text-transform: uppercase;
        width: 140px;
    }
    .galtabs-nav li {
        float: left;
    }
    .galtabs-stage {
        border-top: 1px solid hsl(210, 6%, 79%);
        clear: both;
        margin-bottom: 20px;
        position: relative;
        top: -1px;
        padding-top: 30px;
    }
