.container-fluid{
	margin: 0;
	padding: 0;
}
#detailTitle{
	color: #fff;
}
#detailTitle h3{
	margin-top: 7px;
}
#detailTitle ul{
	display: inline-block;
}
#detailTitle ul li{
	display: inline-block;
    margin: 10% 16px;
    font-size: 16px;
    /*cursor: pointer;*/
    color: #9e9e9e;
}
#detailTitle ul li.active{
	color: #fff;
}
#detailTitle input{
    background-color: #fff;
    border: none;
    border-radius: 20px;
    width: 18%;
    height: 30px;
    color: #7c4db7;
    margin-left: 3%;
}
#detailTitle input:hover{
	background: transparent;
    border: 2px solid #fff;
    color: #fff;
}
#detailImg .detailTeam1 img{
	width: 100%;
	height: 100%;
}
.detailTeam2 h3{
    margin-top: 4%;
    color: #555;
}
.detailTeam2 .detailTeam2H3{
    margin-top: 2%;
}
.detailTeam2 .col-sm-12{
	border-bottom: 1px solid #E1E1E8;
	padding-bottom: 4%;
}
.detailTeam2 .detailTeamP{
	margin-top: 6%;
    font-size: 18px;
    line-height: 36px;
    color: #555;
}
.table-bordered{
    border-top: 2px solid #ddd;
    color: #555;
}
