
    /* Remove the navbar's default rounded borders and increase the bottom margin */ 
    .navbar {
   /*   margin-bottom: 50px; @MA  */
      border-radius: 0;
  font-size: 15px;
  padding: 10px 0px 0px 0px;
    }
    
    /* Remove the jumbotron's default bottom margin */ 
     .jumbotron {
      margin-bottom: 0;
    }
   
    /* Add a gray background color and some padding to the footer */
    footer {
      background-color: #f2f2f2;
      padding: 25px;
    }
	
	 #outer {
      padding-left: 23px;
        position:absolute; 
        height:auto; 
        width:200px; 
        border: 1px solid red; 
    }
    #inner {
     left:0;
        position:absolute; 
        height:100%; 
        width:20px; 
        border: 1px solid black; 
    }
