body {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    color: rgb(45, 45, 45)
}

a {
    color: #4592cb;
    text-decoration: none;
}

#inputs {
    margin-top: 30px;
    margin-bottom: 50px;
    zoom: 120%;
}

.report {
    background-color: rgb(216 222 227);
    width: 95%;
    max-width: 450px;
    margin: 5px auto;
    border-radius: 5px;
    padding: 15px;
}

.reportDetails td {
    padding: 5px;
}

.reportDetails td:first-child {
    text-align: right;
}

.reportDetails td:last-child {
    text-align: left;
}

.reportId {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 7px;
}

#result {
    margin: 30px;
    display: none;
}

.footer {
    margin-top: 100px;
}