@font-face {
    font-family: "Iconic Stroke";
    src: url(../fonts/iconic_stroke.eot) !important;
}

* {
    margin: 0;
    padding: 0;
    border: none;
}

.icon {
    font-family: "Iconic Stroke";
    font-size: 20px;
    padding: 2px;
}

ul, li {
    list-style-type: none;
}

body {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 14px;
    padding: 2.618em;
}

h1 {
    text-transform: uppercase;
    font-size: 2.618em;
    margin: 0 0 1em 0;
}

h2 {
    position: relative;
    top: -2px;
    font-size: 1.618em;
    margin: 0 1em 0.382em 94px;
}

h2 a {
    color: #666;
}

h2 a:hover {
    color: black;
}

li.user {
    margin-bottom: 2.618em;
    width: 38.2%;
    position: relative;
    min-height: 80px;
}

.remove {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    cursor: pointer;
    color: #999;
}
.remove:hover {
    color: black;
}
li.user:hover .remove {
    display: block;
}

img.avatar {
    position: absolute;
    top: 0;
    left: 0;
}

ul.stats {
    margin-left: 94px;
}

ul.stats li {
    margin: 0 0.328em 0 0.328em;
}
ul.stats li .name {
    display: inline-block;
    width: 17%;
}

#add_username span.label {
    position: relative;
    top: -1px;
}
#add_username {
    margin-top: 2.618em;
    padding: 2px;
    color: #333;
    cursor: pointer;
}
#add_username:hover {
    color: black;
}

.bar {
    position: relative;
    top: 0.328em;
    margin-right: 0.328em;
    display: inline-block;
    height: 1.328em;
    width: 70%;
    background-color: #eee;
}

.value {
    color: #999;
}

.watchers .bar {
    background-color: #447676;
}
.followers .bar {
    background-color: #9DB857;
}

#footer {
    font-size: 92%;
    position: fixed;
    padding: 1em;
    bottom: 0;
    right: 0;
}
