.modal{
    overflow: auto;
}
.modal-close{
    position:absolute;
    right:10px;
    top:10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.modal-close:hover{
    font-weight: bold;
    color:#ffa000;
}
.modal-content ul{
    padding-left:40px;
}
.modal-content ul li{
    list-style: disc;
}

#rentingForm{
    padding:10px 0;
}
#rentingForm label{
    left: 0;
}
#rentingForm button{
    margin:30px 0;
    width:50%;
}