.modal {
    line-height: 24px;
    width: 250px;
    height: 150px;
    top: 30%; left: 45%; right: 45%; bottom: 25%;
    border-radius: 10px;
    background-color:rgba(0,0,0,0.5);
}
.simplebox {
    outline: none;
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}