.modal {
    position: fixed;
    top: 3%;
    right: 3%;
    left: 3%;
    width: auto;
    margin: 0;
}
.modal-body {
    height: 60%;
}

.modal-body {
    max-height: 350px;
    padding: 15px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
 }

 #footer {
    position:fixed;
    left:0px;
    bottom:0px;
    width:100%;
    background: rgba(119, 119, 119, 0.8);
 }

.agb{
  a:hover{
    color: #c20079;
  }
}



.detail1 {
background-color:#aaaaaa;
}

.detail2 {
background-color:#cccccc;
}

