
.mcvcable {overflow-x: auto}

.mcccable {overflow-x: auto}

.mcrcable {overflow-x: auto}


p.mc {
	font-size: 28px;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 60px;
}

.mc table {
	vertical-align: middle;
	border-collapse: collapse;
	box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}

.mc thead th {font-weight: bold;}

.mc tr {
	border-radius: 20px 20px 20px 20px;
	cursor: pointer;
    display: block;
}

.mc tbody tr:hover {
    box-shadow: 0px 0px 2px 1px #ac2020 inset;
}

.mc th, td {
	width: 53px;
    min-width: 50px;
    text-align: center;
}

.mc td {
	line-height: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
}

.mc .providerV {
	width: 295px;
	min-width: 150px;
	padding-left: 15px;
	text-align: left;
}

.modemsV {
	width: 295px;
	min-width: 150px;
	padding-left: 15px;
        text-align: left;
}

.mc .providerCQ {
	width: 295px;
	min-width: 150px;
	padding-left: 15px;
	text-align: left;
}

.mc .providerCV {
	width: 295px;
	min-width: 150px;
	padding-left: 15px;
	text-align: left;
}

.modemsCQ {
	width: 295px;
	min-width: 150px;
	padding-left: 15px;
    text-align: left;
}

.modemsCV {
	width: 295px;
	min-width: 150px;
	padding-left: 15px;
    text-align: left;
}

.mc .providerCO {
	width: 295px;
	min-width: 150px;
	padding-left: 15px;
	text-align: left;
}

.modemsCO {
	width: 295px;
	min-width: 150px;
	padding-left: 15px;
    text-align: left;
}

.mc .providerR {
	width: 295px;
	min-width: 150px;
	padding-left: 15px;
	text-align: left;
}

.modemsR {
	width: 295px;
	min-width: 150px;
	padding-left: 15px;
    text-align: left;
}

.mc .providerCV {
	width: 295px;
	min-width: 150px;
	padding-left: 15px;
	text-align: left;
}

.modemsCV {
	width: 295px;
	min-width: 150px;
	padding-left: 15px;
	text-align: left;
}


/* Pour site ebox.ca*/
.mcicon {
	background-image: url(/wp-content/themes/ebox2018/img/icon.png);
	background-repeat: no-repeat;
	background-position: center;
}

/* Pour site ebox.ca*/
.mcconnection {
	background-image: url(/wp-content/themes/ebox2018/img/connectionred.png);
	background-repeat: no-repeat;
	background-position: center;
}

.mcdivider {
    box-sizing: border-box;
	height: 40px;
	border-bottom: 2px solid #b3b3b3;
}

.mcwarning {
    box-sizing: border-box;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius:2px; 
	border:#be2323 4px solid; padding:10px;
}