/* .passwordOutsidePluginHolder{
    display:flex !important; 
    flex-direction:column; 
    align-items:flex-start;
} */

/* .passwordOutsideForm{
       display:flex !important; 
        flex-direction:column; 
        align-items:flex-start;
} */

.passwordOutsideInputArea{
    display:flex !important;
    flex-direction:row;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
}

.inputPasswordOutside {
    height:2em; 
    margin:0; 
    padding:0 1em !important;
}

.btnModuleStart, .btnPasswordOutside{
    height:2em; 
    margin:0; 
    padding:0 1em !important;
}

#h5pscoretracker_shortcode_wrapper{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.h5pscoretracker_shortcode_table {
    border-collapse: collapse;
    border: 1px solid #bebebe;
    font-size:medium;
    max-width:800px;
}

.h5pscoretracker_shortcode_table th, .h5pscoretracker_shortcode_table td {
    border: 1px solid #bebebe;
} 


.h5pscoretracker_shortcode_table th{
    background-color: #d1d1d1;
    color:black;
    text-align: center;
}

.h5pscoretracker_shortcode_table td{
    text-align: center;
    word-wrap:break-word
}


.h5pscoretracker_shortcode_sum_row{
    background-color: #c5cbd4;
    color: rgb(15, 15, 15);
}
.h5pscoretracker_shortcode_footer{
    width: 800px; /* Important */
    font-size:0.9em;
    text-align: left;
    border: 0px;
}

#h5p_score_tracker_download_pdf{
    width: 30%;
}

#h5pscoretracker_certificate_holder{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#h5p_score_tracker_download_certificate{
    width:30%;
}