.emd-es-displaycode {
	padding: 2%;
    border: 1px solid #eee;
    border-radius: 10px;
    background: #eaeaea;
    line-height: 2;
    font-size: 10px;
    height: 200px;
    overflow-y:auto;
}

.emd-es-copybutton {
    margin-top: 1%;
    padding: 10px 30px;
    border-radius: 10px;
    background: #ff2b58;
    color: #fff;
    font-weight:  bold;
    margin-right: 1%;
    text-transform: uppercase;
}


.emd-es-retrynotice {
    padding:  2em;
    text-align:  center;
    color:  white;
    background-color: rgba(77,82,112,0.95);
}
.emd-es-retrynotice h4 {
    color:  white;
}

.emd-es-displayarea {
    margin-top: 2em;
}

.emd-signature-results-display {
    /*display:  none;*/
}

/*EMD Signature Table in WooCommerce My Account Area*/
.emd-email-sg-table {
  display: table;         
  width: auto;         
  background-color: #eee;         
  border: 1px solid #666666;         
  border-spacing: 5px; /* cellspacing:poor IE support for  this */
}
.emd-email-sg-t-row,
.emd-email-sg-t-headrow {
  display: table-row;
  width: auto;
  clear: both;
}
.emd-email-sg-t-cell {
  float: left; /* fix for  buggy browsers */
  display: table-column;         
  width: 200px;         
  background-color: #ccc;  
}


/*.wpcf7 form div.visible-only-if-valid {
  display: none;
}
 
.wpcf7 form.sent div.visible-only-if-valid {
  display: block;
}*/


/*For larger than mobile screens (Desktops, etc.)*/
/*@media (min-width:641px) {
    .emd-es-displayarea,
    .emd-es-retrynotice {
        width:  49%;
    }
}*/