.card {
			  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
			  transition: 0.3s;
			  border-radius: 5px; /* 5px rounded corners */
	
			}
	

.card-header {
			  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
			  transition: 0.3s;
			  border-radius: 0px 0px 9px 9px; /* 5px rounded corners */
			  
	
			}	


			
ul{
        
     border-radius:5px;
    
    }
   tr:hover td{
        background-color:#CECEF6;
        }
