#fundtable {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  border-collapse: collapse;
  width: 100%;
  color: #000000;
  float: left;
}

.scrolling-wrapper {
  -webkit-overflow-scrolling: touch;
}

#fundtable td, #fundtable th {
  border: 0.5px solid #ddd;
  padding: 5px;
  text-align:center;
}

#fundtable tr:nth-child(even){background-color: #f2f2f2;}
#fundtable th:nth-child(1){background-color: #f8f9fb; border: 0.5px;}
#fundtable th:nth-child(7){background-color: #f8f9fb; border: 0.5px solid #ddd; color:black;}
#fundtable th:nth-child(8){background-color: #f8f9fb; border: 0.5px solid #ddd; color:black;}
#fundtable td:nth-child(1){background-color: #ffffff; border: 0.5px solid #ddd;text-align: center;}
#fundtable td:nth-child(2){text-align: left;}
#fundtable td:nth-child(7){background-color: #ffffff; border: 0px; border-bottom:0.5px solid #ddd;text-align: center;}
#fundtable td:nth-child(8){background-color: #ffffff; border: 0px; border-bottom:0.5px solid #ddd;text-align: center;}
#fundtable td:nth-child(9){background-color: #ffffff; border: 0px; border-bottom:0.5px solid #ddd; border-left:0.5px solid #ddd;text-align: center;}
#fundtable td:nth-child(10){background-color: #ffffff; border: 0px; border-bottom:0.5px solid #ddd;text-align: center;}
#fundtable td:nth-child(11){background-color: #ffffff; border: 0px; border-bottom:0.5px solid #ddd;text-align: center;}
#fundtable td:nth-child(12){background-color: #ffffff; border: 0px; border-bottom:0.5px solid #ddd; border-right:0.5px solid #ddd;text-align: center;}

#fundtable tr:hover {background-color: #ddd;}

#fundtable th {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  background-color: #137ED9;
  color: #ffffff;
}

img{
    max-height:70px;
    max-width:100px;
    height:auto;
    width:auto;
}

.image2{
    max-height:100%;
    max-width:100%;
    height:auto;
    width:auto;
}

.image3{
    max-height:150px;
    max-width:100%;
    height:auto;
    width:auto;
}
