.thead-brand {
	    background: #005498;
	}	
	.pp-table {
	    margin: 20px 0;
	}	
	.pp-table th {
	    color: #FFF;
	    border: 1px solid #FFF;
	    padding: 10px;
	}	
	.pp-table td {
	    padding: 10px;
	}	
	.pp-table .btn-default.active {
	    background: #005498;
	    border-color: #005498;
	    color:#FFF;
	}
	.fund-perf{
		display: block;
	}
	.fund-perf-mobile{
		display: none;
	}		
	
	@media screen and (max-width: 699px){
		.fund-perf-mobile{
			display: block;
		}
		.fund-perf{
			display: none;
		}
		.fund-name{
			padding: 8px;
    		font-size: 16px;
    		text-decoration: none;
		}	
		.csp-content .panel-title a{
			background: #ddd !important;
    		color: #1d3c9b !important;
    		padding: 10px;
    		border-top:none;
		}	
		.table-responsive {
			border: none;
		}	
		.table-cell{
			padding: 8px 5px 8px 0;
		}	
		.table-heading{
			position: static;
		    clip: auto;
		    height: auto;
		    width: auto;
		    top: auto;
		    overflow: visible;
		    display: block;
		    padding: 0;
		}	
	}