@media (min-width: 1200px) {
	.container {
	    width: 970px !important;
	}
}

.top-logo {
	float: left;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 30px;
}
@media (min-width: 768px) {
.top-nav {
	width: 100%;
	text-align: center;
}
.navbar-header {
	width: 100%;
}
.top-des {
	clear: both;
	text-align: center;
	margin-top: 15px;
}
.top-logo {
	margin-left: -30px;
}

}
@media (max-width: 767px) {
	
.top-nav,.top-des {
	text-align: center;
}
.top-nav {
	line-height: 24px;
	margin-top: -10px;
	margin-bottom: 10px;
}
h1 {
	font-size: 24px;
}
.top-logo {
	clear: both;
	display: block;
	width: 100%;
	position: relative !important;
	height: 40px;
	margin-top: 10px;
	text-align: center;	
	margin-bottom: 10px;
}
}
@media (min-width: 768px) {
	
	.top-des {
		clear: both;
	}
}
.navbar-header {
	width: 100%;
}
.top-nav {
	width: 100%;
	padding: 0;
	height: 40px;
}
p {
	line-height: 24px;
}
.table-striped tr:nth-child(odd) { background-color:#edf9df !important; }

.btn-primary {
	background: #7EB73D;
}
.btn-primary:hover {
	background: #AECF39;
}
.table-top tr th,.table-top tr td {
	vertical-align: top !important;
}
.error {
	color: red;
}
.table-menu, .table-menu th, .table-menu td {
	background: #fff !important;
}
.table-menu .form-control {
	display: inline-block;
	width: 30px;
	height: 14px !important;
	margin: 0 !important;
	line-height: 20px !important;
}
.menu-list-iten span {
	display: inline-block;
	font-weight: bold;
	padding-bottom: 5px;
}