.cc-window.cc-floating {
    padding: 2em;
    max-width: 38em !important;
    max-height: 21em !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 2.5em;
}

.cc-left {
    top: 1em;
    left: 1em
}