.contact {
    cursor: pointer;
    border-bottom:1px solid rgb(175, 175, 175);
}

.message {
    font-size:.9rem;
    padding:0.25rem 0.75rem;
    border-radius:1rem;
    max-width: 95%;
}

.attachment {
    font-size:.9rem;
    padding:0.75rem 1.5rem;
    border-radius:.25rem;
	align-content: center;
    max-width: 95%;
}

div.received {
    background-color:rgb(220,220,220);
    color:black;
    margin-right: auto;
}

div.sending {
    background-color:rgb(238,100,100);
    color:white;
    margin-left: auto;
}

div.sent {
    background-color:rgb(238,0,0);
    color:white;
    margin-left: auto;
}

i.fa-download.received {
    color: black
}

i.fa-download.sent {
    color: white
}
@media (max-width: 799.98px) {
    #chatHeaderTitle, #chatOpenIcon {
		display: none;
	}
}
@media (min-width: 800px) {
    #chatOverlay {
		width: 15%;
		min-width: 220px;
	}
}