body {
    font: normal 12px/100% arial;
}
table tr td {
    font: normal 12px/100% arial;
}
input {
    font: normal 12px/100% Courier, monospace;
}

.btn {
    background-color: dimgrey;
    color: white;
    border: 1px solid black;
    border-radius: 2px;
    font-size: 12px;
    font-weight: bolder;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
    transition: box-shadow ease-in-out .15s;

}

.btn:hover {
    background-color: black;
    color: white;
    border: 1px solid black;
    box-shadow: rgba(0, 0, 0, 0.3) 0 16px 16px 0;

}

.btn2 {
    background-color: dimgrey;
    color: white;
    border: 1px solid black;
    border-radius: 2px;
    transition: box-shadow ease-in-out .15s;
    font-size: 11px;
}

.btn2:hover {
    background-color: black;
    color: white;
    border: 1px solid black;
    box-shadow: rgba(0, 0, 0, 0.3) 0 16px 16px 0;
}

#td {
    font-size: 12px;
    font-weight: bolder;
    font-family: Arial;
    white-space: nowrap;
}