/* blue body background color */
.ui-body-a, .ui-content, .ui-page-theme-a {
    background: #4eb2ed;
}

/* white border around collapsible, white background for rounded corners */
.ui-collapsible-set {
    border: 3px solid #ffffff !important;
    background-color: #ffffff;
}
/* blue collapsible content background color */
.ui-collapsible-content {
    background-color: #4eb2ed;
}
/* white axis-bold input labels */
label.ui-input-text {
    font-family: 'axis-std-medium';
    text-shadow: none;
    color: #ffffff;
}
/* submit buttons and collapsible headers */
.ui-btn-inner {
    background-color: #087dc2 !important;
    color: #ffffff;
    font-family: 'axis-std-medium';
    text-shadow: none;
}

/* other text */
.ui-body {
    font-family: 'axis-std-medium';
    text-shadow: none;
}

/* links at bottom of page */
.font-axis-white {
    text-align: center;
    font-family: 'axis-std-medium';
    text-shadow: none;
    color: #ffffff;
}
.ui-link {
    color: #ffffff !important;
}
