.made-with-mk {
    width: 70px;
    height: 70px;
    display: block;
    position: fixed;
    z-index: 555;
    bottom: 20px;
    right: 20px;
    border-radius: 30px;
    color: #FFFFFF;
    cursor: pointer;
    padding: 10px 12px;
    white-space: nowrap;
    overflow: hidden;
}

.made-with-mk .brand,
.made-with-mk .made-with {
    float: left;
}
.made-with-mk .brand {
    position: relative;
    top: 4px;
    left: -1px;
    letter-spacing: 1px;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 600;
}
.made-with-mk .made-with {
    color: rgba(255, 255, 255, 0.6);
    position: absolute;
    left: 58px;
    top: 14px;
    opacity: 0;
    margin: 0;
}
.made-with-mk .made-with strong {
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
}