.oen-number-popup {
    display: none;
}

div[id*="oen-number-popup-"] table {
    margin: 0;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ebebeb;
}

div[id*="oen-number-popup-"] table th {
    background-color: #ebebeb;
    padding: 10px;
    font-size: inherit;
    color: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    font-weight: bold;
    text-align: left;
    width: 50%;
}

div[id*="oen-number-popup-"] table td {
    border-bottom: 1px solid #ebebeb;
    padding: 10px;
}

div[id*="oen-number-popup-"] table tbody tr:last-child td {
    border-bottom: none;
}

.oen-numbers td.link {
    cursor: pointer;
    text-decoration: underline;
}
