/**
 *  @file CSS file for CVR Lookup
 * */

#cvr_lookup_button {
    border: 1px solid #999;
    border-radius: 2px;
    background-color: #ccc;
    text-align: center;
    padding: 4px 10px;
    cursor: default;
    float: right;
    margin-top: 0.5rem;
}

a#cvr_lookup_button:hover {
    text-decoration: none;
}

.cvr_lookup.messages {
    width: auto;
    border: 2px solid orange;
    position: absolute;
    background-color: white;
    padding: 0.5rem;
    margin-top: 3rem;
}

#cvr_lookup_message {
    display: none;
}