/**** Neuro Landing Page CSS ****/   
                                     
#neuro-testing {                     
    width: 700px;                    
    position: relative; 
    margin-top: -70px;
}                                    
                                     
#neuro-testing h5 {                  
    margin-bottom: 0px;              
}                                    
                                     
#neuro-testing ul li {               
    list-style-image: none;          
    line-height: 23px;               
}                                    
                                     
#neuro-testing a {                   
    color: rgb(68, 68, 68);          
    display: block;                  
}                                    
                                     
#neuro-testing a:hover {             
    cursor: pointer;                 
    color: #4198cb;                  
}                                    
                                     
#neuro-testing div.epilepsy {  
    float: left;                     
    top: 115px;                      
    width: 283px;                    
    left: 11px;                       
    position: absolute;              
}                                    
                                     
#neuro-testing div.neurocutaneous {  
    float: left;                     
    top: 543px;                      
    width: 283px;                    
    left: 17px;                       
    position: absolute;              
}                                    
                                     
#neuro-testing div.neurodevelopment {
    float: right;                    
    width: 280px;                    
    top: 175px;                       
    right: 12px;                     
    position: absolute;              
}                                    

#neuro-testing div.clinical-genomics {
    float: left;                      
    top: 787px;
    left: 412px;
    width: 310px;                     
    position: absolute;               
}  

#neuro-testing div.neurometabolism {
    float: left;                      
    top: 405px;
    left: 461px;
    width: 310px;                     
    position: absolute;               
}                                    
                                      
#neuro-testing div.img-container {    
    top: 312px;                       
}                                     
                                      
#neuro-testing img {                  
    position: relative;               
    top: 0;                           
    bottom: 0;                        
    z-index: -1;                      
    background-color: white;          
}                                     
