html,
body {
    margin: 0;
    padding: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;

    background: transparent;
}

p {
    margin: 0;
}

.content {
    position: relative;
    padding: 14px 20px 14px 20px;
}

.details {
    font-family: -apple-system;
    word-wrap: break-word;
}

.details img {
    max-width: 100%;
}
