BODY {
    margin: 20px;
    font-family: Verdana, sans-serif;
    background-color: #0C0F30;
}
P {
    margin: 0px 0px 12px 0px;
}
B {
    font-weight: bold;
}
A {
    color: #007BFF;
    text-decoration: none;
}
A:hover {
    text-decoration: underline;
    cursor: pointer;
}
TABLE {
    width: 100%;
    border-collapse: collapse;
}
TD {
    padding: 4px;
    vertical-align: top;
}
LABEL {
    width: 100%;
    display: inline-block;
    padding-right: 4px;
    text-align: right;
    white-space: nowrap;
}
INPUT[type="text"] {
    width: 240px;
}
BUTTON {
    padding: 8px 16px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    background-color: #156082;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}
#page {
    background-color: #ffffff;
    max-width: 900px;
    margin: auto;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    line-height: 1.4;
}
.textHeader {
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0px 12px 0px;
}
.title {
    font-family: Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
}
.subtitle {
    padding-top: 4px
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}
.sectionHeader {
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0px 12px 0px;
}
#logo IMG {
    width: 460px;
    display: block;
    margin: auto;
    margin-bottom: 15px;
    padding: 16px 32px;
}
#apiBuildSteps {
    width: 900px;
    display: block;
    margin: 30px 0px;
}
.stepImage {
    height: 24px;
    margin-right: 4px;
    vertical-align: middle;
}
.formHeader {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
    padding: 6px 0px 6px 6px;
    font-weight: bold;
    font-size: 16px;
    background-color: #cae1f8;
    border-bottom: 1px solid #ddd;
}
.formNote {
    width: 100%;
}
.required {
    font-size: 12px;
    vertical-align: super;
    color: red;
}
.actionPanel {
    margin: 10px auto 20px auto;
    font-weight: bold;
    text-align: center;
}
.actionPanel BUTTON {
    margin: 10px;
}
.errorPanel {
    width: 800px;
    margin: auto;
    margin-top: 20px;
    padding: 10px; 
    color: black;
    background-color: #ffd4d4;
    border-radius: 8px;
}
.errorPanel UL {
    margin: 0px;
}
.successPanel {
    width: 800px;
    margin: auto;
    margin-top: 20px;
    padding: 10px;
    color: black;
    background-color: #bffaba;
    border-radius: 8px;
    text-align: center;
}
.successPanel BUTTON {
    margin-top: 10px;
}
#apiImage {
    width: 285px;
    float: right;
    margin: 70px 0px 0px 20px;
}
#uberLogo {
    width: 300px;
    float: right;
    margin: 0px 20px;
    border: 1px solid #808080;
}
#insuranceExample {
    width: 800px;
    display: block;
    margin: 40px auto;
}
#apiCapabilities {
    margin-left: 40px; 
}
#payBenefitsImage {
    width: 200px;
    float: right;
    padding: 30px 0px 0px 10px;
}
#subscriptionPlansHeader {
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
}
.subscriptionPlanLabel {
    text-align: right;
    white-space: nowrap;
}
#descriptionSwitch {
    text-align: center;
    font-size: 14px;
}
#executiveSummary {
    margin-top: 20px;
    padding: 0px 45px 20px 45px;
    text-align: left;
    font-style: italic;
}
#userTable {
    border-collapse: collapse;
    border: 1px solid #808080;
    background-color: white;
}
#userTable TH, #userTable TD {
    border: 1px solid #808080;
    padding: 8px 12px;
    text-align: left;
    vertical-align: middle;
}
#userTableHeader {
    background-color: #f2f2f2;;
    font-weight: bold;
    text-align: center;
}
#userTable #saveButton {
    background-color: #329c4a;
}
#licenseBenefitsImage {
    width: 200px;
    float: right;
    padding: 15px 0px 20px 20px;
}
#licenseOptions {
    margin: 10px 20px;
}
#paypal-button-container {
    width: 200px;
    padding: 10px 0px 0px 24px;
}
#buttonContactSales {
    margin: 10px 24px;
}
#toolsTable .icon {
    text-align: center;
}
#toolsTable IMG {
    height: 48px;
    margin: 0px auto;
    padding: 6px 10px 6px 20px;
    cursor: pointer;
}
#passwordResetEmail {
    white-space: nowrap;
}
#apiSpecForm {
    clear: both;
}
#specGeneration {
    height: 125px;
    float: right;
}
#apiCodeForm {
    clear: both
}
#apiCodeForm TD:nth-child(2) {
    width: 100%;
}
#codeGeneration {
    height: 125px;
    float: right;
}
.popup{
    position: fixed;
    z-index: 9999;
    max-width: 340px;
    min-width: 220px;
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(0,0,0,.75);
    display: none;
}
