/* CSS Document */
/*ШАБЛОН ТАБЛИЦЫ*/
/* CSS Document */
/*ШАБЛОН ТАБЛИЦЫ*/
.content #table {
	padding: 8px;
}
.content #table table {
	border: 1px solid #1E6090;
}
.content #table th {
	color: #000000;
	font-weight: bolder;
	border: 1px solid #1E6090;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform:uppercase;
}
.content #table td {
	border: 1px solid #1E6090;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #545454;
}
input {
	height: 26px;
}
@media screen and (max-width: 1200px) {
	.content #table, .content #table table {
		overflow-x: scroll;
  		overflow-y:hidden;
		max-width: 1150px;
		display: block;
	}
}
@media screen and (max-width: 440px) {
	.content #table, .content #table table {
		overflow-x: scroll;
  		overflow-y:hidden;
		max-width: 400px;
		display: block;
	}
}

