
.chat {
    list-style: none;
    margin: 0;
    padding: 0;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
    color: #000000;
}

.chatpanel .slidedown .glyphicon,
.chatpanel .glyphicon {
    margin-right: 5px;
}

.chatpanel-body {
    overflow-y: scroll;
    height: 250px;
}

[data-letters-opm]:before {
    content: attr(data-letters);
    display: inline-block;
    font-size: 1em;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center;
    border-radius: 50%;
    background: #093453;
    vertical-align: middle;
    margin-right: 1em;
    color: white;
}

[data-letters-me]:before {
    content: attr(data-letters);
    display: inline-block;
    font-size: 1em;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center;
    border-radius: 50%;
    background: #009ED1;
    vertical-align: middle;
    margin-right: 1em;
    color: white;
}

td {
    font-family: 'Source Sans Pro', sans-serif, Helvetica;
    font-size: 16px;
}
th {
    font-family: 'Source Sans Pro', sans-serif, Helvetica;
    font-size: 16px;
}
input {
    font-family: 'Source Sans Pro', sans-serif, Helvetica;
    font-size: 16px;
}
div {
    font-family: 'Source Sans Pro', sans-serif, Helvetica;
    font-size: 16px;
}
span {
    font-family: 'Source Sans Pro', sans-serif, Helvetica;
    font-size: 16px;
}
label {
    font-family: 'Source Sans Pro', sans-serif, Helvetica;
    font-size: 16px;
}
li {
    font-family: 'Source Sans Pro', sans-serif, Helvetica;
    font-size: 16px;
}

.instructions {
    font-family: 'Source Sans Pro', sans-serif, Helvetica;
    font-size: 16px;
}


.usa-footer {
	background-color: #093453;
	margin-top: 2rem;
	padding: 1.5rem 0;
}
.usa-footer__container {
    align-items: center;
    flex-direction: column;
    gap: 1.5rem;
}
.usa-footer__logo-img {
	max-width: 100%;
	margin: 1.5rem 0;
	width: 189px;
}
.usa-logo__text {
    font-size: 1rem;
}

.usa-footer__nav {
    padding-left: 0px;
    padding-right: 0px;
}

.usa-footer__nav ul {
    justify-content: space-evenly;
}

.usa-footer__nav li {
    padding: 0 1.5rem;
}

.usa-footer__nav a:link,
.usa-footer__nav a:visited {
    color: #fff;
}
.usa-footer__nav a:hover {
    text-decoration: underline;
}


.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover {
    background-color: #005ea2!important;
}

.customControl th {
    color: #005ea2;
}
