.pres{
    max-width: 24rem;
    margin: 1.25rem auto 2rem auto;
    border: 1px solid #eee;
    padding: 0.75rem;
    border-radius: 3px;
    display: none;
}

.night .pres{
    border:1px solid #444;
}

.pres p{
    margin-bottom: 0.75rem;
}

.pres p i{
    font-size: 0.6rem;
    float: right;
    cursor: pointer;
}

.presdu{
    position: relative;
    height: 1rem;
    line-height: 1rem;
    background-color: #eaecf3;
    border-radius: 10px;
    overflow: hidden;
}

.night .presdu{
    background-color: #444;
}

.presne{
    position: absolute;
    left: 0;
    top: 0;
    height: 1rem;
    line-height: 1rem;
    color: #fff;
    text-align: right;
    padding-right: 0.2rem;
}

@media screen and (max-width: 590px) {
    .pres {
        margin: 0.75rem auto;
        max-width: 100%;
    }
}