/* Changes text alignment of registration summary page */.neoncrm-event-registration-list-summary td {
 text-align: left;
}
.column {
    float: left;
    width: 50%;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Fixes display issue with tables */
.neon_C_content table {
word-break: normal;
}

/* Changes text alignment of registration summary page */
.neoncrm-event-registration-list-summary td {
 text-align: left;
}

.neoncrm-event-registration-list-summary table, .neoncrm-event-registration-list-summary th, .neoncrm-event-registration-list-summary td {
   border: 1px solid grey;
}

table.neoncrm-event-registration-list-summary tr td:first-child {
	width: 150px;
}
/* adjusts Encourage Login modal font, font size, and color */#encouragedLogIn strong {
color: #86D3E2;
font-family: "PT Serif", serif;
font-size: 14px;
}

#encouragedLogIn h1 {
font-family: "Rock Salt", cursive;
}
