h1 { margin: 10px; color: rgb(117, 8, 9); font-weight: bold; font-size: 140%; letter-spacing: -1px; }

p { margin: 5px 20px 20px; line-height: 20px;}
a { color: rgb(117, 8, 9); }

form {
    margin: 10px;
    display: none;
}

form table {
    margin: 10px;
}

form table td {
    padding: 3px;
}

form table td.label {
    width: 150px;
    font-weight: bold;
}

div.explanation {
    border: solid 1px #922805;
    background: #F5F5F5;
    margin-bottom: 10px;
}

div.explanation h1 {
    margin: 10px;
    font-size: 120%;
    font-weight: bold;
    color: gray;
}

div.explanation p {
    margin: 10px;
}

div.explanation input,
div.explanation select {
    width: 150px;
}


.validation_icons span {
    display: none;
}
   
#companion,
#passport_info {
    display: none;
}

#submit_application {
    display: none;
    text-align: center;
}

#submit_application input {
    height: 50px;
    width: 200px;
    font-size: 20px;
}

#submit_indicator {
    display: none;
    text-align: center;
}

#output {
    margin: 10px;
}

#output p {
    margin-bottom: 5px;
}


#output h1 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px;
}

#output table {
    margin: 5px;
}

#output td, #output th {
    border: solid 1px silver;
    padding: 5px;
}
