html * {
    font-family: 'Roboto', sans-serif;
	-webkit-tap-highlight-color: rgba(232, 230, 227, 0);
}

a, a:hover {
    color: rgba(66, 139, 202, 1);
}

code {
    font-family: 'Roboto Mono', monospace;
    background-color: rgba(61, 64, 67, 0.1);
    color: inherit;
    white-space: nowrap;
}

.form-group {
    width: 100%;
}
#username, #repository, #get-stats-button {
    margin-top: 10px;
    width: 100%;
}

#stats-result {
    margin-top: 50px;
    margin-bottom: 40px;
}

.alert.output {
    font-size: 18px;
    text-align: center;
}

.total-downloads {
    margin-bottom: 25px;
    text-align: center;
}

.total-downloads h1 {
    display: inline;
    font-size: 18px;
    margin-right: 10px;
}

.release {
    background-color: rgba(61, 64, 67, 0.1);
    border: solid 1px rgba(72, 80, 81, 0.4);
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.release h3 .glyphicon {
    cursor: default;
    color: rgb(113, 171, 215);
}

.release h3 .badge {
    cursor: default;
    background-color: rgb(66, 139, 202);
    color: #fff;
}

.release-hr {
    border-top-color: rgba(127, 140, 141, 0.4);
}

.latest-release {
    background-color: rgba(45, 104, 45, 0.2);
    border-color: rgba(51, 118, 51, 0.4);
}

.latest-release h3, .latest-release h3 .glyphicon, .latest-release h3 a {
    color: rgb(134, 202, 134);
}

.latest-release h3 .badge {
    background-color: rgb(45, 104, 45);
}

.latest-release .release-hr {
    border-color: rgba(45, 104, 45, 0.4);
}

.pre-release {
    background-color: rgba(145, 90, 12, 0.05);
    border-color: rgba(169, 105, 14, 0.4);
}

.pre-release h3, .pre-release h3 .glyphicon, .pre-release h3 a {
    color: rgb(240, 173, 78);
}

.pre-release h3 .badge {
    background-color: rgb(145, 90, 12);
}

.pre-release .release-hr {
    border-color: rgba(240, 173, 78, 0.4);
}

#loader-gif {
    position: absolute;
    bottom: 15%;
    left: 47%;
}

#description {
    text-align: center;
}

#title {
    margin: 20px 0 10px 0;
    text-align: center;
}

#title > h1 {
    display: inline;
    margin-right: 10px;
    font-weight: bold;
}

#title > span {
    font-size: 24px;
}

html {
    position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 40px;
	color: rgb(214, 211, 205);
	background-color: rgb(24, 26, 27);
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    background-color: rgba(37, 39, 41, 0.2);
    padding: 10px;
    text-align: center;
    border-top: 1px solid rgba(60, 60, 60, 0.4);
}

#ads {
    margin-top: 20px;
}

::-webkit-scrollbar {
    background-color: #1c1e1f;
    color: #c5c1b9;
}

::-webkit-scrollbar-corner {
    background-color: #181a1b;
}

::-webkit-scrollbar-thumb {
    background-color: #2a2c2e;
}

::selection {
    background-color: #005ccc;
    color: #ffffff;
}
