#cache-buster {
    height: 100%;
    width: 100%;
}

#cache-buster .cb-timer {
    z-index: 9999 !important;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#cache-buster .cb-container {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    color: #111;
    font-weight: bold;
    width: 80%;
}

#cache-buster .cb-container .title {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#cache-buster .cb-container {
    font-weight: 300;
}

#cache-buster .cb-container .cb-button {
    cursor: pointer;
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#cache-buster .cb-container .cb-button-inner {
    flex: 1;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
}
