.titlegames {
    align-items: center;
    position: relative;
    background-color: #5b7750;
    color: #6f8caa;
    font-size: 11px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    overflow: hidden;
    display: flex;
    width: 100%;
    justify-content: space-between
}
.figleaguelogo {
    flex-shrink: 0;
    padding: 7px 10px 7px 15px;
    margin: 0 8px 0 -5px;
    box-shadow: 3px 0 0 0 #f1f1f1;
}
.imgleaguelogo {
    height: 16px !important;
    width: 16px !important
}
.leaguename {
    width: 100%;
    display: block;
    font-weight: 500;
    color: #506477;
    padding-left: 5px;
    padding-right: 2px;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis

}
.leaguenametitle {
    display: block;
    font-weight: 500;
    color: #506477;
    padding-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px
}
.event-fixtures {
    margin-top: 4px;
    margin-bottom: 4px;
    width: 100%;
    background: #fff
}

.event-fixtures:hover {
    background: #f7fbff
}
.linkgames {
    width: 100%;
    display: flex;
    height: 36px;
    align-items: center
}
.timediv {
    width: 9%;
    min-width: 9%;
    text-align: center;
    color: #666;
    border-right: 1px solid #eee;
    line-height: 30px
}

.timediv time {
    color: #000;
    font-weight: bold;
}

.homediv {
    width: 37%;
    min-width: 37%;
    text-align: right;
    vertical-align: middle;
    line-height: 30px;
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
    color: #444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
.homespan {
    padding-left: 3px;
    color:#666
}
.vsdiv {
    width: 6%;
    min-width: 6%;
    line-height: 30px;
    text-align: center
}
.otherin {
    background-color: #5b7750;
    color: #fff;
    display: inline-block;
    font-size: 9px;
    line-height: 16px;
    padding: 0 4px;
    text-transform: uppercase;
}
.awaydiv {
    width: 37%;
    min-width: 37%;
    text-align: left;
    vertical-align: middle;
    border-right: 1px solid #eee;
    line-height: 30px;
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
    color: #444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
.awayspan {
    padding-right: 3px;
    color:#666
}
.tipdiv {
    width: 11%;
    min-width: 11%;
    color: #3a789b;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    line-height: 30px;
    text-align: -webkit-center;
    display: flex;
    align-items: center;
    justify-content: center
}

.tipdiv span {
    border: 1px solid #506477;
    color:#506477;
    border-radius: 50%;
    padding: 4px 9px !important;
    line-height: normal;
    box-shadow: 0 2px 3px #aaa;
}

@media screen and (max-width:600px) {
    .timediv {
        font-size: 11px
    }
}
@media screen and (max-width:500px) {
    .timediv {
        width: 10%;
        min-width: 10%
    }
    .homediv {
        width: 33%;
        min-width: 33%;
        font-size: 12px
    }
    .vsdiv {
        width: 8%;
        min-width: 8%
    }
    .awaydiv {
        width: 33%;
        min-width: 33%;
        font-size: 12px
    }
    .tipdiv {
        width: 16%;
        min-width: 16%;
        font-size: 14px
    }
}
@media screen and (max-width:349px) {
    .timediv {
        width: 12%;
        min-width: 12%
    }
    .homediv {
        width: 32%;
        min-width: 32%
    }
    .vsdiv {
        width: 8%;
        min-width: 8%
    }
    .otherin {
        padding: 0 3px
    }
    .awaydiv {
        width: 32%;
        min-width: 32%
    }
    .tipdiv {
        width: 16%;
        min-width: 16%;
        font-size: 13px
    }
}
