/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.liga3-match-quotas-container {
    margin: unset !important;
    margin-bottom: 5px !important;
    border: 1px solid black;
    max-width: 80px !important;
}

.liga3-match-quotas-left-item {
    text-align: center !important;
    background-color: silver;
    display: inline-block;
    width: 30px;
}

.liga3-match-quotas-right-item {
    text-align: center !important;
    display: inline-block;
}

.liga3-match-quotas-left-item > p{
    color: white;
    margin: 0 !important;
}

.liga3-match-quotas-right-item > a{
    text-decoration: none !important;
    color: black !important;
}

.liga3-match-quotas-image {
    background-color: black;
    max-width: 80px !important;
    margin-top: auto;
}

/**
 * The container of the match quotas
 */

.liga3-container {
    max-width: 1121px;
}

.liga3-quotas {
    padding: 7px;
}

.liga3-item {
    max-width: 98px;
    min-height: 255px;
    max-height: 255px;
    border: 1px solid grey;
    padding: 1px;
    margin: 2px;
}

.liga3-item-cover {
    width: 93px !important;
    max-height: 246px !important;
}

.liga3-item > p {
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
    background-color: #006699;
    color: white;
    margin: 0;
    width: 100%;
}

.liga3-is-hidden {
    display: none;
}

.lightSlider {
    min-width: 1121px !important;
}