
.body-background{

        background-color:rgb(240, 240, 240);


}


.enlargeImg:hover{cursor: zoom-in;}


.container-background{
    margin-top:.5%;
    padding:1%;
    background-color: #fff;;
}

/*styles for the side bar*/

#side-bar{

    background-color:#184865;

}

.author_list{font-size: .8rem;}

@media only screen and (max-width: 767px) {
    .author_list{font-size: 1rem;}
  }

.disclaimer{font-size: .8rem;}

.index_list a:link{color:#000 !important;}

.index_list a:visited{color: #222 !important;}

.index_list>div:nth-child(odd){
    background-color:white;
   }
   .index_list>div:nth-child(even){
    
    background-color:aliceblue;
   }

   .index_list>div{padding:1rem;}

   .img_holder{
       background-color:aliceblue;
        padding:1%;
        margin-right:1%;
        border-radius: 10px;
    }
    /*.img_holder .col-md-6 {
       
        background-color: #fff;
    }*/

   /*button text */

   #toc_dropdown{
        font-size: 1.1rem ;
        padding: 1%;
        
    }

    #dropdown_choices{
        color:#fff !important;
 /*       background-color: rgb(4, 45, 71) !important;*/
        background-color: rgb(75, 77, 80) !important;

    }

    #dropdown_choices a.dropdown-item:link {color:#fff !important;}

    #dropdown_choices a.dropdown-item:visited {color:#fff !important;}

    #dropdown_choices a.dropdown-item:active {color:#fff !important;}

    #dropdown_choices a.dropdown-item:hover {color:#000 !important;}



   

    /*header styles*/

   #header-container{

        background-color:#184865;


   }

   /*ref list stle */

   .refStyle{list-style-type: disc;
    }

    .refStyle li{margin-top:10px;
    
    }

    .refStyle li::marker{color:#184865}

    #diclaimer:hover{cursor: pointer;}
