  /* Remove the navbar's default margin-bottom and rounded borders */ 
      .navbar {
          margin-bottom: 0;
          border-radius: 0;
      }
    
      /* Add a gray background color and some padding to the footer*/ 
      footer {  
      	position: relative;
			margin-top: -50px; /* negative value of footer height */
			height: 50px;
			clear:both;						
			padding-bottom:5px;
         background-color: #f2f2f2;          
      }
             
      .carousel-inner img {
        width: 100%; /* Set width to 100% */
        height: 450px;
        margin: auto;
        min-height:200px;
      }
      
      .container {
			min-height: 100%;
		}
      
      /* Hide the carousel text when the screen is less than 600 pixels wide */
      @media (max-width: 600px) {
          .carousel-caption {
              display: none; 
          }
      }
      
      .glyphicon {
          margin-right: 4px !important; /*override*/
      }
      .pagination .glyphicon {
          margin-right: 0px !important; /*override*/
      }
      .pagination a {
          color: #555;
      }
      .panel ul {
          padding: 0px;
          margin: 0px;
          list-style: none;
      }
      .news-item {
          padding: 4px 4px;
          margin: 0px;
          border-bottom: 1px dotted #555;
      }        