@import "../page.css";

.grid {
	border: none;
}

.grid_service {
	border: none;
}

.no_grid {
	border: none;
}




@media only screen and (max-width: 767px) {

	#project table td img {
	
	}
	
	#project {
		
	}

}



/*  per le tabelle  */

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    /* border-bottom: 3px solid #ddd; */
    display: inline-block;
    margin-bottom: 1em;
    background-color: #f8f8f8;
  	border: 1px solid #ddd;
  }
  
  table td {
    display: block;
    /* font-size: .8em; */
    text-align: right;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */

    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
  
  table img {
	/* width: 80vw !important; */
	/* height: 420px !important; */
  }
}