h1 {
	margin-top: 25px !important;
}
h2 {
	font-family: var(--heavyText);
	font-size: 1.3em;
}

label {
	font-weight: bolder;
}

a {
	
}
.btn-primary {
	color: white !important;
}

.btn-block {
	width: 100% !important;
	text-align: center;
}
hr {
	margin: 15px 0px !important;
}

tr:nth-child(even) {
    background-color: #eaeaea;
}
td { padding: 4px; }
td { min-width: 135px; }
th { min-width: 135px; }


.border-left {
	border-left: 1px solid #eaeaea;
	
}




.remindOrder.hideFlex, .orderMeeting.hideFlex, .contactMeeting.hideFlex , .imagesMeeting.hideFlex, .posMeeting.hideFlex, .mandateMeeting.hideFlex {
	
	display:flex;
}
.remindOrder:not(.hideFlex), .orderMeeting:not(.hideFlex), .contactMeeting:not(.hideFlex), .imagesMeeting:not(.hideFlex), .posMeeting:not(.hideFlex),.mandateMeeting:not(.hideFlex) {
	display:none;
}

@media (min-width: 768px) {

}