.nu-warning{
    text-align: center;
    border: 2px solid red;
    background: #fff;
    padding: 1rem;
    margin: 1rem 0;
}

.picto-pdf {
    cursor: pointer;
    position: relative;
    background-image: url(../img/PDF_file_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 26px;
    line-height: 0;
    right: -16px;
    width: 30px;
    height: 30px;
    float: left
}

h2.nu-title {
    font-size: 42px;
    color: #ffffff;
    z-index: 9;
    position: absolute;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -15px;
    width: 100%;
    text-align: center;
}

h2.nu-title span {
    font-size: 20px;
    color: #ffffff;
    z-index: 9;
    position: absolute;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -30px;
    width: 100%;
    text-align: center;
}

h2.nu-title:after {
    position: absolute;
    content: "";
    left: 30px;
    right: 0;
    top: 25px;
    border-bottom: 1px solid #ffffff;
    width: 27%;
}

h2.nu-title:before {
    position: absolute;
    content: "";
    right: 30px;
    top: 25px;
    border-bottom: 1px solid #ffffff;
    width: 27%;
}

.nu-buttom {
    margin-top: 5px;
    position: relative;
    width: 100%;
}

.nu-buttom:after {
    position: absolute;
    content: "";
    left: 30px;
    right: 30px;
    bottom: 0;
    border-bottom: 1px solid #ffffff;
    width: auto;
}

/*************** nuSingleGroupTable **************** */
.nuSingleGroupTable {
    width: 100%;
    background: #f6f6f6;
}

.nuSingleGroupTable > table.result-set {
    width: 100%;
}

.nuSingleGroupTable > table.result-set thead tr th {
    background: #1b248d;
    color: #ffffff;
    padding: 3px 5px;
    text-align: center;
}

.nuSingleGroupTable > table.result-set thead tr th:nth-child(2) {
    text-align: left;
}

.nuSingleGroupTable > table.result-set thead {
    background: #f9f9f9;
    width: 100%;
}

.nuSingleGroupTable > table.result-set tbody {
    width: 100%;
}

.nuSingleGroupTable > table.result-set tbody tr {
    width: 100%;
    border-bottom: 1px solid #cccccc;
}

.nuSingleGroupTable > table.result-set tbody tr:last-of-type {
    border-bottom: none;
}

.nuSingleGroupTable > table.result-set tbody tr td {
    padding: 2px 5px;
    text-align: center;
}

.nuSingleGroupTable > table.result-set tbody tr td strong {
    color: #1b248d;
}

.nuSingleGroupTable > table.result-set tbody tr td:nth-child(2) {
    text-align: left;
}

/*************** nuSingleGroupTableWidget **************** */
.nuSingleGroupTableWidget {
    width: 100%;
    background: #f6f6f6;
}

.nuSingleGroupTableWidget > table.result-set {
    width: 100%;
    margin: 0;
}

.nuSingleGroupTableWidget > table.result-set thead tr th {
    background: #1b248d;
    color: #ffffff;
    padding: 3px 5px;
    text-align: center;
}

.nuSingleGroupTableWidget > table.result-set thead tr th:nth-child(2) {
    text-align: left;
}

.nuSingleGroupTableWidget > table.result-set thead {
    background: #f9f9f9;
    width: 100%;
}

.nuSingleGroupTableWidget > table.result-set tbody {
    width: 100%;
}

.nuSingleGroupTableWidget > table.result-set tbody tr {
    width: 100%;
    border-bottom: 1px solid #cccccc;
    font-size: 12px;
    font-weight: 700;
}

.nuSingleGroupTableWidget > table.result-set tbody tr:last-of-type {
    border-bottom: none;
}

.nuSingleGroupTableWidget > table.result-set tbody tr td {
    padding: 4px 5px;
    text-align: center;
}

.nuSingleGroupTableWidget > table.result-set tbody tr td strong {
    color: #1b248d;
}

.nuSingleGroupTableWidget > table.result-set tbody tr td:nth-child(2) {
    text-align: left;
}

/*************** nuSingleNextMatches **************** */
.nuSingleNextMatches {
    width: 100%;
}

.nuSingleNextMatches img {
    display: none !important;
}

.nuSingleNextMatches > table.result-set {
    width: 100%;
}

.nuSingleNextMatches > table.result-set tbody tr th {
    background: #1b248d;
    padding: 5px;
    text-align: left;
}

.nuSingleNextMatches > table.result-set tbody tr th:nth-child(1) {
    text-align: center;
}

.nuSingleNextMatches > table.result-set tbody tr th:nth-child(2) {
    text-align: center;
}

.nuSingleNextMatches > table.result-set tbody tr th:nth-child(3) {
    display: none;
}

.nuSingleNextMatches > table.result-set tbody tr th:nth-child(4) {
    padding-left: 25px;
}

.nuSingleNextMatches > table.result-set tbody tr th:nth-child(5) {
    text-align: right;
    padding-right: 10px;
}

.nuSingleNextMatches > table.result-set tbody tr th:nth-child(6), .nuSingleNextMatches > table.result-set tbody tr th:nth-child(7), .nuSingleNextMatches > table.result-set tbody tr th:nth-child(8), .nuSingleNextMatches > table.result-set tbody tr th:nth-child(9) {
    display: none;
}

.nuSingleNextMatches > table.result-set tbody tr td {
    padding: 5px;
    text-align: left;
}

.nuSingleNextMatches > table.result-set tbody tr td:nth-child(1) {
    text-align: center;
}

.nuSingleNextMatches > table.result-set tbody tr td:nth-child(2) {
    text-align: center;
}

.nuSingleNextMatches > table.result-set tbody tr td:nth-child(4) {
    text-align: center;
}

.nuSingleNextMatches > table.result-set tbody tr td:nth-child(5) {
    display: none;
}

.nuSingleNextMatches > table.result-set tbody tr td:nth-child(6) {
    padding-left: 25px;
    position: relative;
}

.nuSingleNextMatches > table.result-set tbody tr td:nth-child(6):after {
    position: absolute;
    font-family: "hb_icons";
    content: '\e848';
    color: #108cb3;
    font-size: 26px;
    line-height: 0;
    right: -16px;
    top: 50%;
}

.nuSingleNextMatches > table.result-set tbody tr td:nth-child(7) {
    text-align: right;
}

.nuSingleNextMatches > table.result-set tbody tr td:nth-child(8), .nuSingleNextMatches > table.result-set tbody tr td:nth-child(9), .nuSingleNextMatches > table.result-set tbody tr td:nth-child(10), .nuSingleNextMatches > table.result-set tbody tr td:nth-child(11) {
    display: none;
}

/*************** nuSingleNextMatches **************** */
.nuResultsLastMatches {
    width: 100%;
}

.nuResultsLastMatches img {
    display: none !important;
}

.nuResultsLastMatches > table.result-set {
    width: 100%;
}

.nuResultsLastMatches > table.result-set tbody tr th {
    background: #1b248d;
    padding: 5px;
    text-align: left;
}

.nuResultsLastMatches > table.result-set tbody tr th:nth-child(1) {
    text-align: center;
}

.nuResultsLastMatches > table.result-set tbody tr th:nth-child(3) {
    display: none;
}

.nuResultsLastMatches > table.result-set tbody tr th:nth-child(4) {
    padding-left: 25px;
}

.nuResultsLastMatches > table.result-set tbody tr th:nth-child(5) {
    text-align: right;
    padding-right: 10px;
}

.nuResultsLastMatches > table.result-set tbody tr th:nth-child(2), .nuResultsLastMatches > table.result-set tbody tr th:nth-child(9) {
    display: none;
}

.nuResultsLastMatches > table.result-set tbody tr td {
    padding: 5px;
    text-align: left;
}

.nuResultsLastMatches > table.result-set tbody tr td:nth-child(1) {
    text-align: center;
}

.nuResultsLastMatches > table.result-set tbody tr td:nth-child(2) {
    text-align: center;
}

.nuResultsLastMatches > table.result-set tbody tr td:nth-child(5) {
    display: none;
}

.nuResultsLastMatches > table.result-set tbody tr td:nth-child(6) {
    padding-left: 25px;
    position: relative;
}

.nuResultsLastMatches > table.result-set tbody tr td:nth-child(6):after {
    position: absolute;
    font-family: "hb_icons";
    content: '\e848';
    color: #108cb3;
    font-size: 26px;
    line-height: 0;
    right: -16px;
    top: 50%;
}

.nuResultsLastMatches > table.result-set tbody tr td:nth-child(7) {
    text-align: right;
}

.nuResultsLastMatches > table.result-set tbody tr td:nth-child(4), .nuResultsLastMatches > table.result-set tbody tr td:nth-child(10), .nuResultsLastMatches > table.result-set tbody tr td:nth-child(11) {
    display: none;
}

/*************** nuResults5MatchesLiga **************** */
.nuResults5MatchesLiga {
    width: 100%;
}

.nuResults5MatchesLiga img {
    display: none !important;
}

.nuResults5MatchesLiga > table.result-set {
    width: 100%;
}

.nuResults5MatchesLiga > table.result-set tbody tr th {
    background: #1b248d;
    padding: 5px;
    text-align: left;
}

.nuResults5MatchesLiga > table.result-set tbody tr th:nth-child(1) {
    text-align: center;
}

.nuResults5MatchesLiga > table.result-set tbody tr th:nth-child(3) {
    display: none;
}

.nuResults5MatchesLiga > table.result-set tbody tr th:nth-child(4) {
    padding-left: 25px;
}

.nuResults5MatchesLiga > table.result-set tbody tr th:nth-child(5) {
    text-align: right;
    padding-right: 10px;
}

.nuResults5MatchesLiga > table.result-set tbody tr th:nth-child(2), .nuResults5MatchesLiga > table.result-set tbody tr th:nth-child(9) {
    display: none;
}

.nuResults5MatchesLiga > table.result-set tbody tr td {
    padding: 5px;
    text-align: left;
}

.nuResults5MatchesLiga > table.result-set tbody tr td:nth-child(1) {
    text-align: center;
}

.nuResults5MatchesLiga > table.result-set tbody tr td:nth-child(2) {
    text-align: center;
}

.nuResults5MatchesLiga > table.result-set tbody tr td:nth-child(5) {
    display: none;
}

.nuResults5MatchesLiga > table.result-set tbody tr td:nth-child(6) {
    padding-left: 25px;
    position: relative;
}

.nuResults5MatchesLiga > table.result-set tbody tr td:nth-child(6):after {
    position: absolute;
    font-family: "hb_icons";
    content: '\e848';
    color: #108cb3;
    font-size: 26px;
    line-height: 0;
    right: -16px;
    top: 50%;
}

.nuResults5MatchesLiga > table.result-set tbody tr td:nth-child(7) {
    text-align: right;
}

.nuResults5MatchesLiga > table.result-set tbody tr td:nth-child(4), .nuResults5MatchesLiga > table.result-set tbody tr td:nth-child(10), .nuResults5MatchesLiga > table.result-set tbody tr td:nth-child(11) {
    display: none;
}

/*************** lastResults5MatchesTeam **************** */
.nuResults5MatchesTeam {
    width: 100%;
}

.nuResults5MatchesTeam .teams {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 30px;
    margin-bottom: 30px;
}

.nuResults5MatchesTeam .teams .home {
    position: relative;
    width: 50%;
    text-align: left;
    padding: 15px;
    font-weight: bold;
    font-size: 20px;;
    background: #1b248d;
    color: #ffffff;
}

.nuResults5MatchesTeam .teams .away {
    position: relative;
    width: 50%;
    text-align: right;
    padding: 15px;
    font-weight: bold;
    font-size: 20px;
    background: #1b248d;
    color: #ffffff;
}

.nuResults5MatchesTeam .teams .result {
    position: absolute;
    margin: 0 auto;
    top: -27%;
    left: 0;
    right: 0;
    width: auto;
    max-width: 200px;
    text-align: center;
    background: #ffffff;
    color: #1b248d;
    padding: 0 0 0 25px;
    z-index: 3;
    line-height: 94px;
    font-weight: bold;
    font-size: 52px;
}

.nuResults5MatchesTeam .dates {
    width: 100%;
    margin: 0 auto 19px auto;
    left: 0;
    right: 0;
    padding: 15px;
}

.nuResults5MatchesTeam .dates .date {
    position: relative;
    text-align: left;
    padding: 0 15px;
    font-weight: bold;
    font-size: 16px;;
    background: #1b248d;
    color: #ffffff;
    float: left;
}

.nuResults5MatchesTeam .dates .time {
    position: relative;
    float: right;
    text-align: right;
    padding: 0 15px;
    font-weight: bold;
    font-size: 16px;;
    background: #1b248d;
    color: #ffffff;
}

/*************** next5MatchesTeam **************** */
.nextMatchesTeam {
    width: 100%;
}

.nextMatchesTeam .teams {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 42px 30px 0 30px;
    margin-bottom: 30px;
}

.nextMatchesTeam .teams .home {
    position: relative;
    width: 33.3333333333333333%;
    text-align: left;
    padding: 15px;
    font-weight: bold;
    font-size: 20px;;
    background: #1b248d;
    color: #ffffff;
    align-self: center;
}

.nextMatchesTeam .teams .away {
    position: relative;
    width: 33.3333333333333333%;
    text-align: right;
    padding: 15px;
    font-weight: bold;
    font-size: 20px;
    background: #1b248d;
    color: #ffffff;
    align-self: center;
}

.nextMatchesTeam .teams .dates {
    width: 33.3333333333333333%;
    text-align: center;
    background: #ffffff;
    color: #1b248d;
    padding: 0;
    z-index: 3;
    font-weight: bold;
    font-size: 52px;
}

.nextMatchesTeam .teams .dates .date {
    position: relative;
    text-align: center;
    padding: 10px 0 0 0;
    font-weight: bold;
    font-size: 34px;
    line-height: 40px;
    float: left;
    width: 100%;
}

.nextMatchesTeam .teams .dates .time {
    position: relative;
    text-align: center;
    padding: 0 0 10px 0;
    font-weight: bold;
    font-size: 26px;
    line-height: 30px;
    float: left;
    width: 100%;
}

.nextMatchesTeam .teams .dates .halle {
    position: relative;
    text-align: center;
    padding: 0 0 10px 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    float: left;
    width: 100%;
}

.nextMatchesTeam .teams .dates .time:after {
    position: relative;
    content: ' Uhr';
}

/**************** OWL STYLE ***************** */
.nuResults5 .owl-nav {
    position: absolute !important;
    top: 33% !important;
    width: 100% !important;
    text-align: center;
    margin-top: 0 !important;
    -webkit-tap-highlight-color: transparent;
}

.nuResults5 .owl-nav button.owl-prev {
    left: 0 !important;
    position: absolute !important;
}

.nuResults5 .owl-nav button.owl-next {
    right: 0 !important;
    position: absolute !important;
}

.nuResults5 .owl-nav button.owl-prev, .nuResults5 .owl-nav button.owl-next {
    color: #ffffff !important;
    font-size: 20px !important;
    margin: 11px 0 !important;
    padding: 5px 10px !important;
    background: #d6d6d6 !important;
    display: inline-block !important;
    cursor: pointer !important;
    border-radius: 0 !important;
}

/**************** OWL STYLE SMALL WIDGET ***************** */
.nuResults5widget .owl-nav {
    position: absolute !important;
    top: 26% !important;
    width: 100% !important;
    text-align: center;
    margin-top: 0 !important;
    -webkit-tap-highlight-color: transparent;
}

.nuResults5widget .owl-nav button.owl-prev {
    left: 0 !important;
    position: absolute !important;
}

.nuResults5widget .owl-nav button.owl-next {
    right: 0 !important;
    position: absolute !important;
}

.nuResults5widget .owl-nav button.owl-prev, .nuResults5widget .owl-nav button.owl-next {
    color: #ffffff !important;
    font-size: 20px !important;
    margin: 11px 0 !important;
    padding: 5px 10px !important;
    background: #d6d6d6 !important;
    display: inline-block !important;
    cursor: pointer !important;
    border-radius: 0 !important;
}

.nuResults5widget {
    margin-top: -46px;
    margin-bottom: 30px;
}

.nuResults5widget .nextMatchesTeam {
    width: 100%;
}

.nuResults5widget .nextMatchesTeam .teams {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 42px 30px 0 30px;
    margin-bottom: 30px;
}

.nuResults5widget .nextMatchesTeam .teams .home {
    position: relative;
    width: 45%;
    text-align: center;
    padding: 5px;
    font-weight: bold;
    font-size: 12px;
    background: #1b248d;
    color: #ffffff;
    align-self: center;
}

.nuResults5widget .nextMatchesTeam .teams .away {
    position: relative;
    width: 45%;
    text-align: center;
    padding: 5px;
    font-weight: bold;
    font-size: 12px;
    background: #1b248d;
    color: #ffffff;
    align-self: center;
}

.nuResults5widget .nextMatchesTeam .teams .versus {
    position: relative;
    width: 10%;
    text-align: center;
    padding: 5px;
    font-weight: bold;
    font-size: 18px;
    background: #ffffff;
    color: #1b248d;
    align-self: center;
}

.nuResults5widget .nextMatchesTeam .dates {
    width: 100%;
    text-align: center;
    color: #1b248d;
    padding: 0;
    z-index: 3;
    font-weight: bold;
    font-size: 24px;
    position: absolute;
    bottom: -3px;
}

.nuResults5widget .nextMatchesTeam .dates .date {
    position: relative;
    text-align: center;
    padding: 10px 0 0 0;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
}

.nuResults5widget .nextMatchesTeam .dates .time {
    position: relative;
    text-align: center;
    padding: 0 0 10px 0;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
}

.nuResults5widget .nextMatchesTeam .dates .time:after {
    position: relative;
    content: ' Uhr';
}

/**************** OWL STYLE SMALL LAST WIDGET ***************** */
.nuResults5widgetLast .owl-nav {
    position: absolute !important;
    top: 26% !important;
    width: 100% !important;
    text-align: center;
    margin-top: 0 !important;
    -webkit-tap-highlight-color: transparent;
}

.nuResults5widgetLast .owl-nav button.owl-prev {
    left: 0 !important;
    position: absolute !important;
}

.nuResults5widgetLast .owl-nav button.owl-next {
    right: 0 !important;
    position: absolute !important;
}

.nuResults5widgetLast .owl-nav button.owl-prev, .nuResults5widgetLast .owl-nav button.owl-next {
    color: #ffffff !important;
    font-size: 20px !important;
    margin: 11px 0 !important;
    padding: 5px 10px !important;
    background: #d6d6d6 !important;
    display: inline-block !important;
    cursor: pointer !important;
    border-radius: 0 !important;
}

.nuResults5widgetLast {
    margin-top: -46px;
}

.nuResults5widgetLast .nextMatchesTeam {
    width: 100%;
}

.nuResults5widgetLast .nextMatchesTeam .teams {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 42px 30px 0 30px;
    margin-bottom: 30px;
}

.nuResults5widgetLast .nextMatchesTeam .teams .home {
    position: relative;
    width: 40%;
    text-align: center;
    padding: 5px;
    font-weight: bold;
    font-size: 12px;
    background: #1b248d;
    color: #ffffff;
    align-self: center;
}

.nuResults5widgetLast .nextMatchesTeam .teams .away {
    position: relative;
    width: 40%;
    text-align: center;
    padding: 5px;
    font-weight: bold;
    font-size: 12px;
    background: #1b248d;
    color: #ffffff;
    align-self: center;
}

.nuResults5widgetLast .nextMatchesTeam .teams .result {
    position: relative;
    width: 20%;
    text-align: center;
    padding: 5px;
    font-weight: bold;
    font-size: 18px;
    background: #ffffff;
    color: #1b248d;
    align-self: center;
}

.nuResults5widgetLast .nextMatchesTeam .dates {
    width: 100%;
    text-align: center;
    color: #1b248d;
    padding: 0;
    z-index: 3;
    font-weight: bold;
    font-size: 24px;
    position: absolute;
    bottom: -3px;
}

.nuResults5widgetLast .nextMatchesTeam .dates .date {
    position: relative;
    text-align: center;
    padding: 10px 0 0 0;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
}

.nuResults5widgetLast .nextMatchesTeam .dates .time {
    position: relative;
    text-align: center;
    padding: 0 0 10px 0;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
}

.nuResults5widgetLast .nextMatchesTeam .dates .time:after {
    position: relative;
    content: ' Uhr';
}

/**************** last Matches Table ***************** */
.nuResults5MatchesTable table {
    margin: 0;
    line-height: 1.2;
}

.nuResults5MatchesTable tr {
    background: #f6f6f6;
    border-bottom: #ffffff solid 5px;
    display: flex;
}

.nuResults5MatchesTable td {
    font-weight: bold;
    font-size: 14px;
    padding: 13px 5px 0 5px;
    color: #1b248d;
}

.nuResults5MatchesTable td.home {
    text-align: left;
    padding-left: 15px;
    width: 43%;
}

.nuResults5MatchesTable td.away {
    text-align: right;
    padding-right: 15px;
    width: 43%;
}

.nuResults5MatchesTable td.result {
    width: 14%;
    text-align: center;
    color: #1b248d;
    font-weight: bold;
    font-size: 24px;
    padding: 6px 0;
    background: #ffffff;
    display: block;
    border: 1px solid #1b248d;
}

/**************** Live Matches ***************** */
.nuLiveScore-wrap {
    position: fixed;
    width: 100%;
    max-width: 320px;
    height: 100%;
    max-height: 70vh;
    right:  -320px;
    top: 20vh;
    z-index: 98;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px 5px;
}

.nuLiveScore {
    position: relative;
    float: left;
    width: 100%;
    max-width: 320px;
    height: 100%;
    background: #FFF;
    padding: 5px;
    border: 2px solid #247a27;
    border-right: 0;
}

.nuLiveScore-wrap.open {
    right: 0;
}

.nuLiveScore-before {
    content: '';
    position: absolute;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 26px;
    z-index: 0;
    display: block;
    top: -46px;
    left: 0;
    background: rgba(175, 202, 5, 1);
    height:46px;
    width: calc(100% + 2px);
    cursor: pointer;
    border-top: 2px solid #247a27;
    border-left: none;
}
.nuLiveScore-before span{
    transform: scale(1);
    animation: pulse 3s infinite;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    align-self: center;
    line-height: 1.8;
}

.nuLiveScore-before i{
    color: #ffffff;
}

.close-live-score{
    position: absolute;
    top: -48px;
    left: -48px;
    width: 48px;
    text-align: center;
    line-height: 42px;
    font-size: 32px;
    background: #afca05;
    border-top: 2px solid #247a27;
    border-left: 2px solid #247a27;
    border-bottom: 2px solid #247a27;
    cursor: pointer;
    z-index: -1;
}
.close-live-score span{
    transform: rotate(-180deg);
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    writing-mode: vertical-lr;
    padding: 20px 0;
}
.close-live-score:before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    color: #fff;
}
.close-live-score.open:before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f104";
    color: #fff;
}

.p-top{
    position: absolute;
    top: 10px;
    left: 15%;
}
.p-bottom{
    position: absolute;
    bottom: 10px;
    right: 15%;
}

.liveScoreTableHeadline {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    color: #ffffff;
}

.liveScoreTable .dates {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5px 10px;
    margin-top: 10px;
    text-align: left;
}

.liveScoreTable .dates .halleFull,
.liveScoreTable .dates .dateFull {
    font-size: 12px;
    font-weight: 700;
}
.liveScoreTable .dates .dateFull .time,
.liveScoreTable .dates .halleFull .halle,
.liveScoreTable .dates .dateFull .date {
    color: #247a27;
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    display: inline-flex;
}

.liveScoreTable div.result-set {
    margin: 0;
    background: #247a27;
    line-height: 1.2;
    border: 1px solid #afca05;
}

.liveScoreTable div.result-set > div {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    padding: 80px 0 0 0;
}

.liveScoreTable div.result-set > div div {
    font-weight: bold;
    font-size: 11px;
    padding: 0;
    color: #ffffff;
}

.liveScoreTable div.result-set > div div.home {
    text-align: center;
    margin: 0 5px 5px 5px;
    padding: 5px 0;
    width: 46%;
    border: 1px solid #afca05;
    color: #247a27;
    background: #fff;
}

.liveScoreTable div.result-set > div div.away {
    text-align: center;
    margin: 0 5px 5px 5px;
    padding: 5px 0;
    width: 46%;
    border: 1px solid #afca05;
    color: #247a27;
    background: #fff;
}

.liveScoreTable div.result-set > div div.result {
    text-align: center;
    font-weight: bold;
    padding: 10px 0;
    display: block;
    align-self: center;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    transform: scale(1);
    animation: pulse 2s infinite;
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
}
@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}


.liveScoreTable div.result-set > div div.result span.divi {
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 36px;
    padding: 5px;
    display: inline-block;
    align-self: center;
}
.liveScoreTable div.result-set > div div.result span.guest,
.liveScoreTable div.result-set > div div.result span.home {
    text-align: center;
    color: #afca05;
    font-weight: bold;
    font-size: 36px;
    padding: 5px;
    display: inline-block;
    border: 1px solid #247a27;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 0;
    align-self: center;
}
.liveScoreTable div.result-set > div div.result span.home{
    margin-right: 20px;
}

.liveScoreTable div.result-set > div div.result span.guest{
    margin-left: 20px;
}
.live-ticker-table-head{
    margin: 0;
    background: #247a27;
    color: #ffffff;
}
.live-ticker-table-head th{
    border-right: 1px solid #ffffff;
    padding: 0 2px;
    font-size: 12px;
}
.live-ticker-table-head th:last-of-type{
    border-right: none;
    text-align: left;
}
.nuLiveScore .actions {
    float: left;
    border: 1px solid #247a27;
    height: calc(100% - 290px);
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 0 0 10px 0;
    width: 100%;
}

.nuLiveScore .actions strong {
    font-size: 14px;
}

.nuLiveScore .actions strong.red {
    color: #ab1908;
}

.nuLiveScore .actions strong.blue {
    color: #00009a;
}

.nuLiveScore .actions strong.yellow {
    color: #ffc019;
}

.nuLiveScore .actions strong.gaol {
    color: #afca05;
}

.nuLiveScore .actions strong.gaolMiss {
    color: #823824;
}

.nuLiveScore .actions strong.time {
    color: #ab1908;
}

.nuLiveScore .actions strong.homeTimeout, .nuLiveScore .actions strong.guestTimeout, .nuLiveScore .actions strong.start, .nuLiveScore .actions strong.end {
    color: #00009a;
}

table.actions-set tbody tr td {
    padding: 0 5px;
    border-right: 1px solid #ccc;
}
table.actions-set tbody tr td:last-of-type {
    border-right: none;
}
table.actions-set tr {
    background: #ffffff;
    border-bottom: 1px solid #ccc;
}

.nuLiveScore .actions span.name.last {
    width: 100%;
    text-align: right;
    float: left;
    line-height: 5px;
    padding-right: 25px;
    padding-bottom: 10px;
    font-style: italic;
    font-weight: 500;
    font-size: 12px;
    color: #247a27;
}

.nuLiveScore .actions span.points {
    color: #247a27;
    font-weight: bold;
    font-size: 14px;
}

.nuLiveScore .actions span.matchTime {
    color: #474349;
    font-weight: bold;
    font-size: 14px;
}

@media screen and (max-width: 960px) {
    .nuLiveScore-wrap {
        max-height: 60vh;
        top: 25vh;
    }
}

@media screen and (max-width: 960px) {
    .nextMatchesTeam .teams .dates .date, .nextMatchesTeam .teams .away, .nextMatchesTeam .teams .home {
        text-align: center;
        font-size: 14px;
        padding: 10px 2px;
        word-break: break-all;
        white-space: nowrap;
    }

    .nextMatchesTeam .teams .dates .time {
        font-size: 14px;
        line-height: 14px;
    }

    .nextMatchesTeam .teams .dates .date {
        line-height: 18px;
    }

    h2.nu-title {
        font-size: 22px;
        line-height: 48px;
    }

    .nuResults5 .owl-nav button.owl-prev, .nuResults5 .owl-nav button.owl-next {
        margin: 5px 0 !important;
    }

    .nuSingleGroupTable > table.result-set thead tr th, .nuSingleGroupTable > table.result-set tbody tr td {
        padding: 0 2px;
        font-size: 12px;
    }
}

@media screen and (max-width: 620px) {
    .nextMatchesTeam .teams .dates {
        width: 50%;
        margin: 0 auto;
    }

    .nextMatchesTeam .teams .away, .nextMatchesTeam .teams .home {
        width: 100%;
    }

    .nuResults5 .owl-nav button.owl-prev, .nuResults5 .owl-nav button.owl-next {
        margin: 22px 0 !important;
    }

    h2.nu-title:before, h2.nu-title:after {
        width: 10%;
    }

    .nuResults5MatchesTable td.away, .nuResults5MatchesTable td.home {
        font-size: 12px;
        width: 40%;
        word-break: break-word;
        padding: 5px;
    }

    .nuResults5MatchesTable td.result {
        width: 20%;
        font-size: 16px;
    }
}



/**************** Live Matches Pages***************** */
.nuLiveScorePages-wrap {
    position: relative;
    width: 100%;
    z-index: 98;
    height: 100%;
    max-height: 60vh;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    box-shadow: none;
}

.nuLiveScorePages {
    position: relative;
    float: left;
    width: 100%;
    background: #FFF;
    padding: 5px;
    height: 60vh;
    border: 2px solid #247a27;
}

.nuLiveScorePages-wrap .nuLiveScore-before {
    content: '';
    position: relative;
    color: #247a27;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 36px;
    z-index: 0;
    display: block;
    top: 0;
    left: 0;
    background: none;
    height: auto;
    width: 100%;
    cursor: auto;
    border-top: none;
    border-left: none;
    padding: 1rem 0 2rem 0;
}

.nuLiveScorePages-wrap .p-top{
    position: absolute;
    top: 10px;
    left: 15%;
}
.nuLiveScorePages-wrap .p-bottom{
    position: absolute;
    bottom: 10px;
    right: 15%;
}

.nuLiveScorePages-wrap .liveScoreTableHeadline {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    color: #ffffff;
}

.nuLiveScorePages-wrap .liveScoreTable .dates {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5px 10px;
    margin-top: 10px;
    text-align: left;
}

.nuLiveScorePages-wrap .liveScoreTable .dates .halleFull,
.nuLiveScorePages-wrap .liveScoreTable .dates .dateFull {
    font-size: 12px;
    font-weight: 700;
}
.nuLiveScorePages-wrap .liveScoreTable .dates .dateFull .time,
.nuLiveScorePages-wrap .liveScoreTable .dates .halleFull .halle,
.nuLiveScorePages-wrap .liveScoreTable .dates .dateFull .date {
    color: #247a27;
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    display: inline-flex;
}

.nuLiveScorePages-wrap .liveScoreTable div.result-set {
    margin: 0;
    background: #247a27;
    line-height: 1.2;
    border: 1px solid #afca05;
}

.nuLiveScorePages-wrap .liveScoreTable div.result-set > div {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    padding: 80px 0 0 0;
}

.nuLiveScorePages-wrap .liveScoreTable div.result-set > div div {
    font-weight: bold;
    font-size: 11px;
    padding: 0;
    color: #ffffff;
}

.nuLiveScorePages-wrap .liveScoreTable div.result-set > div div.home {
    text-align: center;
    margin: 0 5px 5px 5px;
    padding: 5px 0;
    width: 46%;
    border: 1px solid #afca05;
    color: #247a27;
    background: #fff;
}

.nuLiveScorePages-wrap .liveScoreTable div.result-set > div div.away {
    text-align: center;
    margin: 0 5px 5px 5px;
    padding: 5px 0;
    width: 46%;
    border: 1px solid #afca05;
    color: #247a27;
    background: #fff;
}

.nuLiveScorePages-wrap .liveScoreTable div.result-set > div div.result {
    text-align: center;
    font-weight: bold;
    padding: 10px 0;
    display: block;
    align-self: center;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    transform: scale(1);
    animation: pulse 2s infinite;
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
}


.nuLiveScorePages-wrap .liveScoreTable div.result-set > div div.result span.divi {
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 36px;
    padding: 5px;
    display: inline-block;
    align-self: center;
}
.nuLiveScorePages-wrap .liveScoreTable div.result-set > div div.result span.guest,
.nuLiveScorePages-wrap .liveScoreTable div.result-set > div div.result span.home {
    text-align: center;
    color: #afca05;
    font-weight: bold;
    font-size: 36px;
    padding: 5px;
    display: inline-block;
    border: 1px solid #247a27;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 0;
    align-self: center;
}
.nuLiveScorePages-wrap .liveScoreTable div.result-set > div div.result span.home{
    margin-right: 20px;
}

.nuLiveScorePages-wrap .liveScoreTable div.result-set > div div.result span.guest{
    margin-left: 20px;
}
.nuLiveScorePages-wrap .live-ticker-table-head{
    margin: 0;
    background: #247a27;
    color: #ffffff;
}
.nuLiveScorePages-wrap .live-ticker-table-head th{
    border-right: 1px solid #ffffff;
    padding: 0 2px;
    font-size: 12px;
}
.nuLiveScorePages-wrap .live-ticker-table-head th:last-of-type{
    border-right: none;
    text-align: left;
}
.nuLiveScorePages .actions {
    float: left;
    border: 1px solid #247a27;
    height: calc(100% - 290px);
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 0 0 10px 0;
    width: 100%;
}

.nuLiveScorePages .actions strong {
    font-size: 14px;
}

.nuLiveScorePages .actions strong.red {
    color: #ab1908;
}

.nuLiveScorePages .actions strong.blue {
    color: #00009a;
}

.nuLiveScorePages .actions strong.yellow {
    color: #ffc019;
}

.nuLiveScorePages .actions strong.gaol {
    color: #afca05;
}

.nuLiveScorePages .actions strong.gaolMiss {
    color: #823824;
}

.nuLiveScorePages .actions strong.time {
    color: #ab1908;
}

.nuLiveScorePages .actions strong.homeTimeout,
.nuLiveScorePages .actions strong.guestTimeout,
.nuLiveScorePages .actions strong.start,
.nuLiveScorePages .actions strong.end {
    color: #00009a;
}

.nuLiveScorePages-wrap table.actions-set tbody tr td {
    padding: 0 5px;
    border-right: 1px solid #ccc;
}
.nuLiveScorePages-wrap table.actions-set tbody tr td:last-of-type {
    border-right: none;
}
.nuLiveScorePages-wrap table.actions-set tr {
    background: #ffffff;
    border-bottom: 1px solid #ccc;
}

.nuLiveScorePages .actions span.name.last {
    width: 100%;
    text-align: right;
    float: left;
    line-height: 5px;
    padding-right: 25px;
    padding-bottom: 10px;
    font-style: italic;
    font-weight: 500;
    font-size: 12px;
    color: #247a27;
}

.nuLiveScorePages .actions span.points {
    color: #247a27;
    font-weight: bold;
    font-size: 14px;
}

.nuLiveScorePages .actions span.matchTime {
    color: #474349;
    font-weight: bold;
    font-size: 14px;
}

@media screen and (max-width: 960px) {
    .nuLiveScorePages-wrap {
        max-height: 60vh;
    }
}

