.jqgroup.read-write {
    cursor: default
}

    .jqgroup.read-write .match {
        /*cursor: move*/
    }

        .jqgroup.read-write .match:hover {
            /*background-color: #ccc*/
            background-color: #555863
        }

    .jqgroup.read-write .rounds .round {
        padding-bottom: 10px;
        color:black;
        
    }

        .jqgroup.read-write .rounds .round:first-child {
            /*background-color: #f99*/
        }

            .jqgroup.read-write .rounds .round:first-child .match {
                background-color: #FF007D
            }

                .jqgroup.read-write .rounds .round:first-child .match .team {
                    border-color: #faa
                }

    .jqgroup.read-write .standings table td:first-child {
        text-align : left;
        padding-left: 2em;
        /*padding: 0*/
    }

        .jqgroup.read-write .standings table td:first-child:hover:before {
            color: #333;
            font-size: 1em;
            content: "\0270E";
            position: absolute;
            left: -1em
        }

    .jqgroup.read-write .rounds input[type=text].score:focus, .jqgroup.read-write .standings input[type=text]:focus {
        text-decoration: none;
        background-color: #fff;
        border: 0px solid #000;
        color: #000
    }

    .jqgroup.read-write .rounds input[type=text].score.conflict, .jqgroup.read-write .rounds input[type=text].score.add.conflict, .jqgroup.read-write .standings input[type=text].conflict, .jqgroup.read-write .standings input[type=text].add.conflict {
        background-color: #900;
        color: #000
    }

.jqgroup {
    font-family: Arial;
    font-size: 14px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box
}

    .jqgroup input {
        box-sizing: border-box;
        height: 2.75em
    }

    .jqgroup .standings {
        white-space: nowrap;
        overflow: hidden;
        margin-top:25px;
    }

        .jqgroup .standings table {
            /*border-spacing: 1px;*/
            border-collapse:separate;
            border:none;
            border-spacing: 0 10px;
            width: 100%;
            
        }

            .jqgroup .standings table td {
                padding: 10px;
                /*text-align: center;*/
                background: #383C47;
                color: #ffF;
            }
            .jqgroup .standings table th {
                padding: 10px;
                text-align: center;
                background: #555863;
                color: #ffF;
            }


                .jqgroup .standings table td:nth-child(6) {
                    cursor: help
                }

                    .jqgroup .standings table td:nth-child(6):hover {
                        background-color: rgba(255,255,255,.6)
                    }

            .jqgroup .standings table td:first-child {
                position: relative;
                padding-left: 2em;
            }

                .jqgroup .standings table td:first-child, th:first-child {
                    border-radius: 10px 0 0 10px;
                    margin-top:5px;
                }
            .jqgroup .standings table td:last-child, th:last-child {
                margin-top: 5px;
                border-radius: 0 10px 10px 0;
            }


        .jqgroup .standings input[type=submit] {
            width: 100%
        }

        .jqgroup .standings input[type=text] {
            margin: 0;
            padding: 3px;
            border: 0;
            width: 100%;
            background-color: transparent;
            color:azure;

        }

            .jqgroup .standings input[type=text].add {
                border: 1px solid #000
            }

        .jqgroup .standings td:not(:first-child) {
            text-align: center;
            /*background-color: rgba(255,255,255,.3)*/
        }

        .jqgroup .standings th:first-child {
            background: #555863;
            text-align: left;
            padding-left: 2em;
        }

        .jqgroup .standings td {
            /*border-top: 1px solid #ddd*/
        }

        .jqgroup .standings .drop {
            /*cursor: pointer;*/
            background-color: #fee
        }

            .jqgroup .standings .drop:hover {
                background-color: red
            }

    .jqgroup .rounds {
        border: none;
        border-spacing: 0 5px;
        background: #272a33;
        color: #ffF;
        /*background-color: #ddd;*/
        /*border-top: 1px solid #999;*/
        float: left;
        width: 100%
    }

    .jqgroup .roundsHeader {
        cursor: pointer;
        padding: 16px;
        font-size: 15px;
        font-weight: bold;
    }

        .jqgroup .roundsHeader:hover {
            text-decoration: underline
        }

    .jqgroup .unassigned {
        background-color: #aaa
    }

    .jqgroup .participant {
        background-color: #eee
    }

    .jqgroup .match {
        border: none;
        border-spacing: 0 5px;
        border-radius: 8px;
        background: #383C47;
        margin-top: 5px;
        height: 2.75em;
        color: #ffF;
        /* background-color: #ddd; */
        min-width: 50px;
        float: left;
        clear: both;
        width: 100%;
    }

        .jqgroup .match:nth-child(n+3) div.team {
            /*border-top: 1px solid #ccc*/
        }

            .jqgroup .match:nth-child(n+3) div.team.highlight {
                /*border-color: #0b0*/
            }

        .jqgroup .match div.team {
            float: left;
            width: 50%
        }

        .jqgroup .match .score, .jqgroup .match div.label {
            box-sizing: border-box;
            padding: 3px;
            float: left
        }

        .jqgroup .match .score {
            padding:10px;
            font-size: 14px;
            height: 2.75em;
            width: 29.9%;
            border: 0;
            text-align: center;
            /*background-color: rgba(255,255,255,.3)*/
            background-color: #ff007d;
            color:white;
            /*font-weight:bold*/
        }

            .jqgroup .match .score.win {
                /*color: #060*/

                color: #fff
            }

            .jqgroup .match .score.lose {
                /*color: #900*/
                color: #fff
            }

        .jqgroup .match div.label {
            height: 2.75em;
            padding: 8px;
            display: inline-block;
            white-space: nowrap;
            overflow: hidden;
            width: 70%;
            /*color:black;*/
        }

    .jqgroup .round {
        width: 100%;
        float: left;
        clear: both
    }

        .jqgroup .round:nth-child(n+3) {
            margin-top: 10px
        }

        .jqgroup .round.droppable {
            /*background-color: #8c8*/
            /*background-color: #f2fff2*/
        }

            .jqgroup .round.droppable .match {
                opacity: .5
            }

            .jqgroup .round.droppable.over {
                /*background-color: #8f8*/
                border-radius: 8px;
                background-color: #555863
            }

    .jqgroup [data-roundid="0"] {
        display: none
    }

    .jqgroup header {
        padding: 0 2px;
        font-size: 13px;
        display: block;
        text-align: center;
        color:#fff;

    }

    .jqgroup .highlight {
        /*background-color: #3c0*/
        border-radius: 5px;
        background-color: #FF007D
    }
