h4.calendar_month {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: none;
	font-size: 17px;
	color: #303030;
}

.calendar-date {
	color: #525252;
	font-weight: bold;
}

.calendar-dateHeure {
	width: 70px;
	text-align: center;
}

.calendar-heure {
	color: #494949;
	padding-left: 5px;
}

.calendar-chaine {
	max-width: 130px;
	min-width: 70px;
}

.calendar-competition-logo {
	vertical-align: middle;
	margin-right: 5px;
	width: 30px;
}

#param-calendar {
	text-align: right;
}

.open-datas tr td.equipe img {
    vertical-align: middle;
    margin-left: 5px;
}


/**************************** MOBILE ******************/
.m-body .calendar {
	width: 100%;
	border-bottom: 1px solid #E7E7E7;
	padding-top: 5px;
	padding-bottom: 5px;
}

.m-body .calendar-disNone {
	display: inline-block;
}

.m-body .calendar-club {
	width: 35%;
}

.m-body .calendar-center {
	width: 27%;
	text-align: center;
}

.m-body .calendar-club-left {
	text-align: right;
	vertical-align: top;
}

.m-body .calendar-club-right {
	text-align: left;
	vertical-align: top;
}

.m-body .fdm-left {
    display: inline-block;
    width: 50%;
    text-align: right;
}

.m-body .fdm-right {
    display: inline-block;
    width: 48%;
    vertical-align: top;
}

.m-body .fdm-left > ul {
    padding-right: 10px;
}

.m-body #fdm h4 {
    font-size: 15px;
    border-bottom: 1px solid #CFCFCF;
}

.m-body #fdm .equipes {
    text-align: center;
}

.m-body #fdm .logo {
    max-width: 35%;
}

.m-body #fdm .score {
    font-size: 20px;
    font-weight: bold;
}

.m-body #fdm .passeur {
    color: #9B9B9B;
    font-size: 12px;
}

.m-body .badge .left {
    width: 33%;
    float: left;
    text-align: center;
}

.m-body .badge .left .club {
    text-align: center;
    font-size: 18px;
}

.m-body .badge .left .score {
    font-size: 20px;
    font-weight: bold;
}

.m-body #live-match-illustration .intro {
    text-align: center;
    font-size: 15px;
    color: #7B7B7B;
    margin-bottom: 10px;
}

.m-body #live-match-illustration {
    background-color: #eee;
    box-shadow: 2px 2px 5px #C7C7C7;
}

.m-body #live-match-illustration > p {
    padding-bottom: 15px;
    margin: 0;
}

.open-datas tr td a.match_loss {

	color : #cc0000;
}

.open-datas tr td a.match_draw {

	color : black;
}

.open-datas tr td a.match_win {

	color : green;
}