@media only screen and (max-width: 760px) {
		.responsive_table table, .responsive_table thead, .responsive_table tbody, .responsive_table th, .responsive_table td, .responsive_table tr {
			/*background: #fff;*/
		  display: block;
		}
		.responsive_table td:nth-of-type(even) { 
		  /*background: #eee; */
		}
		.responsive_table thead tr {
		  position: absolute;
		  top: -9999px;
		  left: -9999px;
		}
		.responsive_table tr {
		  border: 1px solid #ccc;
		}
		.responsive_table td {
		  border: none;
		  border-bottom: 1px solid #eee;
		  position: relative;
		  padding-left: 50%;
		  text-align: left;
		}
		.responsive_table .content {
			width: 48%;
			display: inline-block;
		}
		.responsive_table td:before {
		  width: 45%;
		  margin-right: 15px;
		}
		.responsive_table td:before {
		  content: attr(data-title);
		  display: inline-block;
		  text-align: left;
		  font-weight: 700;
		  color: #747474;
		}
}

.wdm_button_center {
	text-align: center;
  float: right;
  width: 55%;
}

@media only screen and (max-width: 375px) {
	div.offender-info {
		margin-bottom: 22px;
	}
	div.offender-info h3 {
			float: none;
			text-align: center;
	}
	.offender-info .wpcf7-submit {
    width: 100%;
  }
	.wdm_update_profile {
		width: 100%;
    margin-top: 12px;
    padding: 10px;
	}
	.wdm_button_center {
		text-align: center;
	  width: 100%;
	}
}

.wdm_update_profile {
  margin-top: 12px;
  padding: 10px;
}

