@charset "UTF-8";
/* MAIN PROJECT COLOR */
.f-w-600 {
  font-weight: 600;
}

.f-w-800 {
  font-weight: 700;
}

#top_wrapper {
  background-color: #fff;
  padding-top: 0 !important;
  width: 100%;
}

#top_panel {
  padding-top: 0;
  padding-bottom: 5px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-left: -15px !important;
  border-top: 0;
  -webkit-box-shadow: 1px -9px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 1px -9px 20px rgba(0, 0, 0, 0.05);
}

.words_counter {
  position: relative;
  color: #fff;
  font-weight: 800;
  top: 46px;
}

.badge_gray {
  -webkit-filter: gray;
          filter: gray;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -khtml-opacity: .40;
  -moz-opacity: .40;
  -ms-filter: â€alpha(opacity=40) â€;
  filter: alpha(opacity=40);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.4);
  opacity: .40;
}

.text_gray {
  color: lightgray;
}

.topbar_ico {
  width: 80px;
  cursor: pointer;
  margin-left: 20px;
  margin-bottom: 20px;
  display: inline-block;
}

.badge_ico {
  width: 70px;
  cursor: pointer;
  margin-left: 20px;
  display: inline-block;
}

#streak_text {
  position: relative;
  top: 88px;
  font-weight: 800;
}

#friends_text {
  position: relative;
  top: 69px;
  left: -5px;
  color: white;
  font-weight: 800;
}

#level-wrapper {
  position: relative;
  top: 110px;
}

.desc_down {
  color: #f68e1f;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
}

.navbar .navbar-collapse {
  text-align: center;
}
/*# sourceMappingURL=topbar.css.map */