.rdw-container {
    text-align: center;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;    
}

.rdw-license-plate {
    display: inline-flex;
    align-items: center;
    background: yellow;
    border: 3px solid black;
    border-radius: 8px;
    padding: 0;
    font-size: 40px;
    font-weight: bold;
    font-family: Arial, sans-serif;
}

.rdw-nl {
    background: blue;
    color: white;
    padding: 5px 10px;
    margin-right: 10px;
    font-weight: bold;
}

.rdw-license-plate input {
    border: none;
    background: transparent;
    font-size: 36px;
    text-transform: uppercase;
    width: 11rem;
    text-align: center;
}

#rdw_submit {
    background: blue;
    color: #fff;
    font-size: 20px;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    border-radius: .5rem;
    margin: 1rem;
}
input, textarea {
    outline-color: #ffff0000 !important;
}
table {
    width: 95%;
    border-collapse: separate;
    background: #060606;
    color: #ffffff;
}

table, th, td {
    border: 1px solid #111111;
    padding: 3px;
    text-align: left;
}