body{
    margin:0;
    padding:0;
    font-weight: 900;
    color:white;
}

.scoreitem{
    margin:5px;
    background-color: black;
    width:320px;
    border: 3px solid #777;
    /* border-radius: 5px; */
}

.title{
    display:flex;
    font-size: 14px;
    border-bottom: 3px solid #777;
    padding:0px 2px 0px 2px;
    min-height: 30px;
    background-color: #8F70AE;
}

.title .setnum{
    width:40px;
}

.group{
    flex-grow: 1;
    text-align: center;
}

.content{
    font-family: '微軟正黑體';
    padding:5px;
    display:flex;
    justify-content: center;
    align-items: center;
}

.teama{
    border-bottom: 3px solid #777;
}

.team{
    display:flex;
    width:100%;
    /* padding:5px 10px; */
    font-size: 18px;
    min-height: 60px;
    flex-grow: 1;
}

.team .info{
    flex-grow:1;
}

.team .info .content{
    justify-content: start;
}

.set, .score{
    display: flex;
    justify-content: center;
    align-items: center;
    width:30px;
    font-size: 24px;
}

.set{
    border-left:3px solid #777;
    border-right:3px solid #777;
}

.courtsarea{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}