
.demo {
    position: absolute;
    top: 5px;
    right: 0;
    width: 200px;
    z - index: 902;
    background: #F1DA91;
}

.demo .btn {
    width: 100%;
}

/*
.btn-toolbar .btn-group {
    width: 370px;
}   */

.btn-toolbar > :first-child {
    width: 370px;
}

.page-footer {
    height: 85px;
    /* bottom: none; */
}