.events_list {
    margin-left: -20px;
}

.event-fixtures {
    display: flex;
    background: #fff;
    padding: 20px;
    margin: auto;
    margin-bottom: 15px;
    border-radius: 5px;
    box-shadow: 4px 3px 2px;
    align-items: center;
}
.event-fixtures.hide{
    display: none;
}
.event-fixtures.show{
    display: flex;
}
.event-time {
    width: 20%;
}

.startDate {
    color: yellow;
    font-weight: bold;
}

.fa-circle {
    margin-right: 10px;
}

.event {
    display: flex;
    flex-direction: column;
    width: 50%;
}
.event-time i::before{
    color: #adadad;
}
.event-time.live i::before{
    color: #00ed29;
}
.event-game {
    display: flex;
    color: #83bb00;
    font-size: 18px;
    font-weight: 700;
    flex-direction: row;
}

.game-home {
    margin-right: 10px;
    font-weight: bold;
}

.game-vs {
    font-size: 20px;
    margin: 0 10px;
    font-style: italic;
    color: red;
}

.game-away {
    margin-left: 10px;
    font-weight: bold;
}

.event-league {
    font-weight: bold;
    color: #02b3eb;
}

.event-league span {
    color: #113454;
}

.event-tips {
    font-weight: bold;
    color: red;
    width: 30%;
}

.event-tips strong {
    font-weight: bold;
    color: #113454;
}
.menu-tips-menu-container{
		background-color: #fff;
    box-shadow: 4px 3px 2px;
    border-radius: 5px;
		padding:5px;
		margin-bottom: 15px;
}
.menu-tips-menu-container ul{
		 margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.current-menu-item a{
		color:#2ecc71 ;
		font-weight: bold;
}
.current-menu-item a:hover{
		color:#dd3333;
		font-weight: bold;
}