#wk-demolinks-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #272727;
    color: #ffffff;
    z-index: 1000;
}
#wk-demolinks-container {
    margin-left: 0px;
    margin-right: 0px;
    padding: 15px 0px 10px;
}
#wk-displaylinks-controller-container {
    position: absolute;
    left: 0;
    top: -32px;
}

.wk-doc-link {
    margin: 0px 10px 0px 10px;
}
#wk-software-name {
    font-size: 19px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 5px !important;
}
.wk-demolinks a.btn-lg {
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
}
.slideUp {
    transform: translateY(0px);
    transition: all 0.3s ease-out 0s;
}
