.resdy{
    max-width: 24rem;
    margin: 0rem auto 2rem auto;
    border: 1px solid #ddd;
    border-radius: 6px;
    display: none;
}

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

.resdy p{
    height: 1.8rem;
    line-height: 1.8rem;
    border-bottom: 1px solid #dddddd;
    padding-left: 0.5rem;
}

.night .resdy p{
    border-bottom: 1px solid #444;
}

.resdy p:last-child{
    border-bottom: 0;
}

.night .resdy p:last-child{
    border-bottom: 0;
}

@media screen and (max-width: 590px) {
    .resdy {
        margin-top: 1rem;
        margin-bottom: 0;
        max-width: 100%;
    }
}