.widget-fixtures{
    width: 100%
}
.view-more {
    padding: 10px;
    text-align: center;
    background-color: #111111;
}
.view-more a {
    text-decoration: none;
    color: #A6DB00;
}
.title {
    text-transform: uppercase;
}
.powered-by {
    font-size: 66%;
}
.row {
    margin-top: 10px;
    margin-bottom: 10px;
}
.fixture {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #A6DB00;
}
.fixture-team {
    margin: 0 ;
    background-color: #f8f8f8;
}

.team-logo--small {
    max-height: 25px;
    margin-left: 4px;
    margin-right: 4px;
}

.team-logo--large {
    max-height: 40px;
    margin-left: 4px;
    margin-right: 4px;
}

.teams {
    display: flex;
    flex-flow: column;
    justify-content: center; 
}

.team-name {
    display: inline-block;
    text-align: left;
}

.marker {
    align-items: center;
    height: 50%;
}

.marker-black {
    border-left: 10px solid #111111;
}

.marker-green {
    border-left: 10px solid #A6DB00;
}

.fixture-data {
    display: flex;
    text-align: left;
    padding: 3px;
    text-transform: uppercase;
    font-size: 75%;
}

.fixture-details {
    width: 45%;
    background-color: #eeeeee;
}

.upcomingmatches_widget{
    width:100%;
    text-align:center;
  }

  .upcoming-matches-time-dec{
    font-family: 'Roboto Condensed';
    text-align:center;
    font-size: 66%;
    text-transform: uppercase;

 }
 .fixture-header{
    text-align: left;
 }

 .moreMatches{
    transition: all 2s linear;
    display: block;
 }
 .moreMatchesHidden{
    display: none;
   
 }
 .moreMatchesOpacityHide{
    opacity: 0; 
 }

 .moreMatchesBtn{
    padding: 10px;
    margin-top: 10px;
    text-align: center;
    background-color: #81d742;
    color: #f8f8f8;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Roboto Condensed';
    border: none;
    width: 100%;
    transition-duration: 0.4s;
 }
 .moreMatchesBtn:hover{
    opacity:75%;
    cursor: pointer;
 }