.page-wrapper {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
tbody td{
	padding-top: 10px;
	padding-bottom: 10px;	
	
}

.fund-name{
	padding-left: 15px;
	width: 100%;
}
.nav-type{
  text-align: center;
  font-size: 12px;
}

.nav-type.stable{
	color: #054C70;
	font-weight: 600;
}

.odd-row{
	background: #EBEBEB; 
}
.fund-page-link{
	float: left;
  	font-size: 12px;
}

.fund-ticker{
	width: 100%;
  	float: left;
  	font-size: 10px;
	padding-right: 10px;
	padding-left: 15px;
}

.rps-funds-table{
	border: 1px solid #4F4F4F;
    border-collapse: separate;


}

.rps-funds-table .fa{
	font-size: 18px;
}

.header-spacing{
	height: 50px; 
    background: #C4C4C4;
}
.table-container{
	max-width: 960px;
}
.tableFloatingHeaderOriginal{
	background: #C4C4C4; 
    position: static; 
    margin-top: 82px; 
    left: 0px; 
    z-index: 3; 
    max-width: 959px;
    width: 100%;
    top: 0px;
}

.tableFloatingHeaderOriginal > tr{
		background: #C4C4C4 !important;
}

.tableFloatingHeaderOriginal .first{
	border-right: 1px dotted #FFF;
}

.fund-table-header.first{
	font-weight: 600;
  	font-size: 13px; 
    min-width: 300px; 
    max-width: 300px; 
    width: 200px; 
    padding-left: 15px; 
    padding-bottom: 5px; 
    border-right: 1px dotted #FFF;
}

.fund-table-header{
  font-weight: 600;
  font-size: 13px; 
  text-align: center; 
  min-width: 100px; 
  max-width: 200px; 
  padding-left: 10px; 
  padding-right: 10px; 
  padding-bottom: 5px;
    line-height: 14px;
}

.fund-table-header.first{
	text-align: left;
    padding-left: 20px;
}

.table-container .product-row:hover {
	background: #05C3DE;
	color: #FFF;
}

.product-row:hover .body-border-right{
border-right: 1px dotted #FFFFFF;
}

.table-container .product-row:hover .nav-type{
	color: #FFF;
}

.table-container tbody tr:hover td{
	border-right: 1px dotted #FFF !important;
}

tbody tr td .portfolio-link, tbody tr td .chart-link {
	min-width: 30px;
	min-height: 30px;
}

tbody a {
	color: #054C70;
}

tbody tr:hover a{
	color: #FFF;
}
.table-title{
font-size: 14px;
    font-weight: bold;
    text-align:center;
}

.body-border-right{
	border-right: 1px dotted #B1B1B1;
}

.fund-name-column.first{
	width: 300px; 
    border-right: 1px dotted #B1B1B1;
}

.fund-name-column{
	text-align:left;
}

.product-row td{
	text-align: center;
}

.footable-sort-indicator{
		font-family: font-awesome;
		content: "&#xf0d8";
    	color: #054C70;
}
@media (max-width: 980px) {

	.fund-table-header.first {
    	max-width: 200px;
	}
}

@media (max-width: 767px){

}

@media (max-width: 500px){
	
}
/****** Hack to target non-conditional IE versions **************/


