.inline-flex {
    display: flex;
    flex-direction: row;
}

.center-text {
    text-align: center;
    margin:0;
}

.center-image {
    margin: auto;
}

.odds-plugin {
    margin: 40px 0;
}


.show-mobile {
    display: none;
    visibility: hidden;
}

.odds-plugin .odds-header {
    background-color: black;
    color: white;
    text-align: center;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.odds-plugin .odds-header h3 {
    margin: 20px 0;
    text-transform: uppercase;
}

.odds-plugin .odds-header img {
    margin-top: 10px;
}

.odds-plugin .table-header {
    background-color: #119f3a;
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

.odds-plugin .table-header p {
    margin: 5px 0;
}

.odds-plugin .table-content:first-child {
    border-top: transparent;
}

.odds-plugin .table-content .col-md-2, .odds-plugin .table-content .col-md-6, .odds-plugin .table-content .col-md-3 {
    padding: 10px 0;
    border-top: #f1f1f1 solid 2px;
}

.odds-plugin .table-content p {
    margin: 0 10px;
    text-align: center;
}

.odds-plugin .odds-footer {
    background-color: #093359;
    color: white;
    text-transform: uppercase;
}

.vertical-center {
    display: flex;
    align-items: center;
}

.odds-plugin .odds-footer h3 {
    margin: 7px 0;
    font-size: 22px;
}

.odds-plugin .odds-footer img {
    padding: 5px 0;
}

.odds-plugin .odds-footer-content .col-md-3, .odds-plugin .odds-footer-content .col-md-6 {
    margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.odds-plugin .odds-footer-content {
    padding: 5px 10px 15px 10px;
    background: #000;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.odds-plugin .odds-footer-content img {
    max-height: 70px;
}

.odds-plugin .odds-footer-content p {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: white;
}

.odds-plugin .claim-button {
    padding: 10px 25px;
    background-color: #119f3a;
    text-align: center !important;
}

.odds-plugin .claim-button a {
    text-decoration: none !important;
    font-size: 17px;
    text-transform: uppercase;
    color:white;
    font-weight: bold;
}

.odds-plugin .claim-button:hover {
    opacity: 1;
    background-color: #0d732a;
}

.hide-mobile {
    max-width: 36px;
    max-height: 24px;
}

.odds-plugin .betting-cta {
    background-color: #119f3a;
    margin: 0;
    width: 100%;
}

.odds-plugin .odds-footer .betting-cta .col-md-5, .odds-plugin .odds-footer .betting-cta .col-md-4, .odds-plugin .odds-footer .betting-cta .col-md-3 {
    margin-top: 5px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.odds-plugin .odds-footer .betting-cta h3 {
    margin:0;
    color: #F0B831;
    font-weight: bold;
    text-transform: capitalize;
}

.odds-plugin .odds-footer .betting-cta p {
    margin:0;
    font-weight: bold;
    font-size: 20px;
}

.odds-plugin .odds-footer .betting-cta img {
    margin:0;
}

@media (max-width: 500px) {
	.odds-plugin .odds-header {
		border-top-right-radius: 10px;
		border-top-left-radius: 10px;
	}
	
	.odds-plugin .odds-footer-content {
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	
    .odds-plugin .odds-header h3 {
        font-size: 18px;
    }

    .hide-mobile {
        display: none;
        visibility: hidden;
    }

    .hide-mobile-other {
        display: none;
        visibility: hidden;
    }

    .center-text {
        font-size: 14px;
    }

    .odds-plugin .table-content p {
        margin: 0;
    }

    .align-right-mobile {
        align-items: end;
    }

    .center-text-mobile-only {
        text-align: center;
    }

    .table-text p {
        font-size: 14px;
    }

    .show-mobile {
        visibility: visible;
        display: flex;
    }
}

@media (max-width: 380px) {
    .table-text p {
		font-size: 12px;
	}
}