/* The Modal (background) */

.modal-testimonial {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 140px; /* Vertical Location of top of video box */
    top: 0;
    width:  100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-testimonial-content {
    /* background-color:  #e3f7f6; */
    background-color: #fefefe;
    margin: auto;
    padding: 0px 8px 0px 0px;
    border: 7px solid #293F6A;
    width:  759px;
    height: 555px;
    /*-- overflow: auto; --*/
}

.qwerty {
    background-color: #EA6841;
    border: none;
    color: white;
    width:180px;
    font-weight: bold;
    padding: 8px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    border-radius: 12px;
}

.video_close_button {
    background-color: #45b6fe;
    border: none;
    color: white;
    float: right;
    width:110px;
    font-weight: bold;
    padding: 8px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    border-radius: 8px;
}

hr.vheader {
    border: 2px solid #293F6A;
    width: 745px;
    margin-bottom:13px;
}

.dismiss {
    margin-top: 7px;
}

.member_name {
    color: #293F6A;
    font-family: Arial;
    font-weight: bold;
    font-size: 18px;
    padding-top: 10px;
    padding-left: 8px;
    padding-bottom: 3px;
}