|  | @@ -108,15 +108,15 @@ export default {
 | 
	
		
			
				|  |  |  .NPC-zhedie {
 | 
	
		
			
				|  |  |    width: 780px;
 | 
	
		
			
				|  |  |    margin-bottom: 16px;
 | 
	
		
			
				|  |  | -  border: 1px solid rgba(0, 0, 0, 0.1);
 | 
	
		
			
				|  |  | -  overflow: hidden;
 | 
	
		
			
				|  |  | -  border-radius: 8px;
 | 
	
		
			
				|  |  |    .topTitle {
 | 
	
		
			
				|  |  |      width: 100%;
 | 
	
		
			
				|  |  |      display: flex;
 | 
	
		
			
				|  |  |      justify-content: space-between;
 | 
	
		
			
				|  |  |      padding-left: 24px;
 | 
	
		
			
				|  |  |      padding-right: 16px;
 | 
	
		
			
				|  |  | +    border: 1px solid rgba(0, 0, 0, 0.1);
 | 
	
		
			
				|  |  | +    overflow: hidden;
 | 
	
		
			
				|  |  | +    border-radius: 8px 8px 0 0;
 | 
	
		
			
				|  |  |      .NPC-top-left {
 | 
	
		
			
				|  |  |        display: flex;
 | 
	
		
			
				|  |  |        justify-content: flex-start;
 | 
	
	
		
			
				|  | @@ -163,6 +163,9 @@ export default {
 | 
	
		
			
				|  |  |    }
 | 
	
		
			
				|  |  |    .NPC-notes-list {
 | 
	
		
			
				|  |  |      padding: 24px 24px 5px 24px;
 | 
	
		
			
				|  |  | +    border: 1px solid rgba(0, 0, 0, 0.1);
 | 
	
		
			
				|  |  | +    border-top: none;
 | 
	
		
			
				|  |  | +    border-radius: 0 0 8px 8px;
 | 
	
		
			
				|  |  |      .NPC-notes {
 | 
	
		
			
				|  |  |        width: 100%;
 | 
	
		
			
				|  |  |        margin-bottom: 24px;
 |