
.cwdtable {
	font-size:12px;
	color:#333333;
	width:100%;
	border-width: 1px;
	border-color: #729ea5;
	border-collapse: collapse;
word-wrap:break-word; /* Перенос слов */
	}
	
.cwdtable th {
	font-size:12px;
	background:#d7ecef;
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #729ea5;
word-wrap:break-word; /* Перенос слов */
	}
	
.cwdtable tr {
	background:#ffffff;
	word-wrap:break-word;
	}
	
.cwdtable td {
	font-size:12px;
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #729ea5;
	word-wrap:break-word; /* Перенос слов */
	}
	
.mobileTable {
	overflow:auto;
	width:100%
	}
	
.cwdtable th,.cwdtable td{
	text-align:center
	}
	
.cwdtable tr:hover {
	background:#f1f4f4;
	}
