.shortcode_diagonistic_wrapper {
    color: #333;
}
.mob_show {
    display: none;
}
.mob_show img{
    max-width: 100%;
    border-radius: 10px;
}
@media screen and (max-width: 500px) {
    .mob_hide {display: none !important;}
    .mob_show {display: block !important;}
    .mob_show h3 {font-size: 0.86rem;font-weight: bold;}
    .mob_show h2 {font-size: 1.25em;line-height: 1.2em;margin-bottom: 20px;margin-top: 0;padding: 0;}
}

.lvm_button{
    font-size: 20px !important;
    line-height: 1.2em !important;;
    font-weight: bold !important;;
    text-transform: uppercase;
    box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.1);
    padding: 15px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    color: #FFF !important;
    margin: 20px 15px 0px 0px !important;;
    background-color: #3C4F83 !important;;
    border-color:#3C4F83 !important;;
    border-radius: 50px 50px 50px 50px !important;;
    padding: 10px 30px 10px 30px !important;;
    cursor: pointer;
}


 .chart_table td {
     border-bottom: 1px solid #c8cfe3;
     border-right: 1px solid #c8cfe3;
     vertical-align: bottom !important;
 }
 .chart_table td.noborder{
    background:white;
 }
 .chart_table {
     border-left: 1px solid #c8cfe3;
     border-top: 1px solid #c8cfe3;
     font-size: 10px;

 }
 .chart_table td > table {
    margin-block-end: 0px !important;
 }
 .result_value_2 {
     background-color: #363466 !important;;;
     height: 22px !important;;;
     padding: 10px 0;
     width: 15px;
 }
 .result_value_1 {
     background-color: #363466 !important;
     height: 11px !important;;
     padding: 5px 0;
     width: 15px;
 }

  .tbl_scores {
     border-left: 1px solid #c8cfe3;
     border-top: 1px solid #c8cfe3;
     font-size: 14px;
 }
 .tbl_scores {
     font-size: 14px;
 }
 .tbl_scores td {
     border-bottom: 1px solid #c8cfe3;
     border-right: 1px solid #c8cfe3;
     padding: 4px;
 }
 .results-h3{
        font-size: 25px;
 }
#quiz_page_7 td{   
    background:white;
 }