 /*fixed table*/ 
  
  table {
	max-width:1200px;
	margin:0 auto;
  }

   table tr {

  }

  table th, table td {
    text-align: inherit;
    padding:20px;

  }
    tbody tr td img {
		width:100%;
		height:auto;
		border:#000000 1px solid;
		margin-bottom:0;	  
    }


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

    table {
      border: 0;
      margin-bottom:0;	  
    }


    table thead {
      display: none;
    }

    table tr {
      margin-bottom:0;
      display: block;
    }

    table td {
      display: block;

    }

    table td:last-child {
      border-bottom: 0;
    }

    table td:before {  
    }
  tbody tr td img {
		width:100%;
		height:auto;	  
    }
	
  }  
  
