﻿
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}




/* Bootstrap Dropdown Submenu */
.dropdown-menu{
    color:aqua
}

