html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 30px;
}

body > .container {
    padding: 60px 15px 0;
}

.container .text-muted {
    margin: 20px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

.detail-icon {
    color: #6f7882;
}

.badge.badge-sup{
    z-index:15;
    position:relative;
    left: -20px;
    top:-15px;
    color: #ffffff;
    background-color: #0275d8;
    margin-right:-30px;
    opacity: 0.6;
}

.badge.badge-sup{
    z-index:15;
    position:relative;
    left: -20px;
    top:-15px;
    color: #ffffff;
    background-color: #f89406;
    margin-right:-30px;
    opacity: 0.5;
}

.badge.badge-sup-dev{
    z-index:15;
    position:relative;
    left: -10px;
    top:-15px;
    color: #ffffff;
    background-color: #f89406;
    margin-right:-10px;
    opacity: 1;
}