.table tr.tr-bold {
    font-weight: bold;
}

.contact-conversation .subject{
    font-size: 16pt;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.contact-conversation{
    margin-bottom: 40px;
}


.contact-conversation .contact-detail{
    font-size: 10pt;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
}


.contact-conversation .gray-background{
    background: #eee;
    border: 1px solid #ccc;
    margin-top: 10px;
    margin-left: 40px;
    padding: 10px;
}

.contact-conversation .contact-content{
    font-size: 10pt;
    font-weight: normal;
    padding-top: 17px;
    padding-left: 17px;
    padding-bottom: 10px;
    min-height: 100px;
}

.contact-conversation .subject .category{
    font-size: 14pt;
    font-weight: normal;
}
.table-contact-content{
    max-height: 60px;
    overflow: hidden;
}

#information-review{
    width:100%;
}

#information-review td{
    vertical-align: top;
    padding:5px;
}

.bold {
	font-weight: bold !important;
}

.ps-3 {
	padding: 3rem 3rem 0 3rem !important;
}

.grey-text {
	color: #5C5C5C !important;
}