#response {
    margin:15px;
    border: 1px solid #A9A9A9;
    padding: 3px;
}

#result{
    max-height: 600px;
    overflow: auto;
    border-bottom: 1px solid #A9A9A9;
}

#OVIOapiKey{
    width:50%;
}

p {
    font-style: italic;
    color: #A9A9A9
}

table{
    width:100%;
}

#footer{
    padding-top:15px;
    display:flex;
    flex-flow: row wrap;
    justify-content: space-around
}

#error{
    Border-color: 1px solid #A94442;
    background-color: #F2DEDE;
    color: #A94442;
}