  .customers
        {
            font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
            border-collapse: collapse;
            width: 100%;
            margin-left: 3px;
            margin-right: 15px;
            padding: 10px;
            /*margin-bottom: 125px;*/
            margin-top: 0px;
        }
        .customers td, .customers th
         {
            border: 1px solid #ddd;
            padding: 8px;
         }

        .customers tr:nth-child(even)
        {background-color:  #AAAAAA;}

        .customers tr:hover 
        {background-color: #ddd;}

    .customers th 
    {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #78987C;
        color: white;
    }
    
    
    .customerss
        {
            font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
            border-collapse: collapse;
            width: 90%;
            margin-left: 1%;
            margin-right: 1%;
            padding: 10px;
            /*margin-bottom: 125px;*/
            margin-top: 0px;
        
        }
        .customerss td, #customers th
         {
            border: 1px solid #ddd;
            padding: 8px;
         
         }

        .customerss tr:nth-child(even)
        {background-color:  #AAAAAA;}

        .customers tr:hover 
        {background-color: #ddd;}

    .customerss th 
    {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: center;
        background-color: #78987C;
        color: white;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    /*second table*/
    .alert
    {
            font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
            border-collapse: collapse;
            width: 80%;
            height: 20%;
            margin-right: -250px
            /*margin-right: 50px*/
            margin-top: 20px;
    }
    .alert td, .alert th
         {
            border: 1px solid #ddd;
            padding: 5px;
         }
         .alert tr:nth-child(even)
        {background-color:  #BBC4C2;}
        
        
        .alert tr:hover 
        {background-color: #ddd;}/*end*/
        
        /*para in facilities*/
        .para
        {
            background-color:#0066B2  ;
            text-indent: 25px;
            
        }
        .para:hover
        {
            background-color:   #9FC1E3;
        }
        .bold
        {letter-spacing: 2.5px;color: white; text-shadow: 0px 0px;
            text-align:left;
        }
        .bold:hover
        {
            color: #78987C;
            
        }
        .para1
        {
            text-align:  justify;
            text-indent: 25px;
            margin-top: 10px;
        }/*end*/
        
        /*list in career_in_pharmacy*/
        .list-group
        {
            list-style-image: url('images/arrow3.gif');
        }
        .list-group ul ,  li:hover
        {
            color:  lightpink;
        }
        /*table in facilities*/
        .alert1
        {
            margin-left: 250px;
        }
        .alert1 tr 
        {
            background-color:  #E8EAED;
            outline: outset   #FFFFFF 0.5px;
            
            
        }
        
        /*link in facilities*/
        .link
        {
             font-size: 18px;
        }
        .link a::hover
        {
            background-color: white;
            color: #0066B2;
           
        }
        input
        {
            background-color: #FFE1E1;
        }
        input:hover
        {
            background-color: white;
        }
        /*table in infra*/
        .alert3
        {
            border-collapse: collapse;
            width: 100%;
        }
        .alert3 th, td
         {
            padding: 5px;
            text-align: left;
            border-bottom: 1px solid #ddd;
           
        }
       .alert3 tr:hover {background-color:#c5cbd6;}
       /*style for image in career*/
       .img
       {
        margin-left: -20px;
        margin-top: 10px;
       }
       caption
       {
        background-color:  #FFFF91;
        font-size: 15px ;
        }
        /*parag. in career*/
        
        .para4
        {
            text-indent: 45px;
            text-align: justify;
            margin-left: 100px;
            margin-right: 400px;
            
        }
        /*table in addmision*/
        .alert4 
        {
            
            border-spacing: 5px;
            margin-left: 100px;
            width: 63%;
        }
        /*heading in addmission*/
        .head1
        {
            margin-left: 100px;
            color: #FF80C0;
             margin-right: 400px;
        }
        /*heading in addmission*/
        .head2  
        {
            background-color: #f298b0;
            text-transform: capitalize;
            
        }
        .head2:hover
        {
            background-color: #0066B2;
            color: red;
        }