/*
 * Theming for Openmedia Counter
 * Type: Webform field
 */
#webform-component-test-weight {
  width:100%;
  display:block;
}
#field-webform-counter {
	padding: 15px 10px 15px 10px;
    min-width:50%;
	margin-left:auto;
    margin-right:auto; 
	font-family: Helvetica, Arial; 
	font-size: 1.5em; 
	font-weight: bold; 
	text-align: center; 
    color:#444;
    clear:both;
    display:block;
/*    max-height:28px; */
	background:#B9E4EF;
	border-radius:10px; 
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}

#signature_count {
    font-size:1.6em;
    position:relative;
    top:2px;
}

/*
 * Theming for Openmedia Counter
 * Type: Webform field in an iframe
 */

#embed-webform-counter {
	padding: 5px 3px 5px 3px;
    min-width:50%;
	margin-left:auto;
    margin-right:auto; 
	font-family: Helvetica, Arial; 
	font-size: 1.1em; 
	font-weight: bold; 
	text-align: center; 
    color:#444;
    clear:both;
    display:block;
/*    max-height:28px; */
	background:#B9E4EF;
	border-radius:10px; 
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}


/*
 *Temporary fix for the width of the country field
 */
#webform-client-form-848 select {
    width:95%;
  }
