    /* Remove the navbar's default margin-bottom and rounded borders */
	body{ background:#F0F0F0}
	
    .navbar {
      margin-bottom: 0;
      border-radius: 0;
    }
    
    /* Set height of the grid so .sidenav can be 100% (adjust as needed) */
    
    
    /* Set gray background color and 100% height */
    
    
    /* Set black background color, white text and some padding */
    footer {
      background-color: #555;
      color: white;
      padding: 15px;
    }
    
    /* On small screens, set height to 'auto' for sidenav and grid */
    @media screen and (max-width: 767px) {
      .sidenav {
        height: auto;
        padding: 15px;
      }
      .row.content {height:auto;}
    }
	
	.btn-lg{
		padding:10px 5px;
		font-size:20px;
		font-weight:bold;
		
	}
	
	.btn-md{
		padding:15px 5px 5px 5px;
		font-size:16px;
		font-weight:bold;
		
	}
	
	h1 {margin:0 0 0 0; padding:0 0 0 0;line-height:1;}
	
	.robotlar {margin-top:10px;margin-bottom:10px}
	header {padding:10px}
	
	.beyazarka {background:#FFF}