#step-progress-table ul.table-header-note {
    border: 1px solid #ccc;
    padding: 0.5em 1em;
    margin-right: 1em;
    float: right;
}
#step-progress-table ul.table-header-note li {
    text-align: right;
}

#step-progress-table table.results th,
#step-progress-table table.results tr.req td,
#step-progress-table table.results tr.progress td {
    text-align: center;
}
#step-progress-table table.results th small {
    font-weight: normal;
}
#step-progress-table table.results tbody tr {
    border-left: 1px solid #ddd;
}
#step-progress-table table.results td {
    border-right: 1px solid #ddd;
}
#step-progress-table table.results tr.req td {
    text-decoration: underline;
}
#step-progress-table table.results tr.progress td {
    font-size: smaller;
}
#step-progress-table table.results td:first-child {
    width: 5%;
}
#step-progress-table ul {
    margin-left: 0em;
    padding-left: 0em;
}
#step-progress-table ul li {
    list-style-type: none;
}
#step-progress-table button {
    margin-top: 3px;
}

.nav-stacked > li.nav-header {
    font-size:12px;
    color: #555;
}
.nav-stacked > li > a {
    padding-bottom: 3px;
    padding-top: 3px;
}
.nav-stacked .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav-stacked {
    padding: 5px 5px;
}

div[id^='event-details-'] {
  font-size: 0.9em;
}

div[id^='event-details-'] label {
  margin-bottom: 0;
}

/* calendar banner */
.jumbotron-calendar-container {
    background-repeat: no-repeat;
    background-color: white;

    height: 305px;
    margin-bottom: 1em;
}
.jumbotron-calendar {
    background-image: url("../images/calendar_banner.976a7f2e4638.jpg");

    text-align: center;
    max-width: 100%;
    height: 100%;
    display: block;
    color: white;
}
.jumbotron-calendar .jumbotron-calendar-heading {
    margin-top: 0em;
    margin-bottom: 0.25em;
    padding-top: 2em;

    line-height: 1em;

    font-size: 2.666em;
    font-variant: small-caps;
}
.jumbotron-calendar a {
    background-color: #666;
    color: white;
    opacity: 0.75;
    padding: 0.25em;
}
.jumbotron-calendar form + p {
    margin-top: 1em;
}

.ua-desktop .jumbotron-calendar-container {
    border: 0;
}
.ua-mobile .jumbotron-calendar-container {
    height: auto;
}
.ua-mobile .jumbotron-calendar {
    background-image: none;
    color: black;
}
.ua-mobile .jumbotron-calendar-heading {
    font-size: 1.75em;

    padding-top: 0em;
    padding-left: 0em;
    margin: 0.125em;
    margin-bottom: 1em;
    margin-left: 0em;

    color: black;
}
.ua-mobile .jumbotron-calendar a {
    background-color: white;
    color: #337AB7;
    opacity: 1.0;
}


.ua-mobile .card-listing-header h3 {
    font-size: 1em;
}
.dropdown-menu .btn-link {
    padding: 3px 20px;
    color: #333;
}

/* won't work in IE < 10 */
.vertical-center {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width:100%;
}

.title {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.event-fee {
    padding-left: 2em;
}
.event-info {
    padding: 0em 0.5em;
}
.event-start-date {
    display: inline-block;
    margin-bottom: 0.333em;
}
.event-info-label {
    width: 10em;
}
.actions {
    margin-top: 1em;
}

.labels-inline {
    display: inline;
}
.labels-inline .label {
    margin: 0em 0.25em;
}

form.quick-registration input[type="text"] {
    min-width: 200px;
}

.ccrr-info-header {
    display: block;
    margin: 0.5em 0em;
    text-transform: uppercase;
    color: #777;
}
