#projectTaskSquareBox
{
    margin-right: 5px;
    text-align: center;
    min-width: 35px;
    color: white;
    padding: 5px 3px 3px 3px;
    vertical-align: middle;
}
.threadBox {
	background-color: white;
    margin: 2px 0;
}
.mainThread{
    border-bottom: 1px solid #e1e1e9;
    text-align: left;
    margin-right: auto;
}
.threadEdit{
    padding-right:0px;
    min-width: 25px !important;
}
.timeStampC{
    min-width:150px;
    margin-left:10px;
}
.msgBox {
	border: 1px solid #e3e3fa;
	background-color: white;
	border-radius: 5px;
    margin: 2px 0;
    min-height: 70px;
}
.iconSize{
    font-size: 60;
}
.fileExt{
    height: 62px;
    margin-right: .5rem;
    margin-bottom: .5rem;
    margin-top: .5rem;
}