

.limiter strong {
	font-weight: 700;
	color: 333;
}
.limiter h2 {
	font-family: 'CaeciliaCom-85Heavy', serif; 
	font-size: 2.5em;
	line-height: 1.25em;
	text-transform:uppercase;
	margin-bottom: 10px;
}


.limiter p {
	font-family: 'CaeciliaCom-45Light', serif; 
	font-weight: 400;
	font-style: normal;
	font-size: 1.25em;
	line-height: 1.25em;
	color: #000;
	margin-right: 0;
	margin-bottom: 1.65em;
	margin-left: 0;
}

.limiter ul, .limiter li {
	list-style-type: disc;
	list-style-position: outside;
	margin: 8px 0 5px 10px;
}



/*//////////////////////////////////////////////////////////////////
[ Table ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-table100 {
  width: 100%;
  min-height: 100vh;
  background: #ccc;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 33px 30px;
}

.wrap-table100 {
  width: 100%;
}

table {
  border-spacing: 1;
  border-collapse: collapse;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
table * {
  position: relative;
}
table td, table th {
  padding:20px;
}
table thead tr {
  height: 60px;
  background: #333;
}
table tbody tr {
  height: 50px;
}
table tbody tr:last-child {
  border: 0;
}
table td, table th {
  text-align: left;
}
table td.l, table th.l {
  text-align: right;
}
table td.c, table th.c {
  text-align: center;
}
table td.r, table th.r {
  text-align: center;
}

  table tbody tr td:before {

    width: 40%;
    left: 30px;
  }
.table100-head th{
	font-family: 'Oswald', 'helvetica', 'arial', sans-serif;
  font-size: 1.25em;
	font-weight: 700;
  color: #fff;
  line-height: 1.2;
	text-transform: uppercase;
}

tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

tbody tr {
	font-family: 'Oswald', 'helvetica', 'arial', sans-serif;
  font-size: 1em;
  color: #333;
  line-height: 1.4;
  font-weight: 300;
}

tbody tr:hover {
  color: #555555;
  background-color: #f5f5f5;
  cursor: pointer;
}

.column1 {
  width: 34%;
  padding-left: 3%;
}

.column2 {
  width: 33%;
}

.column3 {
  width: 33%;
}


@media screen and (max-width: 600px) {
	
	.limiter h2 {
	font-size: 1.5em;
}


.limiter p {
	font-size: 1em;
	}
	
  table {
    display: block;
  }
  table > *, table tr, table td, table th {
    display: block;
  }
  table thead {
    display: none;
  }
  table tbody tr {
    height: auto;
    padding: 37px 0;
  }
table td, table th {
  padding: 0 0 8px;
}	
  table tbody tr td {
    padding-left: 40% !important;
  }
  table tbody tr td:last-child {
    margin-bottom: 0;
  }
  table tbody tr td:before {
	font-family: 'Oswald', 'helvetica', 'arial', sans-serif;
    font-size: 14px;
    color: #999999;
    line-height: 1.2;
    font-weight: unset;
    position: absolute;
    width: 20%;
    left: 10px;
    top: 0;
  }
  table tbody tr td:nth-child(1):before {
    content: "Organization";
  }
  table tbody tr td:nth-child(2):before {
    content: "Transgender Men";
  }
  table tbody tr td:nth-child(3):before {
    content: "Transgender Women";
  }

.column1 {
  width: 100%;
  padding-left: 0px;
}

.column2 {
  width: 95%;
  padding-bottom: 20px;
}

.column3 {
  width: 95%;
}



  .column1,
  .column2,
  .column3 {
	  font-size: 10px;
  }

  tbody tr {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .container-table100 {
    padding-left: 15px;
    padding-right: 15px;
  }
}