@font-face {
  font-family: 'fontello';
  src: url('font/fontello.eot');
  src: url('font/fontello.eot#iefix') format('embedded-opentype'),
       url('font/fontello.woff') format('woff'),
       url('font/fontello.ttf') format('truetype'),
       url('font/fontello.svg#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

.reposidget {
  font-family: helvetica, arial, freesans, clean, sans-serif !important;
  color: #666 !important;
  max-width: 400px !important;
  margin: 20px 0 !important;
  display: block !important;
  clear: both !important;
}

.reposidget a {
  color: #4183c4 !important;
  text-decoration: none !important;
}

.reposidget a:hover {
  color: #4183c4 !important;
  text-decoration: underline !important;
}

.reposidget .fontello:before {
  font-family: fontello !important;
  font-style: normal !important;
  font-weight: normal !important;
  speak: none !important;
  display: inline-block !important;
  text-decoration: inherit !important;
  text-align: center !important;
  font-variant: normal !important;
  text-transform: none !important;
}

.reposidget .hidden {
  display: none !important;
}

.reposidget > header {
  height: 36px !important;
  background: #fafafa !important;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#eaeaea)) !important;
  background: -webkit-linear-gradient(top, #fafafa, #eaeaea) !important;
  background: -moz-linear-gradient(top, #fafafa, #eaeaea) !important;
  background: -ms-linear-gradient(top, #fafafa, #eaeaea) !important;
  background: linear-gradient(top, #fafafa, #eaeaea) !important;
  border: 1px solid #eaeaea !important;
  border-radius: 3px 3px 0 0 !important;
  position: relative !important;
}

.reposidget > header:before {
  content: '\e801' !important;
  width: 1.6em !important;
  line-height: 36px !important;
  position: absolute !important;
  font-size: 22px !important;
  color: #333 !important;
}

.reposidget > header h2 {
  height: 36px !important;
  line-height: 36px !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  font-size: 16px !important;
  font-weight: normal !important;
  margin: 0 0 0 2.2em !important;
  padding: 0 !important;
  display: inline-block !important;
  max-width: 336px !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}

.reposidget > header .info {
  float: right !important;
  margin: 0.2em 0.3em 0 0 !important;
  line-height: 1em !important;
  font-size: 14px !important;
}

.reposidget > header .info:before {
  content: '\e804' !important;
  width: 1em !important;
  line-height: 1em !important;
  vertical-align: text-bottom !important;
  font-size: 14px !important;
  cursor: pointer !important;
  font-style: italic !important;
  color: #333 !important;
  opacity: 0.5 !important;
}

.reposidget > header .info:hover:before {
  opacity: 1 !important;
}

.reposidget > header .info a {
  background: rgba(0, 0, 0, 0.8) !important;
  position: absolute !important;
  right: 0 !important;
  top: -30px !important;
  font-size: 13px !important;
  padding: 0 6px !important;
  border-radius: 5px !important;
  display: none !important;
  color: white !important;
  height: 25px !important;
  line-height: 25px !important;
  z-index: 9999 !important;
}

.reposidget > header .info a:before {
  content: ' ' !important;
  height: 0 !important;
  width: 0 !important;
  position: absolute !important;
  right: 4px !important;
  top: 25px !important;
  border-left: 5px solid rgba(255, 255, 255, 0) !important;
  border-right: 5px solid rgba(255, 255, 255, 0) !important;
  border-top: 8px solid rgba(0, 0, 0, 0.8) !important;
}

.reposidget > header .info:hover a {
  display: block !important;
}

.reposidget > section {
  padding: 5px !important;
  background: #fafafa !important;
  border: 1px solid #ddd !important;
  box-shadow: inset 0 1px 1px #fff !important;
  line-height: 1.5 !important;
}

.reposidget > section p {
  margin: 5px !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

.reposidget > section p.homepage {
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
}

.reposidget > footer {
  height: 46px !important;
  background: #fcfcfc !important;
  border: 1px solid #ddd !important;
  border-top: none !important;
  border-radius: 0 0 3px 3px !important;
  padding: 0 10px !important;
}

.reposidget > footer span {
  vertical-align: top !important;
  margin: 10px 0 0 !important;
  border: 1px solid #ddd !important;
  height: 24px !important;
  line-height: 24px !important;
  display: inline-block !important;
  color: #777 !important;
  font-size: 12px !important;
  font-weight: bold !important;
  padding: 0 7px !important;
}

.reposidget > footer span:before {
  width: 1em !important;
  margin-right: .4em !important;
  line-height: 1em !important;
  vertical-align: text-bottom !important;
  font-size: 14px !important;
  color: #333 !important;
}

.reposidget > footer .star {
  border-radius: 3px 0 0 3px !important;
}

.reposidget > footer .star:before {
  content: '\e802' !important;
}

.reposidget > footer .fork {
  border-radius: 0 3px 3px 0 !important;
  border-left: none !important;
}

.reposidget > footer .fork:before {
  content: '\e803' !important;
}

.reposidget > footer a {
  float: right !important;
  margin: 6px 0 0 0 !important;
  display: inline-block !important;
  padding: 8px 15px !important;
  line-height: 1.25 !important;
  font-size: 12px !important;
  font-weight: bold !important;
  color: #666 !important;
  text-shadow: rgba(255, 255, 255, 0.898438) 0px 1px !important;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#e5e5e5)) !important;
  background: -webkit-linear-gradient(top, #f5f5f5, #e5e5e5) !important;
  background: -moz-linear-gradient(top, #f5f5f5, #e5e5e5) !important;
  background: -ms-linear-gradient(top, #f5f5f5, #e5e5e5) !important;
  background: linear-gradient(top, #f5f5f5, #e5e5e5) !important;
  border-radius: 3px !important;
  border: 1px solid #ddd !important;
  border-bottom-color: #bbb !important;
  box-shadow: rgba(0, 0, 0, 0.0976563) 0px 1px 3px !important;
  -webkit-user-select: none !important;
}

.reposidget > footer a:hover {
  color: #337797 !important;
  text-shadow: rgba(255, 255, 255, 0.898438) 0px 1px !important;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#f0f7fa), to(#d8eaf2)) !important;
  background: -webkit-linear-gradient(top, #f0f7fa, #d8eaf2) !important;
  background: -moz-linear-gradient(top, #f0f7fa, #d8eaf2) !important;
  background: -ms-linear-gradient(top, #f0f7fa, #d8eaf2) !important;
  background: linear-gradient(top, #f0f7fa, #d8eaf2) !important;
  border: 1px solid #cbe3ee !important;
  border-bottom-color: #97c7dd !important;
  text-decoration: none !important;
}

.reposidget > footer a:active {
  color: #fff !important;
  text-shadow: rgba(0, 0, 0, 0.296875) 0px -1px 0px !important;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#0770a0), to(#0ca6dd)) !important;
  background: -webkit-linear-gradient(top, #0770a0, #0ca6dd) !important;
  background: -moz-linear-gradient(top, #0770a0, #0ca6dd) !important;
  background: -ms-linear-gradient(top, #0770a0, #0ca6dd) !important;
  background: linear-gradient(top, #0770a0, #0ca6dd) !important;
  border: 1px solid #2a65a0 !important;
  border-bottom-color: #0770a0 !important;
}