table {
    border: 1px solid #e01f3d;
    width: 90%;
    margin:auto;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
    font-family: 'Prompt','Raleway', sans-serif;

  }
  table caption {
  font-size: 3rem;
 /* color: #185477; */
  margin: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left, center right;
}
  table tr {
    border: 1px solid #e01f3d;
    padding: 5px;
  }

  table th, table td {
    padding: 10px;
    text-align: center;
     word-break: break-all;
     font-size : 95%;
     color:#000;
  }

  table th {
    text-transform: uppercase;
    font-size: 100%x;
    letter-spacing: 1px;
    color:#fff;
    background-color: #e01f3d;
  }
  table td {

    font-size: 95%;
    letter-spacing: 1px;
    color:#000000;
  }

  @media screen and (max-width: 799px) {
    table caption {
  font-size: 2rem;
  }
    table {
      border: 0;
    }

    table thead {
      display: none;
    }

    table tr {
      margin-bottom: 10px;
      display: block;
      border-bottom: 2px solid #e01f3d;
    }

    table td {
      display: block;
    /*  text-align: right;   */
      font-size: 70%;
      border-bottom: 1px dotted #e01f3d;
    }

    table td:last-child {
      border-bottom: 0;
    }

    table td:before {
      content: attr(data-title);
      float: left;
      text-transform: uppercase;
      font-weight: bold;
       color:    #f12e38;
       padding-bottom: 20px;
    }
    .blockquote.quote {
    font-size: 13px;
    line-height: 30px;
}
  }
   @media screen and (max-width: 440px) {
    table caption {
  font-size: 2rem;
  }
    table {
      border: 0;
    }

    table thead {
      display: none;
    }

    table tr {
      margin-bottom: 10px;
      display: block;
      border-bottom: 2px solid #e01f3d;
    }

    table td {
      display: block;
     /* text-align: right;*/
      font-size: 70%;
      border-bottom: 1px dotted #e01f3d;
    }

    table td:last-child {
      border-bottom: 0;
    }

    table td:before {
      content: attr(data-title);
      float: left;
      text-transform: uppercase;
      font-weight: bold;
      color:    #f12e38;
      padding-bottom: 20px;
    }
    .blockquote.quote {
    font-size: 13px;
    line-height: 30px;
}
   table tr td:first-child {
		background: #D9D9D9; color: #E01F3D;
	}
    #toto {
    text-align: right;
    }
  }







