.image-maindiv{
    background-image: url(/image/background-image-killboard.jpeg);
    background-repeat: repeat;
    height: auto;
}
.flex-row{
    display: flex;
    flex-direction: row;
}
.flex-column{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.flex-vertical-center{
    align-items: center;
}
.info{
    color: var(--green);
    font-size: 0.7rem;
    font-weight: bold;
    margin: 0;
}
.image-maindiv-list{
    min-height: 100%;
    height: auto;
}
span:hover {
    opacity: 0.7;
}
hr{
    border: 1px solid var(--border);
}
a{
    color: var(--red);
    text-decoration: none;
}
table{
    width: 100%;
    white-space: nowrap;
    border-collapse: collapse;
    font-size: 10px;
    box-shadow: 0 0 8px var(--black);
}
td {
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 5px 2px 5px;
}
th{
    width: 5vw;
    padding: 5px 0px 5px 0px;
}
tbody tr:hover{
    cursor:pointer;
    opacity:0.8;
}
table tbody tr:last-child td{
    border-bottom: 0;
}
.content-body-item-userGroup{
    display: flex;
    flex-direction: column;
    padding: 0 3em;
}
#userId{
    width: 500px;
}
.content-body-items{
    width: 1500px;
}
.flex-row{
    display:flex;
    flex-direction: row;
    column-gap: 15px;

}
.biggest-table{
    text-align: left;
    font-size: 10px;
    opacity: 0.85;
    width: 100%;
    white-space: normal;
}
.biggest-table thead tr th{
    padding: 10px;
}
/*.biggest-table tbody tr td{*/
/*}*/
.biggest-table thead tr th{
    text-align: center;
}
.biggest-table tbody tr td:nth-child(1){
    text-align: center;
}
.biggest-table tbody tr td:nth-child(2){
    text-align: center;
}
.biggest-table tbody tr td:nth-child(3){
    text-align: right;
}
.biggest-table tbody tr td:nth-child(4){
    text-align: center;
}
.biggest-table tbody tr td:nth-child(5){
    text-align: right;
}
.killIcon{
    display: inline-block;
    font-size: 16px;
    transform: rotate(44deg);
}
.grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.biggest-table tbody tr img{
    width: 35px;
    height: 35px;
}
.countTable{
    font-size: 10px;
    width:100%;
    box-shadow: 0 0 8px var(--black);
}
.countTable thead tr th{
    padding: 10px 5px 10px 5px;
}
.countTable thead tr th, .countTable tbody tr td{
    font-size: 10px;
}
.countTable tbody tr td:first-child{
    font-size: 12px;
}
.countTable tbody tr td{
    padding: 2px 5px 2px 5px;
}
.c-col01{
    width:10%;
}
.c-col02{
    width:70%;
}
.c-col03{
    width:10%;
}
.c-col04{
    width:10%;
}
.padding-top{
    padding-top: 15px;
}
.content-body-item-userGroup-userId{
    opacity: 0.5;
    padding: 0.5vw 0.5vw;
    margin-bottom: 10%;
    color: var(--sub-color);
    font-weight: bold;
}
.content-body-item-userGroup-userId:hover{
    opacity: 1;
}
#userList{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000000ab;
    z-index: 1;
}
.popUp{
    position: absolute;
    color: var(--table-main-text-color);
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background: var(--main-color);
    border: 2px solid var(--sub-color);
}
#divTables{
    margin-top: 1em;
}
caption {
    font-weight: bold;
    margin-bottom: 1vw;
}
.warningMsg{
    color : red;
    font-size:10px;
    font-weight: bold;
}
.infoMsg{
    color : #2A6FDE;
    font-size:10px;
    font-weight: bold;
}
.participants {
  position: relative;
  display: inline-block;
}
.participants .participant {
    visibility: hidden;
    width: 150px;
    text-align: center;
    border: 2px solid var(--sub-color);
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 115%;
}
.participants .participant a{
    display: block;
}
.participants .participant::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 100%;
    margin-top: -5px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent var(--sub-color) transparent transparent;
}
.participants:hover .participant {
  visibility: visible;
}
.participants-div:hover .participant{
    opacity: 0.9;
    visibility: visible;
}
.back-div{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 98%;
    margin-left: 10px;
    padding-top: 15px;
}
.btn-back{
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    width: 130px;
    padding: 8px;
    color: var(--sub-color);
    background-color: var(--main-color);
    border: 1px solid var(--border);
    border-radius: 5px;
}
.btn-back:hover{
    opacity: 0.4;
}
.left{
    float:left;
    padding-bottom: 10px;
}
.biggest-col00{
    width: 6%;
}
.biggest-col01{
    width: 5%;
}
.biggest-col02{
    width: 10%;
}
.biggest-col03{
    width: 20%;
}
.biggest-col04{
    width: 10%;
}
.biggest-col05{
    width: 20%;
}
.allyName, .guildName{
    font-size: 9px;
}
.box{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    text-align: left;
    margin: 15px 0px;
}
.box-item{
    padding: 10px;
    font-size : 12px;
    display:flex;
    flex-direction: column;
    width: 100%;
    border: 1px solid var(--border);
    border-radius: 8px;
    box-shadow: 0 0 10px 0px var(--border);
}
.item-title{
    font-size: 16px;
}
.box-item p{
    margin-top: 0;
}
.box-item span{
    color: var(--bg-text);
    float: left;
}
.box-item span span{
    color: var(--lightblue);
    float: right;
}
.col01{
    width: 6%;
}
.col02{
    width: 10%
}
.col03{
    width: 37%;
}
.col04{
    width: 6%;
}
.col05{
    width: 37%;
}
.name{
    width: 50%;
}
.items{
    width: 50%;
}
.userLink{
    cursor: pointer;
}
.userLink:hover{
    opacity: 0.7;
}
@media screen and (max-width: 1024px) {
    .flex-row{
        flex-wrap: wrap;
    }
    .sub-title{
        margin: 0
    }
    .centered{
        width: 100%;
    }
    .content-body-items{
        width: 100%;
    }
    .allyName, .guildName,{
        font-size: 12px;
    }
    .info{
        font-size: 1.1rem;
    }
    td{
        padding: 20px 10px;
        font-size: 14px;
    }
    #contentTitle{
        font-size: 40px;
    }
    .content-body-items{
        font-size: 26px;
    }
    .warningMsg, .infoMsg{
        font-size: 14px;
    }
    .divTables, table{
        font-size: 13px;
    }
/*    #killTable, #deathTable {
        white-space: normal;
    }*/
    .participants .participant{
        left: -175px;
        background-color: var(--sub-color);
        opacity: 1;
        z-index: 1;
    }
    .participants .participant a{
        color: var(--main-color);
    }
    .participants .participant::after{
        right: -10%;
        margin-top: -5px;
        border-width: 7px;
        border-color: transparent transparent transparent var(--sub-color);
    }
    .btn-back{
        font-size: 18px;
        padding: 15px 35px;
        margin-left: 10px;
    }
    .biggest-table{
        width: 100%;
        white-space: normal;
    }
}