﻿
#history .mine {  
 color: #000;  
text-align: right;  
margin-right: 10px;  
}  

#history .theirs {  
color: #b50016;  
margin-left: 10px;  
}  

#history {  
width: 100%;  
height: 190px;  
border:1px solid #cccccc;
overflow:auto;  
direction:rtl;
}  


@media screen and (max-width: 360px) { 
	#history { height: 140px }
}
