.qsm-auto-page-timer-wrapper{
    display: flex;
    max-width: 100%;
    box-sizing: border-box;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.qsm-auto-page-timer-wrapper .qsm-auto-pagetimer{
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #333;
    padding: 5px 10px;
    box-shadow: 0 0 10px 1px #eee;
    border-radius: 5px;
}