.result-line
{
    cursor: pointer;
}
.result-line:hover{
    background-color: #fff0ed;
}

.ssr-row-user {
    padding: 10px;
}

.players{
    border-style: dashed;
    border-width: thin;
    border-color: #6c757d;
}
.player1
{
    border-bottom-style: dashed;
    border-width: thin;
    border-color: #6c757d;
    border-right-style: dashed;
}
.player2
{
    border-bottom-style: dashed;
    border-width: thin;
    border-color: #6c757d;
}
.player3
{
    border-width: thin;
    border-color: #6c757d;
    border-right-style: dashed;
}
.ssr-match-body-user-img{
    max-width: 50px;
    min-width: 50px;
    min-height: 50px;
    max-height: 50px;
    border-radius: 50%!important;
}
.section {
    margin-top: 10px;
}
.form-control.form-result
{
    font-size: 80%;
}
.team-name
{
    font-size: 70%;
    width: 180px;
}
.ssr-match-body-user-img
{
    cursor: move;
}
.ssr-match-body-user-img.over {
    border: 3px dotted #666;
}
.fa-trophy, .fa-circle-question, .fa-ban
{
    margin-left: 10px;
}

.alert-success, .alert-danger, .alert{
    display:none;
    cursor: pointer;
}
.fa-circle-question, .fa-trophy.loser
{
    color: #ff6300;
}
.hide{
    display: none !important;
}