@media print,
screen and (min-width: 481px) {
    .entry-info table td {
        max-width: 590px;
    }

    .p-request__heading:not(:first-of-type) {
        margin-top: 1em;
        padding-left: 1em;
        text-indent: -1em;
    }

    .p-request__link {
        color: #646464;
        text-decoration: underline;
    }
}

@media screen and (max-width: 480px) {
    .entry-info_lead {
        width: 90%;
        margin: 0 auto;
    }

    .entry-info table th {
        border-bottom: 0;
        padding: 20px 30px 0 0;
        color: #666666;
    }

    .p-request__heading:not(:first-of-type) {
        margin-top: 1em;
        padding-left: 1em;
        text-indent: -1em;
    }

    .p-request__link {
        color: #646464;
        text-decoration: underline;
    }
}