/* таблица */

div.table {
	overflow-x: auto;
    width: 100%;
}

.table table {
	margin:0 auto;
	width: 70%;
	min-width: 340px;
	border-collapse: collapse;
}

.table th {
	padding:10px;
	background-color:white;
	text-align: center;
	border:3px solid rgb(81, 144, 188);
}

.table td {
	padding:10px;
	background-color:white;
	text-align: center;
	border:3px solid rgb(81, 144, 188);
}

.table td:nth-child(1) {
	text-align: left;
}

.table td:nth-child(2), .table td:nth-child(3), .table td:nth-child(4) {
white-space: nowrap;
}

.table td:nth-child(4) {
	font-weight: bold;
}

tr:nth-child(odd)>td {
	/*background-color: #ededed;*/
}

tr:nth-child(even)>td {
/*	background-color: #d0d0d0;*/
	}