.best-match-odds .bets
{
    display: flex;
}

.match-odds
{
    clear: both;
}

.match-page ul.bets {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none;
    text-align: center;
}

.bet-values
{
    list-style-type: none;
    text-align: center;
    width: 100%/3;
}

.bet-values a
{
    text-decoration: none;
    font-weight: bold;
    vertical-align: middle;
}

.bet-values a > img
{
    vertical-align: middle;
    margin-bottom: 0.25em;
    margin-left: 0.25em;
}

.bet-values .actionbutton {
    margin-top: 10px;
}

.odds-table
{
    width: 100%;
    margin-bottom: var(--og-sport-space-small-size);
}

.tnc-container,
.latest-updated
{
    text-align: center;
    font-size: var(--og-sport-text-xsmall-size);
}

.odds-table td,
.odds-table th
{
    padding: 0.5em;
    text-align: center;
}

.odds-table th:nth-child(1),
.odds-table td:nth-child(1)
{
   text-align: left;
   vertical-align: middle;
}

.odds-table td:nth-child(1) a
{
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 768px)
{
    .winnerchance-block header,
    .best-match-odds header
    {
        text-align: center;
    }
}


@media only screen and (max-width: 768px)
{
    .bet-values
    {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .odds-table .no-mobile
    {
        display: none;
    }
}


/*****************/

ul.bets *:not(.bluebutton, .actionbutton) {
    font-size: var(--og-sport-text-medium-size) !important;
}

ul.bets *:not(.bluebutton, .actionbutton) {
    font-size: var(--og-sport-text-medium-size) !important;
}

.matchup .team {
	display: flex !important;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}


@media only screen and (max-width: 970px) {
	.matchup .team {
		display: flex !important;
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.matchup .team a {
		width: auto !important;
		max-width: 200px;
	}
}
/** MATCH PAGE MTCHUP FIX END **/

/* Match odds page */
.matchup {
	margin-top: 2em;
    margin-bottom: 2em;
    vertical-align: middle;
    text-align: center;
    height: 112px;
    height: auto;
	display: flex;
}

.matchup .team {
	width: 40%;
}


.matchup .team .team-name {
	display: inline-block;
	font-size: var(--og-sport-text-large-size);
	font-weight: bold;
	margin-top: 0.5rem;
}

.matchup .game_info {
	display: flex;
	width: 20%;
	text-align: center;
	vertical-align: top;
	position: relative;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
}

.matchup .gamedate {
	margin-bottom: 0.5rem;
}

.matchup-arena {
	margin-bottom: 0.5em;
	font-weight: bold;
	font-size: var(--og-sport-text-medium-size);
}

.matchup .game_info .serie{
	margin-top: 1rem;
	display: block;
    line-height: 1.2;
}

.matchup .game_info .time{
	font-size:2rem;
	margin: 2px 0;
}

.matchup .game_info a{
	text-decoration: none;
	font-weight: bold;
}

.matchup .game_info .stream{
	margin-top: 1rem;
    display: flex;
    justify-content: center;
}

.matchup .game_info .stream a {
    display:inline-block;
}

.matchup .matchup-even-name {
    font-weight: bold;
}


@media screen and (max-width: 1000px) {

	.odds-menu .content-subhead{
		width:125px;
		height:46px;
	}

	.team-page .team img{
		width:130px;
		height:110px;
	}

	.erbjudande-excerpt .offer-affil-link img{
		width:36%;
		margin-right:2px !important;
	}
	.erbjudande-excerpt .bonusbutton{
		width:50%;
	}
	.matchup .game_info{
		margin:20px 0 80px 0;
	}
	.matchup .game_info.result{
		margin:20px 0 20px 0;
	}

	.erbjudande-excerpt.grid h2{
		width:100%;
	}
	.erbjudande-excerpt.grid{
		margin-left:unset;

	}
	.erbjudande-excerpt.grid .offer-affil-link{
		width:100% !important;
	}

	.erbjudande-excerpt{
		margin-right:10px !important;
		width: 88% !important;
		height: auto !important;
		margin-bottom:10px !important;
		padding-bottom: 20px !important;
	}

	.erbjudande-excerpt p{
		position:unset;
	}

	.erbjudande-excerpt .offer-affil-link{
		left:-10px;
		position: unset !important;
		text-align: center !important;
	}
	.erbjudande-excerpt .offer-affil-link img{
		width:unset !important;
		vertical-align: middle;
	}

	.erbjudande-excerpt .bluebutton{
		width:90% !important;
		left:0;
		bottom:-20px;
	}

}


@media (max-width: 640px)
{

   .grid-2{
        width:100%;
    }

	#menu-main ul.sub-menu {
		display: none;
	}

	.odds-menu .content-subhead {
		width: 47%;
	}
	.archive-post-excerpt .offer-affil-link.only-mobile .bluebutton{
		width:64% !important;
	}

	#menu-main {
		border: 0;
		width:100%;
	}

	.team-page .team img {
		width: 90px;
		height:60px;
	}

	.team-container {
		padding: 0 !important;
	}

	.team-container a {
		font-size: var(--og-sport-text-small-size);
	}

    .matchup {
	    margin-bottom: 30px;
	    vertical-align: middle;
	    text-align: center;
	    height: 112px;
	    height: auto;
		flex-wrap: wrap;
	}

	.matchup .team img {
		display:block;
	}

	.matchup .team {
		width: 100% ;
		text-align: center !important;
		margin: 20px 0;
		flex: 0 0 48%;
	  	width: 160px;
	  	font-size: var(--og-sport-text-medium-size) !important;
		margin: 1%;
	}

	.matchup .team a {
	    display: inline-block;
	    width: 150px;
	}

	.matchup .team img{
		width:100%;
	}

	.matchup .game_info {
		margin-bottom: 5px;
		order: 3;
		width: 100%;
	}

	#main table.vm-table tbody td.high-value {
	    font-size: var(--og-sport-text-xxsmall-size) !important;
	}




  .matchup .team-logo
  {
      height: 200px;
      display: flex;
      justify-content: center;
      align-items: center;
  }

  @media only screen and (max-width: 480px) {
      .matchup .team-logo
      {
           max-height: 250px;
      }

      .matchup .team img {
           max-width: 150px;
      }

      .matchup .team .team-name {
           font-size: var(--og-sport-text-medium-size);
      }
  }
}


  .matchup .flag {
    max-width: 200px;
    max-height: 200px;
  }



  .game-more-info
  {
    margin-top: 1rem;
  }

  .game-more-info li
  {
    list-style: none;
  }

.winnerchance-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
    flex-direction: column;
    margin-top: 2em;
    height: 150px;
}

.winnerchance-graph,
.winnerchance-labels {
    display: flex;
    gap: 1rem;
    flex-grow: end;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
}

.winchance-graph-1,
.winchance-graph-x,
.winchance-graph-2,
.winnerchance-labels div
{
    width: calc( 100%/3 - 1rem );
}

.winchance-graph-1 {
    background-color: blue;
}

.winchance-graph-x {
    background-color: green;
}

.winchance-graph-2 {
    background-color: orange;
}

.winnerchance-labels div
{
    text-align: center;
    padding-top: 0.25em;
    font-weight: bold;
}

.best-match-odds, .odds-menu,
.lineups-block) > .content-subhead
{
    background-color: #4c93be !important;
    color: #ffffff !important;
    transform: unset !important;
    text-transform: unset  !important;
    text-align: left;
    font-size: var(--og-sport-text-medium-size) !important;
    padding: 1em 1em 0.75em 1em !important;
    margin-bottom: 0;
    line-height: 1.1 !important;
}



#odds-game-div table td:nth-child(1) a {
    /*olor: #2f475b;*/
    text-decoration: none;
}

#odds-game-div table th * {
	text-decoration: none;
	color: #444444;
}

/* --- Hightlights the highest odds --- */
#odds-game-div .highest_odds a:not(.odds-image-link),
#odds-game-div .highest_odds a.odds-image-link span{
	background-color: #FFCC00;
	padding: 5px;
	border: 1px solid #c1c1c1;
	border-radius: 5px;
}

/*#odds-game-div td a.odds-image-link span{
	margin-left:6px;
}
#odds-game-div td a.odds-image-link span{
	margin-left:6px;
}*/

#odds-game-div .vm-table img{
	width:32px;
	height:32px;
	margin-top:-4px;
	margin-right:5px;
}


#odds-game-div{
	margin-bottom:10px;
}


.match.page #odds-game-div tr.header a {
    color: #ffffff !important;
}


#odds-game-div .vm-table tr td:not(:first-child) {
    width: 75px;
}

#odds-game-div .vm-table .left img {
    height: 32px;
    width: 32px;
}




.odds-menu {
	margin-bottom: 1em;
	width:100%;
	display:inline-block;
	text-align:center;
}


.odds-menu .content-subhead {
    width: 24%;
	display: inline-block;
	/*float: left;*/
	margin: 0.25% !important;
	cursor: pointer;
	font-size: var(--og-sport-text-xsmall-size) !important;
	height: 38px;
	line-height: 1.3;
	padding: 2px !important;
	font-weight: normal !important;
	vertical-align: middle;
	position: relative;
	color: black;
	background: #ededed !important;
}

.odds-menu .content-subhead.selected{
	background: #a1a1a1 !important;
	color: white;
}

.odds-menu span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 96%;
}


  /** match poll **/

  .vote-box {
    clear: both;
}

.vote-box .header {
  background-color: #4c93be;
  color: #fff;
  text-transform: uppercase !important;
  text-align: center;
  font-weight: bold !important;
  font-size: 1.3rem !important;
  margin-left: 0 !important;
  padding: 15px 0 !important;
  clear: both !important;
}

/* buttons */
.ays-poll-main  {
    width: 100% !important;
    min-width: 100% !important;
    clear: both !important;
    margin-top: 0px;
    margin-bottom: 0px !important;
}

.ays_label_poll
{
    justify-content: center;
}

.apm-title-box h5 {
    display: none;
}

.choosing-poll {
    width: 100% !important;
    padding-bottom: 0px !important;
    border: 0 !important;
}

.ays_poll_list_view_container {
    display: flex;
}

.ays-poll-answer-container-list {
    margin: 1em;

    font-size: 1.5rem !important;
}

.choosing-poll div.apm-choosing label.ays-poll-answer-container-label-list {
        background: #858585 !important;
        /*border-radius: 100px !important;*/
        color: #ffffff !important;
}

.choosing-poll div.apm-choosing label.ays-poll-answer-container-label-list * {
        color: #ffffff !important;
}

.choosing-poll div.apm-choosing label.ays-poll-answer-container-label-list:hover {
    background-color: #3fc969 !important;
    color: white !important;
}

.ays-poll-each-answer-grid {
    font-size: 1.5em;
    font-weight: bold;
}

.ays-poll-answers {
    margin-left: auto;
    margin-right: auto;
}

.apm-button-box {
    display: none;
}

.apm-choosing input[type='radio'] {
  display: none;
}

/* result */

.ays-poll-main {
    border: 0 !important;
}

.results-apm {
    display: flex;
    padding-left: 0 !important;
    padding-right: 0 !important;
    gap: 1rem;
}

.results-apm > *
{
    width: calc( 100%/3 - 1rem );
}

.answer-text  {
    background: #858585;
    color: #ffffff !important;
    width: 50px !important;
    height: 50px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.answer-title {
    font-size: 1.5rem !important;
    font-weight: bold;
    height: 50px !important;
}

.progress-bar-container,
.ays-poll-answer-text-and-percent-box
{
    width: 100% !important;
    height: 50px !important;
}

.ays-poll-answer-text-and-percent-box
{
    display: flex;
}

.results-apm div.answer-percent-res {
    height: 50px !important;
    max-height: 50px !important;
    border-radius: 0 !important;
    background-color: #eeeeee !important;
    margin-top: 0 !important;
    margin-bottom: 8px;
    /*padding: 0.6rem 0 0.25rem 1rem !important;*/
    line-height: 1.5 !important;
    text-align: left !important;

    font-size: 1.5rem !important;
    font-weight: bold;
    color: #444 !important;
}

.answer-votes {
    display: none;
}

.ays_check {
    background: #3fc969 !important;
    font-weight: bold;
    color: white !important;
}

.ays_check:before {
    content: "" !important;
    margin-right: 0 !important;
}

.ays_check:after {
    content: "" !important;
    content: "" !important;
}

.vote-message {
    font-size: 1.5rem;
    color: black !important;
    font-weight: bold;
}

@media screen and (max-width: 640px) {
    .vote-box {
        margin-top: 90px;
    }

    .ays_poll_list_view_container {
        flex-direction: column;
        width: 87%;
    }

    .results-apm div.answer-percent {
    line-height: 18px !important;
    }

    .vote-message {
        line-height: 1.1 !important;
        font-size: 1rem;
    }
}



  /*******/

  .offers-wrapper {
    display: flex;
    gap: 2%;
    color: white;
    margin-bottom: 2rem;
}

.offers-wrapper img {
    box-shadow: unset !important;
}

.offer-item {
    padding: 0 0.5em 1em 0.5em;
    background-color: #fe8000;
    border-radius: 1rem;
    flex-basis: 50%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.offer-item *
{
    color: #ffffff;
}

.offer-item-button {
    margin: 1rem 0;
}

.offer-item-button .actionbutton {
    display: inline-block;
    padding: 1em 3em;
    text-decoration: none;
    font-weight: bold;
    margin: 0.5em 0;
}

.offer-item-unibet .actionbutton {
    background-color: #ff9a02 !important;
    border-bottom-color:  #a15f30 !important;
}

.offer-item-unibet .actionbutton:hover {
    background-color: #9F2B68 !important;
    border-bottom-color:  #702963 !important;
}

.offer-item-expekt .actionbutton {
    background-color: #9F2B68 !important;
    border-bottom-color:  #702963 !important;
}

.offer-item-expekt .actionbutton:hover {
    background-color: green !important;
    border-bottom-color:  darkgreen !important;
}

.offer-item-text {
    font-size: 1.75rem;
    letter-spacing: -1px;
    font-weight: bold;
}

.offer-item-tc {
    font-size: 0.875rem;
    line-height: 1.2;
}

.offer-item-unibet {
    background-color: #157b45
}

.offer-item-expekt {
    background-color: #fe8000
}

@media screen and (max-width: 800px) {

    .offer-item-text {
        padding-left: 2rem;
        padding-right: 2rem;
    }

}

@media screen and (max-width: 640px) {

    .offers-wrapper {
        flex-direction: column;
    }

    .offer-item:first-child {
        margin-bottom: 0.5rem;
    }

}
