
.juduls a{font-size:15px;font-weight:500;padding-top:5px;color:#222;}
.juduls a:hover {color:#888888;}

.judulm a{font-size:15px;font-weight:500;color:#333;}
.judulm a:hover {color:#888;}

.judultag a{font-size:15px;font-weight:500;padding-top:2px;color:#333;}
.judultag a:hover {color:#888;}

.judulsb a{font-size:14px;font-weight:500;padding-top:2px;color:#222;}
.judulsb a:hover {color:#888;}

.metatag {display: block;font-size: 13px;font-weight:300;color: #666;margin-bottom: 0}

.meta {display: block;font-size: 13px;font-weight:300;color: #666;margin-bottom: 0}
.meta a {font-weight:300;color: #0072bc;}
.meta a:hover {color: #333;}

.konten {font-size: 14px;font-weight:300;color: #000000;}



.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}



.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}



.simp {
    overflow: hidden;
    background: #fafafa;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 3px solid#555;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 0px dotted #ddd;
}

.kecil {
    color: #777777;font-size:11px;font-style:italic;
}
.sepasi {
    padding: 0px;
}
.block-content2 {
    overflow: hidden;
    background: #fafafa;
    padding: 15px;
    margin-top: 0px;
    margin-bottom: 10px;
    border-top: 3px solid#555;
}
.simple-page-footer p {
    text-align: justify;
    margin-bottom: 10px;
}

.table {
    width: 100%;
    margin-bottom: 0px;
    color: #212529;
    background-color: transparent;border-bottom: 1px dotted rgba(0,0,0,.2);
}



	.content input[type=text] {
    display: block;
    background: #fff;
    padding: 6px 13px;
    font-size: 13px;
    border: 1px solid #d3d3d3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0;
    border-radius: 0;
}
