#wrap>.container {
    padding: 60px 15px 0
}

.container .text-muted {
    margin: 20px 0
}

#footer>.container {
    padding-left: 15px;
    padding-right: 15px
}

code {
    font-size: 80%
}

.badger {
    position: absolute;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 700;
    background: #999;
    color: #fff;
    cursor: pointer
}

.badger.active {
    background: #428bca
}

.badger.top-left {
    top: 0;
    left: 0;
    border-radius: 4px 0 6px
}

.badger.top-center {
    top: 0;
    left: 50%;
    margin-left: -43px;
    border-radius: 0 0 6px 6px
}

.badger.top-right {
    top: 0;
    right: 0;
    border-radius: 0 4px 0 6px
}

.badger.bottom-left {
    bottom: 0;
    left: 0;
    border-radius: 0 6px 0 4px
}

.badger.bottom-center {
    bottom: 0;
    left: 50%;
    margin-left: -53px;
    border-radius: 6px 6px 0 0
}

.badger.bottom-right {
    bottom: 0;
    right: 0;
    border-radius: 6px 0 4px
}

.has-switch {
    width: 100%
}

.has-switch label,
.has-switch span {
    padding: 6px 0;
    z-index: 9;
    font-weight: 700
}

.bootstrap-select.btn-group,
.bootstrap-select.btn-group[class*=span] {
    margin-bottom: 0
}

.header {
    font-size: 5em;
    letter-spacing: -2px
}

#github {
    position: fixed;
    top: 0;
    right: 20px;
    display: block;
    width: 85px;
    height: 166px;
    background: transparent url(../img/forkme.png) no-repeat -266px -51px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

#github:hover {
    background-position: -266px 0
}

.alert-growl {
    border-radius: 10px;
    background-color: #191919;
    background-color: rgba(25, 25, 25, .9);
    border-width: 2px;
    border-color: #fff;
    border-color: rgba(255, 255, 255, .9);
    color: #fff;
    box-shadow: 0 0 10px #191919;
    box-shadow: 0 0 10px rgba(25, 25, 25, .8)
}

.alert-growl button.close {
    color: #fff;
    opacity: 1
}

.alert-growl img {
    float: left;
    padding: 0 5px 0 0
}

hr.separator {
    clear: both;
    margin-top: 10px;
    margin-bottom: 13px;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .15), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .15), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .15), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .15), rgba(0, 0, 0, 0))
}

.growl-animated {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}