﻿.pressReleaseList
{
    margin-bottom : 2rem;
}


.allPressItems {
    width: 100%;
    box-sizing: border-box;
    border-collapse: collapse;
}

    .allPressItems thead th {
        line-height: 2rem;
        text-align: center;
    }

    .allPressItems thead .date {
        width : 12rem;
        text-align : center;
    }

    .allPressItems thead .caption {
        text-align : left;
    }

    .allPressItems thead .company {
        text-align: center;
    }

    .allPressItems tbody td {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .allPressItems tbody .date {
        text-align: center;
    }

    .allPressItems tbody .caption {
        text-align: left;
        position : relative;
    }

    .allPressItems tbody .caption .popup {
        margin-left : 1rem;
    }


    .allPressItems tbody .company {
        text-align: center;
    }

.editIcon
{
    margin-right : 2rem;
}


@media screen and (max-width: 600px) {
    .allPressItems {
        border: 0;
    }

        .allPressItems thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        .allPressItems tr {
            border-bottom: 1px solid #ddd;
            display: block;
            padding: 10px;
        }

    .allPressItems tbody .date {
        display: block;
        text-align: left;
    }

    .allPressItems tbody .caption {
        display: block;
        text-align: left;
    }

    .allPressItems tbody .company {
        display: block;
        text-align: left;
    }

            .allPressItems td::before {
                content: attr(data-label);
                float: left;
                font-weight: bold;
                margin-right : 1rem;
            }

            .allPressItems td:last-child {
                border-bottom: 0;
            }
}


