h1,h2,h3,h4,h5 {
  font-family: 'Roboto Slab',Arial,sans-serif;
  color: #696E74;
}

h1 {
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 600;
  max-width: 400px;
}

html,
body {
  color: #696E74;
}

body {
  padding-top: 20px;
}

.sticky {
  position: fixed;
  top: 0;
}

.logo {
  float: left;
  margin-right: 40px;
}

.loading {
  margin-top: 100px;
  text-align: center;
}

.btn-green {
	border: 4px solid #1da083;
	border-radius: 60px;
	color: #fff;
	background: #1da083;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.btn-green:hover {
	background: transparent;
	color: #1da083
}

.btn-default {
	border: 4px solid #ddd;
	border-radius: 60px;
	color: #444;
	background: #ddd;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.btn-default:hover {
	background: transparent;
	color: #aaa;
}

.stargazers {
  font-size: 14px;
  color: #8C9196;
  padding-left: 10px;
  position: relative;
  top: -2px;
}

.stargazers .glyphicon {
  padding-right: 2px;
}

#passport {
  text-align: right;
  padding-top: 30px;
}

#passport span {
  font-size: 16px;
  padding-right: 10px;
}

#passport img {
  border-radius: 4px;
}

#top5,
#submissions {
  padding: 0;
  padding-top: 10px;
}

#top5 li,
#submissions li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef;
  position: relative;
  list-style: none;
}

#submissions li .details {
  width: 75%;
}

#submissions li .btn {
  position: absolute;
  top: 8px;
  right: 0;
}

#top5 {
  padding-top: 30px;
  padding-left: 30px;
	counter-reset: top-counter;
}

#top5 li:before {
  content: counter(top-counter);
  counter-increment: top-counter;
  position: absolute;
  left: -30px;
  font-size: 25px;
  line-height: 37px;
  color: #4E4E4E;
  background: #efefef;
  display: block;
  height: 37px;
  width: 30px;
  text-align: center;
}

#top5 li {
  user-select: none;
  cursor: ns-resize;
}

#top5 li h3 {
  margin: 0;
  padding-left: 10px;
}

#top5 li .btn {
  position: absolute;
  top: 0;
  right: 0;
	border-radius: 60px;
  font-size: 10px;
  opacity: 0;
}

#top5 li:hover .btn {
  opacity: 1;
}

#login-portal {
  text-align:center;
  margin-top: 100px;
}

#login-portal h1{
  max-width: none;
  text-align: center;
}
