.fg-figure-detail-header-container {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;

  width: 400px;
}

.fg-figure-detail-header {
  display: flex;
  align-items: center;

  height: 60px;
  width: 100%;

  border-bottom: 1px solid #DDDDDD;
  background: #FAFAFA;
  cursor: auto;
}

.fg-figure-detail-user {
  display: flex;
  align-items: center;

  flex: 1 1 auto;

  margin-left: 20px;
}

.fg-figure-detail-user-avatar-img {
  flex: 0 0 35px;
  height: 35px;

  margin-right: 12px;
  border-radius: 17.5px;
}

.fg-figure-detail-username-wrapper {
  width: 210px;
}

.fg-figure-detail-username-wrapper--large {
  width: 260px;
}

.fg-figure-detail-username-container:after {
  right: -14.5px;

  background-image: linear-gradient(to right, rgba(250, 250, 250, 0) 30%, rgba(250, 250, 250, .6) 37%, rgba(250, 250, 250, .9) 50%, rgba(250, 250, 250, 1) 100%);
}

.fg-figure-detail-username {
  color: black;

  font-size: 15px;
  line-height: 17px;
}

.fg-figure-detail-header-button {
  position: relative;

  display: flex;
  justify-content: center;
  align-items: center;

  flex: 0 0 auto;
  width: 25px;
  height: 25px;

  margin-right: 25px;

  font-size: 25px;

  color: #777777;
  cursor: pointer;

  transition: color .4s ease;
}

.fg-figure-detail-header-edit-button {
  width: 20px;
  height: 20px;

  margin: 0 20px 2px;

  font-size: 20px;
}

.fg-figure-detail-header-button:hover,
.fg-figure-detail-header-button:active,
.fg-figure-detail-header-button:focus {
  color: #000000;
}

.fg-figure-detail-copyright-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;

  width: 100%;
  height: 30px;

  padding-left: 20px;

  border-bottom: 1px solid #DDDDDD;
  background-color: #FFFFFF;
  cursor: default;

  user-select: text;
}

.fg-figure-detail-copyright-owner-text-container {
  width: calc(100% - 110px);
}

.fg-figure-detail-copyright-owner-text-container:after {
  right: -5px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, .6) 37%, rgba(255, 255, 255, .9) 50%, rgba(255, 255, 255, 1) 100%);
}

.fg-figure-detail-copyright-owner-text,
.fg-figure-detail-copyright-text {
  width: 100%;

  color: #555555;

  font-family: 'AzoSans-Regular';
  font-size: 10px;
}

.fg-figure-detail-copyright-text {
  width: 110px;
  margin-left: 10px;
}


@media only screen and (max-width : 800px) {
  .fg-figure-detail-header {
    border-bottom: 1px solid #555555;
    background: #222426;
  }

  .fg-figure-detail-header-container {
    position: static;

    width: 100%;
  }

  .fg-figure-detail-header-button,
  .fg-figure-detail-header-button:hover,
  .fg-figure-detail-header-button:active,
  .fg-figure-detail-header-button:focus {
    color: #999999;
  }

  .fg-figure-detail-username-container:after {
    background-image: linear-gradient(to right, rgba(34, 36, 38, 0) 30%, rgba(34, 36, 38, .6) 37%, rgba(34, 36, 38, .9) 50%, rgba(34, 36, 38, 1) 100%);
  }

  .fg-figure-detail-user {
    width: 85%;
  }

  .fg-figure-detail-username-wrapper {
    width: 85%;
  }

  .fg-figure-detail-username {
    color: #FFFFFF;
  }

  .fg-figure-detail-copyright-container {
    background: #222426;
    border-color: #555555;
  }

  .fg-figure-detail-copyright-owner-text,
  .fg-figure-detail-copyright-text {
    color: #FFFFFF;
  }

  .fg-figure-detail-copyright-owner-text-container:after {
    background-image: linear-gradient(to right, rgba(34, 36, 38, 0) 30%, rgba(34, 36, 38, .6) 37%, rgba(34, 36, 38, .9) 50%, rgba(34, 36, 38, 1) 100%);
  }
}

@media only screen and (max-width: 500px) {
  .fg-figure-detail-user {
    width: 45%;
  }

  .fg-figure-detail-username-wrapper {
    width: 70%;
  }
}
