.view .nav {
	height: 34px;
	margin-top: 50px;
	margin-bottom: 40px; 
}
.view .nav>li,
.view .nav>li>a {
	width: 150px;
	height: 34px;
}
.view .nav>li + li { margin-left: 30px;}
.view .nav>li>a {
	border-radius: 0;
	padding: 0;
	line-height: 34px;
	font-size: 18px;
	text-align: center;
	color: #4c515a;
	border: 1px solid #4c515a;
}
.view .nav>li.active>a {
	background-color: #077ee1;
	border-color: #077ee1;
	color: #fff;
}

@media (max-width: 560px) {
	.view .nav { 
		width: 290px;
		margin: 0 auto;
		margin-top: 50px;
		margin-bottom: 40px;
	}
	.view .nav>li,
	.view .nav>li>a {
		width: 90px;
		height: 34px;
	}
	.view .nav>li + li { margin-left: 10px;}
}

.tab-content {
	margin-bottom: 85px;
}
dl dt img {
	display: block;
	width: 100px;
	height: 88px;
    border:1px solid #CDD0D5;
}
.dl-horizontal {
	background-color: #fff;
	padding: 5px;
}
.dl-horizontal dt {
	width: 100px;
}
.dl-horizontal dd {
  margin-left: 110px;
}
.dl-horizontal dd.vote {
	margin-left: 0;
	margin-top: 5px;
}
.dl-horizontal dd p {
	font-size: 12px;
	color: #4c515a;
}
.dl-horizontal dd a {
	font-size: 14px;
	color: #4c515a;
}
.dl-horizontal dd.vote p {
	font-size: 16px;
	color: #bd0e0e;
	height: 24px;
	line-height: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0;
}
.dl-horizontal dd.vote button {
	height: 24px;
	border: none;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	color: #fff;
	background-color: #bd0e0e;
	outline: none;
	margin-left: 60px;
}
.dl-horizontal dd.vote button:hover { background-color: #a40d0d;}
.dl-horizontal dd p {
	margin-bottom: 3px;
	white-space: nowrap;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.dl-horizontal dd.vote button { margin-left: 100px;}
}
@media (min-width: 768px) and (max-width: 991px) {
	.dl-horizontal dd.vote button { margin-left: 150px;}
}

@media (max-width: 767px) {
	.dl-horizontal dt {
		width: 100px;
		float: left;
	}
	.dl-horizontal dd {
	  margin-left: 10px;
	  float: left;
	}
	@media (min-width: 375px) {
		.dl-horizontal dd.vote {
			float: left;
			margin-left: 8px;
		}
		.dl-horizontal dd.vote p {
			height: auto;
			font-size: 14px;
		}
		.dl-horizontal dd.vote span {
			display: block;
			text-align: right;
		}
		.dl-horizontal dd.vote button {
			margin-left: 0;
			margin-top: 32px;
			float: right;
		}
	}
	@media (min-width: 380px) {
		.dl-horizontal dd.vote { margin-left: 15px;}
	}
}

.bottom {
	background: url(../images/line-bg.jpg) repeat-x;
	height: 10px;
	margin-bottom: 20px;
}

.pages {
	width: 225px;
	float: right;
	margin-top: 20px;
}
.pages a {
	display: inline-block;
	width: 45px;
	height: 45px;
	background-color: #0887f2;
	line-height: 45px;
	text-align: center;
	color: #fff;
	font-size: 22px;
}
.pages a:hover,
.pages a:focus {
	color: #fff;
	text-decoration: none;
}
.pages a+a {
	margin-left: 10px;
}

@media (max-width: 767px) {
	.pages { 
		margin: 0 auto;
		float: none;
		margin-top: 30px;
	}
}

