.companyInfo img
{
    max-height: 100px;
    max-width: 100%;
    margin: 1em 0;
}

/* label color */
.input-field label {
    color: white;
}

.timestamp
{
    color: grey;
}

.conversationLink
{
    color : black;
}

.otherUserPicture
{
    max-height: 10em;
}

.otherUserSmallPic {
    padding-top: 1em;
}
.messageTitle
{
    font-weight: bold;
    font-size: large;
}