/* #header {
        font-family: helvetica, arial, sans-serif;
        font-size: 36px;
        color: #004080;
} */

#order {
        background-color: #FFFFFF;
        margin-left: 10%;
        margin-right: 10%;
        border-top: 5px solid #004080;
}
table.feature {
        border-collapse: collapse;
        line-height: 20px;
        border: 1px solid #000000;
        width: 90%;
}
table.feature tr {
        border: thin solid #000000;
}
table.feature td {
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 3px;
        padding-bottom: 3px;
}
#authorize {
        background-color: #FAFAD2;
        padding: 10px;
        font-size: .9em;
        display: none;
	width: 100%;
}
/* #authorize td {
        font-size: 10px;
}
#authorize input {
        font-size: 10px;
} */
