/* hi again-------------------------------------------------- */

body {
    background-color: white;
    font-size: 10pt;
    font-family: tahoma, sans-serif;
    color: black;
}

a:link {
    text-decoration: none;
    color: white;
}


a:active {
    color:black;
   
}

a.question {
   color:#b8baaf;
   font-size:1.3em;

}
a.question:hover {
    color: black;

}

a.btn-group:hover {
    color:black;
}

.noline {
    text-decoration: none;
}

.chat {
    max-height: 75vh;
}

.limit {
    max-height: 50vh;
    overflow-y: scroll;
}

.offcanvas-title {
    color: white;
}

.fbblue {
    background-color: #546aa4;
    color: white;
}

.fbgrey {
    background-color: #efefef;
}

.form-control {
    background-color: white;
    border: none;

}

.form-control:focus {
    color: black;
    background-color: white;
    border-color: white;
    outline: 0;
    box-shadow: 0 0 0 0.25rem white;}

/* message sender */
.column4 { color: #959595; 
    font-weight:bold;
}
/* message body */
.column5 { color: black;
}
/* message date */
.column2 { color: #adacac;
    font-size: .8em; }
/* message time */
.column3 { color: #959595;
    font-size: .9em; }
/* message receiver */
.column1 { color: white; }

.title {
    font-size: 1.1rem;

}

.person {
    font-size: 1.5em;
}


.msgbutton {
    color:#396435;
    border-color: #396435;
    background-color: #B8DBC2;
}
.msgbutton:hover {
    border-color: #396435;
    background-color: #B8DBC2;
    color: black;
}

@media (max-width: 40em) {
.title {font-size:.8rem;}

}