#contract_comments
{
  white-space: pre-wrap;
  width: 100%;
  height: 50%;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  font-size: 16px;
  resize: none;
}

/*
@media (min-width: 1200px)
{
	.container {
		width: 1450px;
	}
}

*/

@media screen and (max-width: 1366px)
{
	.container {
		width: 1350px;
	}
	
}

@media screen and (min-width: 1500px) 
{
	.container {
		width: 1700px;
	}
	
}


.modal-content
{
	/* width: 100% !important; */
	padding-right: 6%;
}


/* th.dt-center, td.dt-center { text-align: center; } */