.navbar {
    margin-bottom: 3px;
    border-radius: 10px;
    background: #337ab7;

}
    
    .navbar-brand img {
      padding: 0;
      margin: 0;
      margin-top: 0x;
      max-height: 35px;

    }  

    /*Tombol link*/
    .linktom {
      color: white;
      font-size: 12px;
      padding: 1px;
      font-family: Montserrat, sans-serif;
      padding-top: 1px;
      margin-bottom: 3px;
      border-radius: 1px;
    }

    .tombol {
      background: #F68840;
      border: 1px solid black;
      color: white;
      font-size:15px;
      padding: 2px 5px;
      text-align: center;
      display: inline-block;
      margin: 2px 2px;
      cursor: pointer;
    }
    .tombol:hover {
      background:black;
      color:white;
      }
    .tombol2 {background-color: #F68840;}  
    
    /* Set height of the grid so .sidenav can be 100% (adjust as needed) */
    .row.content {
      height: 85.7vh;
      font-family: Geneva, Sans-serif;
      font-size: 18px;
      text-align: justify;
      line-height: 200%;
    }
    
    /* Set gray background color and 100% height */
    .sidenav {
      padding-top: 10px;
      padding-left: 1px;
      height: auto;
      font-family: Verdana, sans-serif;
      font-size: 13px;
      text-align: left;
      line-height: 110%;
    }
    #menu-a{
      padding-left: 3px;
      font-size: 13px;

    }    
    
    /* Set black background color, white text and some padding */
    footer {
      background-color: #555;
      color: white;
      font-size: 22px;
      padding: 1px;
      font-family: Montserrat, sans-serif;
      padding-top: 1px;
      margin-bottom: 3px;
      border-radius: 10px;
      background: #337ab7;
    }
    #sidebarMenu a{
      color: black;
      text-decoration: none;
    }
    #sidebarMenu a:hover{
      color: grey;
    }

    .kotak{
      background: #fcfcfc;
      padding: 20px;
      width: 200px;
      float: left;
      margin: 20px;
      height: 200px;
    }

    .kegiatan{
      border-style: solid;
      border-width: medium;
    }
    
    /* 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;} 
    }


    

    .grab{
      width: 150px;
      height: 200px;
    }
    .kegiatan{
     border: 1px solid black; 
     /* padding-left: 20px; 
     padding-top: 20px; 
     padding-bottom: 20px; 
     padding-right: 20px; */
    }
    tr td{
      border: 1px solid black;
      
    }
    table{
      border: 1px solid black;
      padding-left: 1px;
    }
    tr td{
      border: 1px solid black;
      
    }
