
.my-popup .modal-header{
    background-color:#B0B0B0;
    font-size: 2rem;
    font-weight: bold;
}
.my-popup .modal-title{
    font-size: 2rem;
    font-weight: bold;
    color: #FFFFFF;
}
.my-popup .modal-content {
    overflow:hidden;
}
.my-popup .bootbox-body {
    margin-top: 2rem;
    margin-bottom: 2rem;    
    font-size: 1.1rem;
}
.my-popup .btn-min-width {
    width: 120px !important;
}
.my-popup .my-popup-icon-title {
    height: 80px;
}
