
	
    .text-shadow1 {
         text-shadow: 1px 1px 4px #444;
    }
    
    .text-shadow2 {
         text-shadow: 1px 1px 5px #444;
    }

    
    .nowrap {
        white-space: nowrap;
    }
    
    .table-center td,  
    .table-center th {
        
        text-align:center !important;
        vertical-align: middle;
    }
    
    
        
    .sticky-bottom {
        position: -webkit-sticky;
        position: sticky;
        bottom: 0;
        z-index:1
    }



    table > thead > tr > th, table > tbody > tr > td {
        white-space:nowrap;
        
    }