.structure-detail-widget {
    max-width: 960px;
    margin: 0 auto;
}

.structure-detail-widget table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    table-layout: fixed;
}

.structure-detail-widget table th,
.structure-detail-widget table td {
    font-family: "Source Sans Pro", "Arial", sans-serif;
    text-transform: none;
    line-height: 1.25;
    padding: 1em 1.05263em 1em 0;
    text-align: left;
    border-bottom: 1px solid #bfc1c3;
}

.structure-detail-widget table td {
    font-weight: 400;
}

.structure-detail-widget table th {
    font-weight: 700;
    vertical-align: top;
}

.structure-detail-widget table tr:last-child th,
.structure-detail-widget table tr:last-child td {
    border-bottom: none;
}

.structure-detail-back-btn {
    padding-left: 4px;
    padding-right: 4px;
}

.structure-detail-back-btn:hover {
    outline: 3px solid rgba(0,0,0,0);
    box-shadow: 0 -2px rgba(0,0,0,0), 0 4px #0b0c0c;
    text-decoration: none;
}

.structure-detail-back-btn:focus {
    outline: 3px solid rgba(0,0,0,0);
    background-color: #ffdf0f;
    box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
    text-decoration: none;
}

.structure-detail-back-btn:before {
    content: "";
    display: inline-block;
    background-image: url(/o/mzvTheme/images/icons/arrow-left-prev-black.svg);
    width: 16px;
    height: 16px;
    margin-bottom: 4px;
}