
/* Table */

.lnp-table {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
}
.lnp-table th {
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}
.lnp-table td {
    color: #f0f0f0;
    border-top: 1px solid #e5e5e5;
    text-align: center;
    padding: 8px;
}
.lnp-table .team {
    text-align: left;
    text-transform: uppercase;
}
.lnp-table .team img {
    background: #e5e5e5;
    border-radius: 3px;
    padding: 2px;
}
.lnp-table .points {
    font-weight: 700;
}
.lnp-table .odd {
    background: rgba(14, 13, 65, 0.8);
}
.lnp-table .even {
    background: rgba(17, 22, 86, 0.8);
}
.lnp-view-all-link {
    text-transform: uppercase;
    font-family: Oswald !important;
    border: 2px solid #f0f0f0;
    padding: 3px 8px;
    margin-top: 25px;
}
.lnp-view-all-link a:hover {
    color: #faca0c !important;
}

/* Last & Next Matches */

.lnp-matches {
    color: #f0f0f0;
    font-family: 'Oswald', sans-serif;
}
.lnp-next-match tr {
    border-top: 2px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5;
    border-left: 2px solid #e5e5e5;
    border-right: 2px solid #e5e5e5;
}
.lnp-next-match td {
    padding: 5px 10px;
}
.lnp-next-match .team {
    float: left;
}
.lnp-next-match .name {
    font-size: 20px;
    padding-left: 0;
    text-transform: uppercase;
    text-align: left;
}
.lnp-next-match img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 60px !important;
    max-width: 60px !important;
    margin: 5px 0;
    width: auto;
}
.lnp-next-match .match-score {
    text-align: center;
    color: #3a3f48;
    font-size: 16px;
    padding: 10px;
}
.lnp-next-match .match-score .sp-result {
    min-width: 50px;
    min-height: 50px;
    background-color: #c61c28;
    color: #f0f0f0;
    text-align: center;
    font-size: 30px;
}

.lnp-last-match tr {
    border-top: 2px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5;
    border-left: 2px solid #e5e5e5;
    border-right: 2px solid #e5e5e5;
}
.lnp-last-match td {
    padding: 5px 10px;
}
.lnp-last-match .team {
    float: left;
}
.lnp-last-match .name {
    font-size: 20px;
    padding-left: 0;
    text-transform: uppercase;
    text-align: left;
}
.lnp-last-match img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 60px !important;
    max-width: 60px !important;
    margin: 5px 0;
    width: auto;
}
.lnp-last-match .match-score {
    text-align: center;
    color: #3a3f48;
    font-size: 16px;
    padding: 10px;
}
.lnp-last-match .match-score .result {
    min-width: 50px;
    min-height: 50px;
    background-color: #c61c28;
    color: #f0f0f0;
    text-align: center;
    font-size: 30px;
    padding: 5px 10px;
    display: block;
    line-height: normal;
}
.lnp-last-match .match-score .sep {
    min-width: 50px;
    min-height: 50px;
    color: #f0f0f0;
    text-align: center;
    font-size: 30px;
    padding: 5px 10px;
}

.lnp-date, .lnp-venue {
    text-align: center;
    display: block;
    margin: 10px 0;
    clear: none;
}
.lnp-matchday {
    text-align: center;
    margin: 10px 0;
    clear: none;
    text-transform: uppercase;
    display: inline;
    float: inline-end;
    padding: 0 15px;
    line-height: 32px;
}
.lnp-title{
    display: inline;
    float: inline-start;
    padding: 0 15px;
    font-size: 20px;
    line-height: 30px;
}
.lnp-countdown {
	margin-top: 40px;
        text-align: center;
}
.lnp-countdown .time .days, .lnp-countdown .time .hours, .lnp-countdown .time .minutes, .lnp-countdown .time .seconds {
	background: #faca0c82;
	padding: 10px 15px;
	font-size: 16px;
	font-weight: 500;
	font-family: Oswald !important;
	text-transform: uppercase;
	margin-top: 50px;
}

/* Match Schedule */

.lnp-matches-schedule {
    border: 3px solid #121156;
    padding: 10px 20px;
    font-family: 'Oswald', sans-serif;
}
.lnp-matches-table tr{
    border: 2px solid #FAC915;
    color: #3a3f48;
}
.lnp-matches-table .match-score {
    text-align: center;
    color: #3a3f48;
    font-size: 16px;
    padding: 10px;
}
.lnp-matches-table .match-score .result {
    min-width: 50px;
    min-height: 50px;
    background-color: #c61c28;
    color: #f0f0f0;
    text-align: center;
    font-size: 30px;
    padding: 5px 10px;
    display: block;
    line-height: normal;
}
.lnp-matches-table .match-score .sep {
    min-width: 50px;
    min-height: 50px;
    text-align: center;
    font-size: 30px;
    padding: 5px 10px;
}
.lnp-matches-table .team {
    padding-right: 3rem;
}
.lnp-matches-table .name {
    font-size: 20px;
    padding-left: 0;
    text-transform: uppercase;
    text-align: left;
    width: 100%;
}
.lnp-matches-table img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 60px !important;
    max-width: 60px !important;
    margin: 5px 0;
    width: auto;
}
.lnp-matches-schedule .lnp-queue {
    display: inline;
    float: inline-start;
    padding: 0 15px;
    font-size: 18px;
    line-height: 40px;
    margin: 0;
    text-transform: uppercase;
}
.lnp-matches-schedule .lnp-venue {
    text-align: center;
    margin: 0;
    clear: none;
    text-transform: uppercase;
    display: inline;
    float: inline-end;
    padding: 0 15px;
    line-height: 40px;
}
.lnp-matches-schedule .lnp-date {
    font-size: 22px;
}

/* All Matches Schedule */
.lnp-queue-header {
    text-align: center;
    text-transform: uppercase;
    background: #131255;
    color: #f0f0f0;
    padding: 10px;
}
.lnp-matches-schedule-all {
    border: 3px solid #121156;
    padding: 10px 20px;
    font-family: 'Oswald', sans-serif;
}
.lnp-matches-schedule-all .lnp-queue {
    display: inline;
    float: inline-start;
    padding: 0 15px;
    font-size: 18px;
    line-height: 40px;
    margin: 0;
    text-transform: uppercase;
}
.lnp-matches-schedule-all .lnp-venue {
    text-align: center;
    margin: 0;
    clear: none;
    text-transform: uppercase;
    display: inline;
    float: inline-end;
    padding: 0 15px;
    line-height: 40px;
}
.lnp-matches-schedule-all .lnp-date {
    display: inline;
    float: inline-start;
    padding: 0 15px;
    font-size: 18px;
    line-height: 40px;
    margin: 0;
    text-transform: uppercase;
}