


table, th, td {
   border: 1px solid black;
   	text-align: center;
}


tr:nth-child(even) {background-color: #41f4f4;}
tr:nth-child(odd) {background-color: #FFF;}

.date {
		font-size: small;
}

.phonenumber {
	min-width: 150px;
	font-weight: bold;
	font-size: x-large;
}

.name {
	/*min-width: 260px;*/
	min-width: 355px;
	font-weight: bold;
	font-size: x-large;
}

.address {
	min-width: 505px;
	font-size: x-large;
}

.id {
	font-weight: bold;
	min-width: 40px;
}


.date2 {
	 height:50px;
		width:20px;
}

.phonenumber2 {
	width: 110px;
	font-weight: bold;
	font-size: large;
}

.name2 {
	width: 30px;
 word-wrap: break-word;
 font-weight: bold;
}

.address2 {
	width: 170px;
	font-size: large;
	word-wrap: break-word;
}

.call {
	font-weight: bold;
}


.sms {
	font-weight: bold;
}

.staff {
	font-size: large;
	color:red;
	text-decoration: blink; 
}

.todaydate {
	font-weight: bold;
}

.olddate {
/*	font-style: italic;*/
	font-size: 17px;
}

.oldphone {
	/* background-color: lightblue; */
	background-color: lightseagreen;
}

button {
  /*  height: 28px;*/
    margin-right: 30px;
}

.btnLivraison {
	font-size: large;
}

.btnAddCall {
		font-weight: bold;
	font-size: large;
	color:white;
		background-color:#5042f4;
}