
body{
  
   background: url("../images/bendera.png") no-repeat center center fixed; 
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
         
   }
 
 .content{
    padding: 25px;
 }

 .reading{
    text-align: justify;
 }

 .communication{
    border: 1px solid black;
    padding: 15px;
 }

 .communication ul{
    padding: 0px;
    padding-left: 15px;
    margin: 0px;
 }

 p,li{
    text-align: justify;
 }
 .kotak{
    border: 1px solid black;
    font-weight: bold;
 }

 h4{
    margin-top: 30px;
 }
 th{
    text-align: center;
    background-color: blueviolet;
 }



 td,th{
   border: 1px solid black;
 }

 table{
    width: 100%;
    margin-bottom: 20px;
 }

 .bagian{
    border-bottom: 1px dashed #aaa8a8;
    margin-bottom: 45px;
 }

 .connectives{
   font-size: 8pt;
  
 }

 .connectives ul{
   margin: 0px;
   padding: 0px;
   margin-left: 20px;
 }
 .connectives li{
   padding-left: -5px;
   
 }
 .connectives td{
   vertical-align: text-top;
 }
 
 .promounced td{
   border: 0px solid black;
 }

 ol ol{
   margin: 0px;
   padding: 0px;
   margin-left: 15px;
 }
 
 .bungkus{
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 90pt;
 }
 
  .btn{
    width: 150px;
    margin-top: 3%;
    padding: 15px;
 }
 
 .menu1 .btn{
    width: 250px;
    margin-top: 3%;
    padding: 15px;
 }