.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
} 

.flotte {
float:right;
}

.tableaux{
  display:inline-block;
  vertical-align:top;
}
/* 3-column gallery floating issue KG-13833486-hc */
.gallery-columns-3 .gallery-item:nth-of-type(3n+1) {
  clear: left;
}
.entry-thumbnail { height: unset; }

/*  KG-13833486-hc */

/* Récapitulatifs de matchs */
.minute{
	border: 2px solid black;
	text-align: center;
	width: 5%;
	vertical-align: middle;
}
.evt{
	border: 2px solid black;
	text-align: center;
	width: 10%;
}
.commentaire{
	border: 2px solid black;
	text-align: justify;
	width: 85%;
}
.commentaire2{
	border: 2px solid black;
	text-align: center;
	width: 85%;
}
.but{
	border:2px solid black;
	width:10%;
	color:red;
	background-image:url("https://nordalsacefoot.com/wp-content/uploads/2020/10/But.jpg");
	background-repeat: no-repeat;
	background-position: center;
}
.margin{
	margin-top:-15px;
}
.action{
	border:2px solid black;
	width:10%;
	background-image:url("https://nordalsacefoot.com/wp-content/uploads/2020/10/Action.jpg");
	background-repeat: no-repeat;
	background-position: center;
}
.corner{
	border:2px solid black;
	width:10%;
	background-image:url("https://nordalsacefoot.com/wp-content/uploads/2020/10/Corner.png");
	background-repeat: no-repeat;
	background-position: center;
}
.coup-franc{
	border:2px solid black;
	width:10%;
	background-image:url("https://nordalsacefoot.com/wp-content/uploads/2020/10/StyleCapture_2020-10-31_15-20-06_748.png");
	background-repeat: no-repeat;
	background-position: center;
}
.penalty{
	border:2px solid black;
	width:10%;
	background-image:url("https://nordalsacefoot.com/wp-content/uploads/2020/10/Fait-marquant.png");
	background-repeat: no-repeat;
	background-position: center;
}
.sifflet{
	border:2px solid black;
	width:10%;
	background-image:url("https://nordalsacefoot.com/wp-content/uploads/2020/10/sifflet.png");
	background-repeat: no-repeat;
	background-position: center;
}
.commentaire-but{
	border: 2px solid black;
	text-align: center;
	width: 85%;
	color:red;
	font-weight:bold;
}
@media (max-width: 700px){
.table thead {
display: none;
border: 1px solid black;
}

.table tr{
display: block;
margin-bottom: 40px;
}

.table td {
display: block;
text-align: right;
border: 1px solid black;
}

.table td:before {
content: attr(data-label);
float: left;
font-weight: bold;
border: 1px solid black;
}
}
.woocommerce div.product div.images .woocommerce-product-gallery_wrapper .zooming {display:none!important}
.woocommerce div.product .images {pointer-events:none!important}