.charttree a {
    color: #fff;
}

    .charttree a:hover {
        color: #00E68B;
    }

.charttree ul {
    padding: 0px 1px;
    margin: 0 auto;
    list-style: none;
    display: flex;
    flex-flow: nowrap;
    width: 100%;
}

    .charttree ul li {
        flex: 1;
        margin-bottom: 40px;
        position: relative;
    }

        .charttree ul li li {
            flex: 2;
        }

        .charttree ul li li {
            flex: 3;
            padding: 0px 6px;
        }

.charttree .parent {
    width: 180px;
    height: 158px;
    margin: 0 auto;
    box-shadow: 0 15px 15px -15px #2C3E50;
    background: #103544;
    border: 1px solid #0F3443;
}

.left-right-match {
    margin: 0;
}

    .left-right-match table {
        padding: 5px;
    }

        .left-right-match table tbody tr td {
            background: #0F3443;
            text-align: center;
            padding: 5px;
            border: 1px solid #ffffff !important;
        }

        .left-right-match table thead tr th {
            background: #0F3443;
            border: 1px solid #ffffff !important;
            text-align: center;
            padding: 5px;
            font-weight: 900;
            text-transform: uppercase;
        }

.charttree .parent .date {
    text-align: center;
    font-weight: 400;
    color: #111111;
    font-size: 14px;
    font-style: italic;
    background: #ffffff;
}

.charttree .parent div {
    font-size: 15px;
    font-weight: 700;
    display: block;
    color: #ddd;
    background: #0F3443;
    padding: 3px 8px 7px 8px;
    vertical-align: middle;
}

    .charttree .parent div img {
        margin-right: 10px;
    }

.charttree .parent .direct-sponsor {
    text-align: center;
    font-weight: 400;
    color: #111111;
    font-size: 14px;
    font-style: italic;
    background: #ffffff;
    padding: 0px 0px 7px 0px;
}

.charttree .child1 {
    width: 225px;
    height: 380px;
    margin: 0 auto;
    box-shadow: 0 15px 15px -15px #2C3E50;
    background: #103544;
    padding-left: 0;
    padding-right: 0;
}

    .charttree .child1 div img {
        margin-right: 10px;
    }

    .charttree .child1 div {
        font-size: 12px;
        font-weight: 700;
        display: block;
        color: #ddd;
        background: #0F3443;
        padding: 3px 8px 7px 8px;
        vertical-align: middle;
    }

    .charttree .child1 .date {
        text-align: center;
        font-weight: 400;
        color: #111111;
        font-size: 14px;
        font-style: italic;
        background: #ffffff;
    }

    .charttree .child1 .direct-sponsor {
        text-align: center;
        font-weight: 400;
        color: #111111;
        font-size: 14px;
        font-style: italic;
        background: #ffffff;
        padding: 0px 0px 7px 0px;
    }

.charttree .child2 {
    width: 180px;
    margin: 0 auto;
    box-shadow: 0 15px 15px -15px #2C3E50;
    background: #ffffff;
    border: 1px solid #0F3443;
    height: auto;
}

    .charttree .child2 span img {
        margin-right: 10px;
    }

    .charttree .child2 span {
        font-size: 15px;
        font-weight: 700;
        display: block;
        padding: 10px 22px;
        border: 1px solid #0F3443;
    }

.verticalConnectorShort {
    width: 50%;
    border-right: solid 2px #0F3443;
    height: 20px;
}

.verticalConnectorShort2 {
    width: 50%;
    border-right: solid 2px #0F3443;
    height: 20px;
}

.horizontalConnectorShort {
    width: 50%;
    text-align: center;
    border-bottom: solid 2px #0F3443;
    margin: 0 auto;
}

.horizontalConnectorShortchild {
    width: 80%;
    text-align: center;
    border-bottom: solid 2px #0F3443;
    margin: 0 auto;
}

.table-sponsor {
    padding: 30px;
    text-align: left;
}

.explain-label {
    margin: 20px 20px;
}

    .explain-label span {
        font-size: 14px;
    }

.control-hierachy {
    text-align: center;
    margin: 30px 20px;
}

.thumb-hierachy {
    float: left;
}

    .thumb-hierachy img {
        display: block;
    }

.content-hierachy {
    margin-left: 50px;
}

.btn-white {
    background-color: #ffffff;
    color: #4c5667;
}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity,transform;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
