:root {
    font-size: 62.5%; /* Standard Fontsize Browser 16px also jetzt 1rem = 10px */
}
body { 
    font-family: sans-serif; 
    padding: 2rem;
}

iframe {
    width: 100%;
    height: 100%;
    border: none;
}
textarea {
    resize: vertical;
}
th, td, label {
    font-weight: 700;
    margin: 2rem 0px 0.2rem 0.2rem;
    font-size: small;
    color: #333;
    text-align: left;
    font-size: 1.4rem;
}
td, .overline div{
    border-top: 1px solid #ccc; 
}
 .overline div{
    margin-top:4px;
 }
label{
    display: block;
}
h1{
    margin: 0px 0px 20px 0px;
    padding: 1.3rem;
    border-bottom: 1px solid #666; 
    color:  #666;
}
button{
    background-color: #0060df;
    border: none;
    border-radius: 4px;
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1rem;
    text-align: center;
    padding: 0.8rem 1.5rem;
    min-width: 12rem;
}
button.active, button:hover {
  background-color: #2374ff;
}

.left{
    text-align: left;
}
input[type="text"], select, textarea {
    width: 100%;
    padding: 0.6rem;
    margin-top: 4px;
    box-sizing: border-box;
}
input[type="radio"]{
    width: 14px;
}
.container input[type="text"], data, select{
    background-color: #efefef;
    border: 1px solid #ccc;
}
.selected-ids { 
    flex: 1;
    border: none;
}
