@media(min-width:600px){
  .container-1{
    font: 12px  Helvetica, Verdana,  sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-around;
    line-height: 1.4;
    

  }

}


.container {
  margin-left: 2em;

}

.alert {
  display: inline-block;
}


.pertanyaan{
  background-color: rgb(237, 240, 51);
  display: inline;
  border-radius: 2px 8px 8px 2px;
  padding: 5px
  
}

.jawaban{
  background-color: rgb(210, 247, 181);
  display: inline;
  cursor: pointer;
  border-radius: 3px 8px 8px 3px;
  border-bottom: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(74, 185, 10);
  padding: 5px;
  transition: all 1000ms ease-out 0ms;
  
}

.jawaban:hover{
  padding: 5px 10px 5px 10px;
  background-color: rgb(110, 209, 160);
  transition: all 1000ms ease-out 0ms;

}


.jkonten {
  
  transform-origin:top;
  transform: scaleY(0);
  height: 0 ;
  padding: 5px;
 
  transition: all 400ms ease 0ms;
  
  
  
  
}
 
.jkonten.show{
  transform-origin: top;
  transform: scaleY(1);
  background-color: rgb(210, 247, 181);
  border-radius: 3px;
  padding: 5px;
  transition: all 400ms ease-in 0ms;
  height: auto
 
  
}



.modal {
  display:none;

  position: fixed;
  z-index:1;
  left:0;
  top: 0;
  width: 100%;
  height:100%;
  overflow:auto;
  background-color: rgba(0,0,0,0.4);



}



.modal-content{
  background-color:#eee;
  margin:10% 20%;
  /*padding: 20px;*/
  width: 30%;

  border-radius: 5px;
  box-shadow: 0 5px 8px 0 rgba(0,0,0,0.5), 0 7px 20px 0 rgba(0,0,0,0.2);

}

.modal-header h3{
  margin:0;
}
.modal-header{
  background-color: #4195a7;
  padding: 10px;
  color:#fff;
  border-radius: 5px 5px 0 0;
}

.modal-body{

  padding: 10px 20px;
  font: 10px Helvetica, Arial, sans-serif;
  line-height: 1.2;
}

.modal-footer{
  background-color: #4195a7;
  padding: 5px 10px;
  color:#fff;
  border-radius: 0 0 5px 5px;
  text-align: center;

}

.closeBtn{
  color: #fff;
  float:right;
  font-size:20px;
}

.closeBtn:hover, .closeBtn:focus{
  color: #000;
  text-decoration: none;
  cursor:pointer;
}

#closeBtn2{
  color: #fff;
  float:right;
  font-size:20px;
}

#closeBtn2:hover, #closeBtn2:focus{
  color: #000;
  text-decoration: none;
  cursor:pointer;
}

.dist_input{
  border-radius: 5px ;
  width:50%;
}

.dist_row{

  display: flex;


}

.dist_column {
  width:80%;

}

table {
  border-collapse: collapse;
  text-align: center;
}

table, th, td {
  text-align: center;
  border: 1px solid #ccc;
  color: #07f;

}




/*


#distArrangeModal .modal-content {
  top: 50%;
  left: 10% ;
  width:60px;


}

#distArrangeModal .modal-body .container{
  margin-left: 5%;
  padding-left: 0;
  left:0px;


}

#distArrangeModal .modal-content {
  background-color: rgb(138, 176, 192);
}

#alertModal .modal-dialog {
  top: 20vh;
  width: 50vh;
  right: 5vw;


}

#alertModal .modal-content {
  background-color: rgb(250, 250, 236);
}

*/