﻿.tournamentTicker-main { display: flex; height: 100%; background-color: #ebebeb; }
    .tournamentTicker-main .fullResults { padding: 10px 0px 10px 15px; text-align: center; border-right: 1px solid #007139; }
        .tournamentTicker-main .fullResults a { font: normal normal bold 16px/12px Zilla Slab; color: #007139; text-decoration: none; }
            .tournamentTicker-main .fullResults a:hover { text-decoration: underline; }

.tournamentTicker .header { background-color: #ebebeb; padding: 10px 16px; border-bottom: 1px solid #007139; line-height: 22px; }

    .tournamentTicker .header .dropdown-toggle { padding: 10px; margin: -10px; }

.tournamentTicker .arrow { width: 5%; text-align: center; z-index: 10; }
    .tournamentTicker .arrow .glyphicon { color: #007139; font-size: 18px; margin-top: 28px; }

.tournamentTicker .clipped { width: 100%; background-color: #fff; display: flex; overflow: hidden; }

    .tournamentTicker .clipped .scrollable { position: relative; width: 90%; z-index: 5; cursor: pointer; }
        .tournamentTicker .clipped .scrollable .inner { display: flex; height: 100%; align-items: stretch; }
        .tournamentTicker .clipped .scrollable .item { padding: 20px 12px; border-left: 1px solid #EBEBEB; white-space: nowrap; }

            .tournamentTicker .clipped .scrollable .item.highlight { background-color: #EBEBEB; }
            .tournamentTicker .clipped .scrollable .item.winner-green { background-color: #007139; color: #fff; }
            .tournamentTicker .clipped .scrollable .item.winner-blue { background-color: #2a5baa; color: #fff; }

            .tournamentTicker .clipped .scrollable .item .ordinal { font: normal normal bold 14px/4px Poppins; }
            .tournamentTicker .clipped .scrollable .item .name { font: normal normal 600 14px/28px Poppins; color: #314FA0; }
            .tournamentTicker .clipped .scrollable .item .thru { font: normal normal 600 12px/28px Poppins; color: #314FA0; text-align: center; }
            .tournamentTicker .clipped .scrollable .item.winner-green .name { color: #fff; }
            .tournamentTicker .clipped .scrollable .item.winner-blue .name { color: #fff; }

            .tournamentTicker .clipped .scrollable .item .name .score { font: normal normal bold 12px/12px Arial; color: #000000; }
            .tournamentTicker .clipped .scrollable .item .round { font: normal normal bold 12px/8px Poppins; }

.tournamentTicker .arrow-left { border-right: 1px solid #007139; display: none; }
.tournamentTicker .arrow-right { border-left: 1px solid #007139; }

.tournamentTicker .announcement { background-color: #ebebeb; padding: 10px 16px; border-top: 1px solid #007139; line-height: 22px; }

.tournamentTicker-portal { padding: 22px 15px; border: 1px solid #007139; }

@media (max-width: 768px) {
}
