
      .dropdown-menu li{
        position: relative;
        width: auto;

      }
      .dropdown-menu .submenu{
        display: none;
        position:absolute;
        left: 70%;
        top: -7px;
      }
      .dropdown-menu>li:hover>.submenu{
        display: block;
        
      }
      .dropdown-menu{
        background-color: tomato !important;
        color: white;
        margin: 7px;
      }
      .btn{
        color: white;
      }
      .hr {
        height: 10vh;
        margin-bottom: 0px;
      }
      .nav-link:hover{
        color: black;
        background-color: rgb(184, 233, 184);
        
      }
      .nav-link{
        font-weight: bold;
      }
      center{
        padding: 0px;
      }
	  table tr td{
		border-color: black;
	  }
      
      
      




    