body {
    background-color: #D3D3D3;
    font-family: Arial, Helvetica, sans-serif;
}

#content {
    text-align: center;
    font-size: 18px;
    border-radius: 40px;
}

#petDetails {
    display: inline-block;
}

td {
    padding-left: 20px;
    padding-bottom: 10px;
}

.maTable:td:first-child {
    text-align: left;
  }

input {
    font-size: 16px;
    border-radius: 3px;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
    padding: 10px
}

.btn {
    color: white;
    border: 0;
    background-color: rgb(97, 0, 0);
    transition: background-color .3s ease-in-out;
}

.btn:hover {
    background-color: rgb(48, 43, 43);
}

.cool-select {
    font-size: 16px;
    border-radius: 3px;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
    padding: 10px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}