.ogroobox{
    display: none;
}
.modalbox {
    min-width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(81, 51, 51, 0.5);
    z-index: 99999;
    pointer-events: auto;
    display:none;
    overflow-y:auto;
    -webkit-overflow-scrolling: touch;
}
.modalbox >.dialog {
    max-width: 100%;
    position: relative;
    top: 10px;
    margin: 5% 5%;
    padding: 5px 20px 13px 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 0 10px #000000;
    -moz-box-shadow: 0 0 10px #000000;
    -webkit-box-shadow: 0 0 10px #000000;
    display: block;
    pointer-events: auto;
}

.closebutton {
    float: right;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    border: 0px;
    background-color: white;
    z-index: 9999;
    cursor: pointer;
}

table.score_table {
    width: 100%;
    margin-top: 20px;
}

.score_table th {
    background-color: #f10f22;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}

.score_table td {
    text-align: center;
    padding: 10px;
}

tr.head-title {
    border-bottom: 1px white solid;
}