
.cartItems >thead>tr{
	   line-height: 32px;
	   min-height: 32px;
	   height: 32px;
}	
.rec-row-even {
    background: #fff3dd;
}
.rec-row-odd {
    background: #dde9ff;
}
.rec-header-row:nth-of-type(even) {
    background: #FFFFE6;
}
.rec-header-row:nth-of-type(odd) {
    background: #DDF3FF;  /*C3D9FF*/
}
.green-title{
	background-color: #e0f0c2  !important;
}
.yellow-title{
	background-color: #FFFFE6  !important;
}
.rec_avatar{
  height: 100px;
  width:  100px;
}
.happ_avatar{
  height: 80px;
  width:  80px;	
}
.modal_avatar{
  height: 200px;
  width:  200px; 
}


.hideRichTextFileTool trix-toolbar [data-trix-button-group='file-tools']{ 
  display: none;
}