.modal-block {
     background: transparent;
     padding: 0;
     text-align: left;
     max-width: 600px;
     margin: 40px auto;
     position: relative;
 }

.modal-block.modal-block-xs {
    max-width: 200px;
}

.modal-block.modal-block-sm {
    max-width: 400px;
}

.modal-block.modal-block-md {
    max-width: 600px;
}

.modal-block.modal-block-lg {
    max-width: 900px;
}

.modal-block.modal-block-full {
    max-width: 98%;
}

tr .historicRowC1 td {
    background: #f3aaaa !important;
    
}

/*All table rows switch colors÷*/
/* tr:nth-child(odd) {
    background-color: lightskyblue;
    }

*/   tr:nth-child(even) {
    background-color: rgba(192,192,192,0.2);
    /*background-color: #ececec;*/
    }/*

    th {
       background-color: lightseagreen;
    }*/
    
    .border{
        padding: 1em 0;
        margin: 0 0.2em;
        border: solid 1px #ccc;
        border-radius: 5px;
    }
    
    .privacyPolicy{
        background-color: #fff;
        padding: 6em;
        
    }
    
    .privacyPolicy strong{
        font-weight: 900;
    }
    
    .privacyPolicy .contactInfo{
        padding-left: 2em;
        display: block;
    }
    
    .customShowDisplayOption{
        width: 50%;
        display: inline;
    }
    
    .icon-2x {
        font-size: 2em;
    }