.minute {
    -webkit-animation: blink 1s linear infinite;
    animation: blink 1s linear infinite;
}
@-webkit-keyframes blink {
    50% { color: rgb(255, 0, 0); }
    51% { color: rgba(255, 0, 0, 0); }
    100% { color: rgba(255, 0, 0, 0); }
}
@keyframes blink {
    50% { color: rgb(255, 0, 0); }
    51% { color: rgba(255, 0, 0, 0); }
    100% { color: rgba(255, 0, 0, 0); }
}
.content .table-panel .tab-content .tab-pane .match {
    border-bottom: 2px solid white;
	border-left: 2px solid white;
	border-right: 2px solid white;
}
.content .table-panel .tab-content .tab-pane .match .match-event {
	border-left: none !important;
	border-right: none !important;
}

.content .table-panel .tab-content .tab-pane .matches {
    border-bottom: none !important;
}
.content .table-panel .tab-content .tab-pane .match .title {
    min-height: 33px;
	margin-left: -2px;
	margin-right: -2px;
}
.logo-bookmaker {
    background: url(../img/bookmaker-logo-75-16.png) no-repeat;
}
.bookmaker-red {
    color: #c21018 !important;
}
.c_score {
    display: inline-block;
    padding: 0 5px;
    border-radius: 3px;
    background-color: #a71a1f;
    background-image: linear-gradient(to top,#a71a1f 0,#d32127 100%);
    margin-left: 5px;
    color: #fff;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 5px;
}
.for-active-bg {
    display: inline-block;
    background-color: #feb02a;
    border-radius: 3px;
    padding: 0 3px;
}
.header .main-menu .nav li a {
    font-size: 11px;
}