.breadcrumb{line-height:40px;}
#table1 {
  border-radius: 25px;
  border: 2px solid #000000;
  padding: 50px; 
  width: 600px;
  height: 225px;  
}
#table2 {
  border-radius: 25px;
  border: 2px solid #d7f1fd;  
  background: #F2FBFF;
  padding: 20px;
  width: 800px;
  height: 50px;
#li1 {
  list-style-type: none;
  position: relative;
  padding-left: 15px;
}

li:before {
  content: "\25BA \0020";
  font-size: 6px;
  position: absolute;
  top: 5px;
  left: -10px;
}
