.tx-sit-streets {
    padding: 10px;
}

.tx-sit-streets table {
    border-collapse:separate;
    border-spacing:10px;
}

.tx-sit-streets table th {
    font-weight:bold;
}

.tx-sit-streets table td {
    vertical-align:top;
}

.street-title {
    color: #333333;
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 0.5em;
    border-bottom: 2px solid #dddddd;
    padding: 0 10px;
}

.street-section {
    margin-bottom: 1em;
    padding: 0 10px;
}

.street-subheadline {
    font-size: 2rem;
}

.street-content {
    padding: 0 10px;
}

.streets-letter {
    color: #777777;
    font-size: 4rem;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.15);
    border-bottom: 2px solid #dddddd;
    margin-top: 1em;
    margin-bottom: 0.5em;
    padding: 0 10px;
}
.streets-item {
    margin-bottom: 1em;
    color: #999999;
}
.streets-item a {
    display: block;
    padding: 5px 10px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.15);
    text-decoration: none;
}

.streets-item a:hover,
.streets-item a:focus {
    box-shadow: 0 0 2px rgba(0,0,0,0.15);
    background-color: #fdfdfd;
    text-decoration: underline;
    text-decoration-color: #000;
}
.street-title {
    color: #333333;
    font-size: 2rem;
    font-weight: bold;
}
.street-designationDate {
    color: #777777;
}
.street-location {
    color: #777777;
}
.pagination {
    margin-top: 0;
}