<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
h1.course-title {
    color: #333;
    font-weight: bold;
    display: inline;
    font-size: 1.75em;
}
h2.olc {
    color: #666;
    font-family: 'Archivo Narrow', arial, sans-serif;
    margin: 0 0 0 10px;
}
p.course-legend {
    font-size:  1.1em !important;
    margin: 5px 0 0 0 !important;
    padding: 0 !important;
}
p.course-legend a {
    font-size: 1.1em !important;
}
.olc-description {
    padding-bottom: 10px;
    border-bottom: 1px dotted #333;
}
img.course-listing-sponsor {
    float: right;
    max-width: 100px;
    max-height: 100px;
    width: auto;
    height: auto;
    margin: 5px 0 0 5px;
}
img.course-listing-thumbnail {
    float: left;
    max-width: 70px;
    /* margin: 5px 15px 0 0; */
    margin: 10px !important;
    filter: drop-shadow(3px 3px 2px #999);
}
.course-listing-paragraph {
    min-height: 100px;
    position: relative;
}
ul#course-listing,
ul#bpl-listing {
    /* border: 1px solid #999; */
    font-weight: bold;
    line-height: 1.5;
    padding: 15px;
    position: relative;
    /* margin-top: 1px; */
}
ul#course-listing:first-of-type {
    border-top: none;
}
ul#course-listing li,
ul#bpl-listing li {
    border-top: 1px dotted #999;
    font-family: 'Archivo Narrow', arial, sans-serif;
    font-size: 1.2em;
    list-style-type: none;
    padding: 10px;
    position: relative;
    transition: all .1s ease-in-out;
    min-height: 70px;
}
ul#bpl-listing li {
    min-height: 40px;
}
ul#course-listing li:hover,
ul#bpl-listing li:hover {
    background-color: #e4e4e4;
    transform: scale(1.05);
}
/* Link class stolen from bootstrap. needs relative &lt;li&gt; container */
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
}
a.stretched-link:hover {
    text-decoration: none !important;
}
.category-title {
    font-size: 1.3em;
    color: #333 !important;
    padding: 0;
}
.category-count {
    color: #646464 !important;
}
.category-description {
    color: #333 !important;
    font-weight: normal;
}
/* certification logos in stretched links */
.cert-logo {
    max-height: 65px;
}
/* No top border on the first li of #course-listing */
ul#course-listing li:nth-child(1),
ul#bpl-listing li:nth-child(1) {
    border-top:none;
}
ul#course-listing li a,
ul#bpl-listing li a {
    color:#747474;
    text-decoration: none;
}
ul#course-listing li a:hover,
ul#bpl-listing li a:hover {
    text-decoration: underline
}
ul#course-listing li #last,
ul#course-listing li .last {
     padding: 0 10px 0 0;
     float: right;
     position: absolute;
     right: 1px;
     top: 20px;
     z-index: 10;
}
/* A style for free listing company names */
/* .bpl-freelisting li {
    list-style-type: none;
}
.bpl-freelisting li a {
    font-family: 'Archivo Narrow', arial, sans-serif;
    font-size: 1.1em;
    color: #333;
} */
#olc-content {
    border: 1px solid #dcdcdc;
}
/* #olc-content.details-page {
    border-top: none;
} */
#olc-content h1, #olc-content h2, #olc-content h3, #olc-content h4 {
    margin:10px;
}
#olc-content-tabbed,
.olc-content-tabbed {
    border: 1px solid #dcdcdc;
    margin: 0 10px 10px 10px;
    /* padding-top: 10px; */
}
#olc-content-tabbed p,
#mycourses-content-tabbed p,
#stats-content-tabbed p {
    margin:10px;
}
.course-filter-button {
    background-color: #333 !important;
}
/* live session table in live course listings and details page */
/* efile table styling */
.live-session-table,
.efile-table {
    font-family:'Archivo Narrow', arial, sans-serif;
    font-size:1.1em;
    margin-top:10px;
    text-align:left;
    overflow-x: auto;
    border-collapse: collapse;
}
.live-session-table tr:nth-child(even),
.efile-table tr:nth-child(even) {
    background-color: #f2f2f2; /* Light gray background for even rows */
    }
.live-session-table tr:hover td,
.efile-table tr:hover td {
    background-color: #808080; 
    color: #fff;
    transition: background-color 0.3s ease;
}
/* there's a text link with a conflicting hover effect in this table */
.live-session-table tr:hover td a,
.efile-table tr:hover td a { 
    color: #fff;
    text-decoration: underline;
}
.live-session-table th,
.efile-table th {
    font-weight: bold;
    background-color: #fff;
    border-bottom: 1px solid #dcdcdc;
}
.live-session-table td,
.efile-table td {
    line-height: unset;
    vertical-align: middle;
    padding: 0 0 0 5px;
}
.efile-table td {
    padding: 10px;
}
.live-session-table tr.registration-info td,
.efile-table tr.registration-info td {
    padding-bottom: 10px;
    /* border-bottom: 1px dotted #747474; */
}
.course-image-container {
    display: block;
    float: left;
    margin: 10px;
}
.course-listing-details ul {
    display: block;
    margin-bottom: 25px;
    padding: 0 0 20px;
    font-family: 'Archivo Narrow', arial, sans-serif;
    font-size: 1.3em;
}
.course-listing-details ul li {
    float: left;
    list-style-image: url("/images/bullet-check-red.png");
    list-style-position: inside;
}
.fa-clock-o {
    font-size:1.3em;
}
.tab-selected {
    background-color: #333 !important;
    color: #fff !important;
    font-weight: bold !important;
}
#olc-level3-tabs li.tab-selected {
    height: 48px;
}
.tab-disabled {
    background-color: #bdc3c7 !important;
    color: rgba(255, 255, 255, 0.75) !important;
    cursor: default;
    border-color: #bdc3c7 !important;
    box-shadow: none !important;
    transform: none !important;
}
#olc-content p {
    margin: 10px;
}
#rfi-filter-container {
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    text-align: center;
}
#filter-container {
    text-align: center;
}
ul#olc-filter,
ul#filter-selection-showcase {
    display: inline-block;
    margin-left: 10px;
}
ul#olc-filter li,
ul#filter-selection-showcase li {
    display: inline;
    list-style: none;
    margin-right: 10px;
}
#olc-filter label {
    clear: none;
    display: inline-block;
    float: none;
    margin: 0;
    text-align: left;
    vertical-align: unset;
    width: auto;
}
#olc-filter label span {
    margin-right: 7px;
}
#sc-content ul#olc-listings li {
    font-size: 1em;
    list-style-type: none;
}
.course-listing-title {
    font-family: 'Archivo Narrow', arial, sans-serif;
    margin: 0;
    padding: 0 10px;
}
.course-listing-title a {
    text-decoration: none;;
    color: #333;
    font-size: 1.4em;
    font-weight: bold;
}
.course-listing-title p.collection-title {
    color: #333;
    font-size: 22px;
    font-weight: bold;
}
.course-listing-details {
    border-bottom: none;
    border-color: #dcdcdc;
    border-style: solid;
    border-top: none;
    border-width: 1px;
    padding: 10px;
    position: relative;
}
.course-listing-details p {
    margin-top: 0;
}
.course-taken-bottom {
    border: 1px solid #dcdcdc;
    border-top: none;
    padding: 10px;
}
ul#course-taken-listing {
    padding:10px;
}
.course-listing-details {
    min-height: 100px;
}
.course-listing-buttons,
.course-listing-details,
.course-listing-title {
    clear: left;
    margin: 0;
}
ul.listing-buttons {
    margin-left: 5px;
}
ul.listing-buttons li {
    list-style-type: none;
    display: block;
}
ul.listing-buttons li a {
    float:left;
    margin:5px 5px 5px 0;
    padding:4px 6px;
}
ul#course-buttons {
    display:block;
}
ul#course-buttons li {
display: inline-block;
list-style-type: none;
margin: 0 5px;
}
ul#course-buttons li a {
    background: #999;
    color: #fff;
    float: left;
    font-size: 1.25em;
    margin: 5px 0;
    padding: 4px 6px;
}
 /* Act like a full width table */
 .search-button-container {
    display: table;
    table-layout: fixed;
    margin: 10px auto;
    width: 100%;
 }
 /* Act like a table cell and fill the space. Padding, not margin. */
 .search-button {
     display:table-cell;
     padding-left:5px;
     text-align: center;
 }
  /* No padding on first child */
  .search-button-container .search-button:first-child {
      padding-left: 0;
  }
 /* Having to be REALLY specific to override */
 .search-button-container .search-button button {
    background-color: #d9001e;
    border: 1px solid #d9001e;
    border-radius: .2em;
    color: #fff;
    display: block;
    font-family: 'Archivo Narrow', arial, sans-serif;
    font-size: 1.5em;
    line-height: 1.5em;
    margin: 0 auto 3px auto;
    /* dont let the button get stoopid wide even if there is space */
    max-width: 300px;
    padding: 5px;
    transition: background-color .3s;
    white-space: normal;
}
.listing-button-small {
    background-color: #a4a4a4;
    border: 2px solid #747474;
    color: #fff;
    font-size: 1.1em;
    font-family: 'Archivo Narrow', arial, sans-serif;
    padding: 4px 6px;
    text-decoration: none;
}
.listing-button-small:hover {
    background-color: #808080;
    transition: background-color .3s;
    border-color: #808080;
}
#featured-listing-lod .featured-header-lod {
    background: #d9001e;
    border: none;
    border-radius: 10px 10px 0 0;
    color: #fff;
    font-weight: normal;
    line-height: 1;
    margin: 0 0 5px 0;
    height: auto;
    padding: 5px 0 5px 5px;
    text-align: left;
    width: 98%;
}
.featured-header-lod a {
    color:#fff;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
ul#featured-listing-lod {
    margin: 0 0 15px 8px;
    padding: 0 0 0 0;
    position: relative;
    top: 6px;
}
ul#featured-listing-lod li {
    list-style-type: none;
}
ul#featured-listing-lod li.featured-listing-lod-left {
    border: none;
    width: 230px;
}
ul#featured-listing-lod li.featured-listing-lod-left ul {
    padding: 0;
}
ul#featured-listing-lod li.featured-listing-lod-left ul li span {
    font-weight: bold;
}
ul#featured-listing-lod li.featured-listing-lod-right {
    border: none;
    font-weight: normal;
    max-width: 542px;
    text-align: left;
}
ul#featured-listing-lod li.featured-listing-lod-right ul{
    padding-left: 0;
}
ul#featured-listing-lod li.featured-listing-lod-right ul li{
    list-style-image: url(/images/bullet-check-red.png);
    list-style-position: inside;
}
ul#featured-listing-lod div.left-column {
    float: left;
    padding: 0 5px 5px 0;
    width: 235px;
}
ul#featured-listing-lod div.right-column {
    float:left;
    padding:0;
    width:100%;
}
ul#featured-listing-lod p {
    font-size: 14px;
    margin: 0;
    padding: 0;
    width: 100%;
}
ul#featured-listing-lod span {
    padding-left: 0px;
}
/* there may be several other styles like this */
#course-container,
#f2f-sessions {
    border: 1px solid #333;
    border-radius: 0 5px 5px 5px;
    padding: 10px;
}
#preregistered-list-container {
    padding: 15px;
}
#prereg-list th {
    border-bottom: 1px solid #333;
    padding: 10px 18px;
}
#prereg-list th input#allcheck {
    float: none;
}
#prereg-list {
    background-color: #fff;
    font-family: 'Archivo Narrow', arial, sans-serif;
    font-size: 1.2em;
    border-collapse: collapse;
}
#prereg-list tr {
    border-top: 1px solid #dcdcdc;
}
#prereg-list td.checkbox-td,
#prereg-list td.member-card-td {
    vertical-align: middle;
    text-align:center;
}
/* overrides for inputs */
#prereg-list td.checkbox-td input {
    margin: 0;
    padding: 0;
    display: initial;
    float: none;
}
ul#cont-edu-course-step4 {
    position:relative;
    top:6px;
    margin:0 0 15px 14px;
    padding:0 0 0 0;
}
ul#cont-edu-course-step1 .sponsored div img {
    margin-top: 2px;
}
.one-or-more {
    clear: both;
}
.one-or-more img {
    float: left;
    margin: 0 5px 5px 0;
}
ul.az-nav {
    display:block;
    padding:10px;
    text-align:center;
}
ul.az-nav li {
    display:inline-block;
    font-family: 'Archivo Narrow', arial, sans-serif;
    font-size: 1.25em;
    font-weight: 700;
    margin-bottom:25px;
    margin-right:2px;
}
ul.az-nav li a {
    background-color: #747474;
    color: #fff;
    padding: 8px;
}
ul.az-nav li a.az-nav-anchor {
    background: #a4a4a4;
    color: #fff;
    display: block;
    text-align: center;
    width: 100%;
}
ul.az-nav li a:hover {
    background-color: #a4a4a4;
    transition: background-color .3s;
    text-decoration: none;
}
#exam-form label.exam {
    float: left;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight: normal;
    height: 14px;
    line-height: 0.8;
    margin: 0 5px 8px 0;
    padding: 7px 0 7px 0;
}
#exam-form input[type="select"] {
    width: 378px;
    margin-bottom: 8px;
}
ul#cont-edu-course-step1 li ul#disclaimer {
    margin-left:0;
    padding-left:0;
    list-style:none;
}
ul#cont-edu-course-step1 li ul#disclaimer li {
    background-image: url(/images/info.png);
    background-repeat: no-repeat;
    background-position: 0 6px;
    padding-left: 35px;
}
/*Quiz */
p.test-question {
    font-size: 1.3em;
    font-weight: bold;
    border-bottom: 1px dotted #747474;
    padding: 10px;
}
p.test-question:last-of-type {
    border-bottom: none;
}
p.test-question label {
    /* display: unset; */
    float: none;
    font-weight: normal;
    font-size: 1em;
    margin: 0;
    padding: 0;
}
p.test-question label:first-of-type {
    margin-top: 15px;
}
p.test-question label span {
    display: unset;
    font-weight: normal;
}
p.test-question label span.wrong-answer {
    font-weight: bold;
    color: #d9001e;
}
p.test-question label span.correct-answer {
    font-weight: bold;
    color: #16a850;
}
p.test-question label span.unselected-answer {
    color: #999;
}
#results-message {
    font-size: 1.25em;
}
.complete-banner {
    border-color: #1161a5 transparent transparent transparent;
    border-style: solid;
    border-width: 45px 45px 0 0;
    left: 10px;
    top: 5px;
    margin: 5px 0 0 0;
    position: absolute;
    z-index: 10;
    cursor: pointer;
}
.complete-banner:before {
    color: #fff;
    content: '\f336';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    left: 5px;
    position: inherit;
    bottom: 22px;
}
.access-blue {
    color: #003f87;
}
table.live-popup tr td a {
    text-decoration: underline;
    color: #d9001e;
}
/* auto-complete results? */
.ac_results {
    border: 2px dotted #dcdcdc;
}
div.ac_results ul li {
    font-family: 'Archivo Narrow', arial, sans-serif;
    font-size: 15px;
    list-style-type: none;
    min-height: 20px;
    padding: 5px;
    /*width: 280px;*/
        width: auto;
}
.ac_even {
    background-color: #999;
}
.ac_odd {
    background-color: #fff;
}
div.ac_results ul li:hover {
    background-color: #dcdcdc;
    font-size: 1.25em;
}
#details-image-container-default,
#details-image-container {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
    /* display: table; */
    height: 380px;
    /* margin-bottom: 10px;
    margin-left: -1px; */
    text-align: center;
    /* padding: 5px; */
    /* width: 100%; */
    margin: 15px;
}
#details-image-container-default {
    background-image:linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)),url(https://res.aecdaily.com/res/i/569389/blueprint2.jpg);
}
#details-image-container h2,
#details-image-container-default h2 {
    color: #fff;
    display: table-cell;
    font-family: 'Archivo narrow', arial, sans-serif;
    font-size: 3em;
    vertical-align: middle;
}
/* Anti-Georgia Font Tables :) */
/* probably only useless for font size as of 2024 refresh */
.agft,
.agft thead,
.agft tbody,
.agft tr,
.agft td {
    font-family: 'Archivo Narrow', arial, sans-serif;
    font-size: 14px;
}
/* Some things for accessibility icons */
.course-icon {
    background-color: #2e50a1;
    color:#fff;
    padding: 3px 5px 3px 5px;
    font-size: .75em;
    border-radius: 3px;
}
#certification-listing h3 {
    margin-left: 0px;
    margin-top: 0px;
}

.accessibility-desc-icon {
    background-color: #2e50a1;
    color:#fff !important;
    padding: 3px 5px 3px 5px;
    border-radius: 3px;
    font-size: 2em;
}
/* course start buttons 16967 */
/* extended to live course reg button 17015 */

/* container for all download buttons */
.download-container {
    display: table;
    margin: 10px auto;
    padding-left: 5px;
    table-layout: fixed;
    text-align: center;
    width: 100%;
}
/* button wrapper */
.download-button {
    display: inline-block;
    margin: 2px;
    padding-left: 5px;
    text-align: center;
    width: 199px;
}
/* registration button variant */
.download-button.registration-button {
    display: inline-table;
    width: 150px;
}
/* disabled/registered buttons inside registration block */
.download-button.registration-button a.registered,
.download-button.registration-button a.download-disabled {
    background-color: #dcdcdc;
    cursor: default;
}
/* top section of button */
.button-section-top {
    display: inline-block;
    font-weight: bold;
    font-size: 1em;
    line-height: 1em;
    padding-bottom: 6px;
    text-align: left;
    border-bottom: 2px dotted #fff;
}
/* maintain bottom-border for disabled */
.download-disabled .button-section-top {
    border-bottom: 1px dotted #808080;
}
/* maintain bottom-border for already registered */
.already-registered .button-section-top {
    border-bottom: 1px dotted #808080;
}
.download-button:hover .button-section-top {
    border-color: #747474;
}
/* bottom section of button */
.button-section-bottom {
    line-height: 0.9em;
    padding-top: 6px;
}
.button-section-bottom span {
    font-size: 0.8em;
    font-weight: bold;
}
/* button styles */
.download-button a,
.download-button button {
    display: block;
    background-color: #747474;
    border: 1px solid #999;
    border-radius: unset;
    color: #fff;
    font-family: 'Archivo Narrow', Arial, sans-serif;
    font-size: 1.75em;
    padding: 5px;
    transition: background-color 0.3s;
    white-space: normal;
}
/* disabled buttons */
.download-button a.download-disabled,
.download-button button.download-disabled {
    background-color: #dcdcdc;
    border: 2px solid transparent;
    color: #999;
    cursor: default;
    transition: none;
}
/* smaller font size for registration buttons */
.download-button.registration-button a {
    font-size: 1.05em;
}
/* hovering... */
.download-button a:hover,
.details-page-button a:hover,
.save-for-later-button a:hover,
.download-button button:hover {
    background-color: #fff;
    color: #747474;
}
/* specific override for disabled hover (prevent color shift) */
.download-button.registration-button a.download-disabled:hover {
    background-color: #dcdcdc;
    color: #999;
    border-color: #747474;
}
.download-button.registration-button a:hover {
    background-color: #fff;
    color: #747474;
    text-decoration: none;
}
/* special button styles */
.download-button a.details-page-button {
    background-color: #a4a4a4;
    border: 2px solid #999;
}
.download-button a.save-for-later-button {
    background-color: #d4d4d4;
    border: 2px solid #b6b5b5;
}
.already-registered {
    background-color: #fff !important;
    color: #747474 !important;
}

.download-button:hover .already-registered a {
    border-color: #747474
}
/* scale the button sizes down */
.download-button.registration-button.courses {
    transform: scale(.75);
}
.completion-note {
  font-size: 11px;
  color: green;
}
#f2f-sessions ul#course-listing {
        padding:  0;
        border: none;
}
/* the little notification note in the expandable session summary in dashboard */
.session-notifications {
    margin-bottom: 10px;
}
.session-summary-content {
    font-size: 14.4px;
}
.banner-wide {
    width: 728px;
    height: 90px;
    margin: auto;
}
@media only screen and (min-width: 960px) and (max-width: 1160px) {
    ul#course-listing li {
        /* height:  95px; */
        display:  flex;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    ul#course-listing li {
        /* height:  95px; */
        display:  flex;
    }
    ul#course-listing li #last {
        position: unset !important;
        margin-left: auto;
    }
}
@media only screen and (max-width: 767px) {
    ul#course-listing li {
        /* height:  95px; */
        display:  flex;
    }
    ul#course-listing li #last {
        position: unset !important;
        margin-left: auto;
    }
    #filter-container {
        margin-bottom: 20px !important;
    }
    .download-container {
        padding-left: 0;
    }
    .download-button {
        padding-left: 0;
    }
    #olc-content-tabbed, 
    #sc-content-tabbed {
        border-top: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
        margin: 0;
        }
    #olc-content {
        border:  none;
        border-bottom: 1px solid #dcdcdc;
    }
    #details-image-container {
        height: 160px;
        margin: 0;
    }
    .banner-wide {
        width: 330px;
        height: 41px;
        margin: auto;
    }
}
/* to do list stuff. suspect some of this is duplicate. oh well. */
.session_time_label {
    float: none;
    font-size: 1em;
    text-align: center;
    width: 100%;
}
.session_time_input {
    padding: 4px 4px;
}
.session_time_input_dates {
    width: 75px;
}
.session_time_input_minutes {
    width: 75px;
}
.session_times form .small-button {
    font-size: 1.1em;
}
.share-links-olc a i:hover {
    transform: scale(1.1);
}
/* My Courses page heart */
/* https://www.florin-pop.com/blog/2019/03/css-pulse-effect/ */
.iconpulse {
    background: transparent;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    transform: scale(1);
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0% {
        transform: scale(0.7);
        box-shadow: 0 0 0 0 rgba(49, 112, 143, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        transform: scale(0.7);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

/* dashboard things */
.has-submenu {
    position: relative; /* Ensure parent &lt;li&gt; is the reference for absolute positioning */
}
th {
    min-width: unset !important;
    max-width: unset !important;
}
.icon-legend {
    margin-bottom: 20px; /* Space between the legend and the table */
    padding: 10px;
    background-color: #f8f9fa; /* Light grey background */
    border-radius: 4px; /* Rounded corners */
    font-size: 12px; /* Text size */
}
.icon-legend p {
    margin: 0;
    padding: 0;
}
.icon-legend i + span {
    margin-right: 35px; /* Space between legend items */
}
/* hide the value datatables uses to sort */
.sorting-value {
    visibility: hidden;
    display: block;
    height: 0;
    width: 0;
}
/* last legend item in dashboard. */
.to-do-list-item-note {
    background-color: pink;
    padding: 2px 4px;
    margin-left: 10px;
}
/* override the default input lengths */
.todo-form input[type=text] {
    min-width: unset;
}
/* tweak to do list item title size */
.event-name.to-do-item {
    font-size: 1.2em;
}
/* A little indicator/notification thing to be used with a span, most often */
.notification {
    background-color: #1161a5;
    border: 1px solid transparent;
    border-radius: 0.2em;
    color: #fff;
    font-size: 11px;
    margin-left: 10px;
    padding: 2px 5px;
    display: inline-block;
    position: relative;         
    top: -2px;
    vertical-align: middle;
    line-height: normal;
}
/* better green for the learning center tab leaf icon */
.sust-leaf {
    color: #19783e;
}
li:hover a span.sust-leaf,
li a.tab-selected span.sust-leaf {
    color: #85dc7d;
}
/* the title in modal messages for one-click registration */
.one-click-title {
    text-align: center;
    margin-bottom: 15px;
}</pre></body></html>