body{
    background:#f4f4f4;
}
.bingkai{
  background: #DDD;
  width: 900px;
  margin: 20px auto;
  border : #CCC solid 1px;
}

/*bagian header*/
.bingkai .header{
  /*height: 50px;*/
  padding: 2px 10px;
}

/*akhir header*/

/*bagian menu*/
 .menu ul {
  margin: 0;
  padding: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  position: fixed;
  text-align: center;
  border: 1px solid #e7e7e7;
  background-color: #20B2AA;
}

.menu li {
  display: inline-block;
}

.menu li a {
  float: initial;
  display: inline-block;
  color: #fff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.menu li a:hover:not(.active) {
  background-color: #ddd;
}

.menu li a.active {
  color: white;
  background-color: #4CAF50;
}
/*akhir menu*/

.clear{
  clear: both;
}

.badan{
  height: 590px;
}
/*bagian sidebar*/
.bingkai .badan .sidebar{
  background-color: #f1f1f1;
  float: left;
  width: 25%;
  height: 100%;
}
.bingkai .badan .sidebar li a:hover:not(.active) {
  background-color: #337eff1a;
  color: white;
}
.bingkai .badan .sidebar li a {
  display:inline-block;
  background-color: white;
  padding: 8px 16px;
  width: 60%;
  text-decoration: none;
}
/*akhir sidebar*/

.bingkai .badan .content{
  background: #FFF;
  float: left;
  height: 100%;
  width: 75%;
}
.bingkai .badan .content .padding{
  padding: 10px;
}

.bingkai .footer{
  width: 100%;
  height: 50px;
}
form{
      display: inline-block;
      float: initial;
    }
    .cari{
      border: none;
      background-color: #fff;
      padding: 10px;
    }
    .button{
      border: none;
      padding: 10px;
      background-color: #5199FF;
      color: #fff;
      cursor: pointer;
    }

    .fivedottedbrown { 
      border: 5px dotted brown; 
      padding: 10px;
      height: 47px;
    }
       .lima { border: 10px double green; }