.my-modal {
    background: rgba(0,0,0,0.5);
    padding-top: 15%;
    z-index: 1060;
}
.modal-content {
    border-radius: 0;
}
.my-close {
    background: #b4292c !important;
    height: 30px;
    width: 30px;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    opacity: 1;
    color: white;
    border-radius: 0;
    margin-top: 0 !important;
}
.modal-header {
    font-size: 18px;
    text-align: center;
}
.my-close:hover {
    background: #b5c648 !important;
    opacity: 1;
    color: white;
}
.my-modal-body {
    line-height: 2.5;
    margin: 25px;
    font-size: 18px;
}
.my-h2 {
    font-size: 31px;
    margin-top: 10px;
}
.ya-share2 {
    display: inline-block;
    margin-left: 10px;
}

.my-modal-textarea {
    width: 100%;
    height: 100px;
}

.my-modal-textinput {
    width: 100%;
    height: 37px !important;
}