﻿body {
}



/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    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.6); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: transparent;  /*#fefefe;*/
    margin: 2% auto; /* 15% from the top and centered */
    /*padding: 20px;*/
 
    border: none;
    /*width: 50%;*/ /* Could be more or less, depending on screen size */
    box-shadow:none;
    /*max-height:100%!important;
    max-width:100%!important;*/

}
.modal-content-small {
    background-color: transparent; /*#fefefe;*/
    margin: 15% auto; /* 15% from the top and centered */
    /*padding: 20px;*/
    border: none;
    /*width: 50%;*/ /* Could be more or less, depending on screen size */
    box-shadow: none;
    /*max-height:100%!important;
    max-width:100%!important;*/
}

svg{max-height:100%!important;
    max-width:100%!important;
}

/* The Close Button */
.modalclose {
    color: #929497!important;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.modalclose:hover,
.modalclose:focus {
    color: red!important;
    text-decoration: none;
    cursor: pointer;
}

.modaltable {
    background-color: #fefefe;
    width:auto;
   border-radius:5px!important; 
}

    .modaltable td {
         padding:5px;
    }

.modalHeader {
    font-size:25px;
    border-top-right-radius:5px!important;
    border-top-left-radius:5px!important;
}

.scoreButtonModal, .dowloadButton {
border:none;
background-color:transparent;
}