.table-pager {
    user-select: none;
}
.rdap-labeled-box ul {
    padding-left: 50px;
}
.rdap-labeled-box>div {
    padding: 10px;
}
.rdap-labeled-box.rdap-entity {
    background-color: rgb(246, 246, 255);
}
#rdap-data {
    width: 100%;
}
.rdap-json-link {
    font-weight: 100;
    font-family: 'Courier New', Courier, monospace;
    float:right;
}
.hide-rdap-button {
    float:right;
    color: #222;
    font-family: 'Courier New', Courier, monospace;
    cursor: pointer;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
.rdap-raw-button {
    cursor: pointer;
    border: 2px solid blue;
    /* font-weight: 600; */
    background-color: rgb(244, 244, 255);
    font-size: 1em;
    padding: 3px;
    border-radius: 5px;
    /* font-family: 'Courier New', Courier, monospace; */
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
.rdap-raw {
    margin-top: 10px;
    background-color: rgb(233, 233, 242);
    border-radius: 3px;
    border: 1px solid rgb(209, 209, 239);
    
}
.rdap-title-tag {
    font-weight: normal;
    font-family:'Courier New', Courier, monospace;
}
.rdap-box {
    border: 1px solid blue;
    margin: 15px;
    border-radius: 5px;
}


.rdap-labeled-box li{
    padding: 5px;
}

.left-pad {
    padding-left: 15px;
}
.rdap-labeled-box {
    margin: 15px;
    border: 2px solid blue;
    border-radius: 5px;
}
.rdap-list-elem {
    padding-top: 5px;
    padding-bottom: 5px;
}
.rdap-labeled-box>p {
    padding-bottom: 7px;

    background-color: #dde;
    font-weight: 600;
    border-bottom: 1px solid blue;
    padding: 10px;
    border-radius: 3px 3px 0px 0px;
}
.rdap-labeled-box>p.minimized {
    border-bottom: none;
    border-radius: 3px;
}
.rdap-labeled-box p.rdap-label {
    padding-top: 15px;
}