/*Custom OW Styling*/
  body {
    margin: 0px auto;
    background-color: transparent;
  }

.smartcapture-controls {
 width: 100%;
}

.popover-content {font-size: 13px !important; font-weight: bold !important; color: #FF0000 !important;}
.popover {position: static !important;}

.sc-formfield-input label {
 font-weight: normal !important;
}

  #smartcapture-block-fzgvlpjxf56 input[type="text"],
  #smartcapture-block-fzgvlpjxf56 input[type="email"],
  #smartcapture-block-fzgvlpjxf56 input[type="number"], select {
    width:100%;
    max-width: 303px;
    padding: 10px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    height: auto !important;
}

 @media only screen and (max-width: 480px) {
   #smartcapture-block-fzgvlpjxf56 input[type="text"],
   #smartcapture-block-fzgvlpjxf56 input[type="email"],
   #smartcapture-block-fzgvlpjxf56 input[type="number"], select {
    width:100%;
    max-width: 100% !important;
   }


.linkedin {
  text-align: center !important;
  margin-bottom: 15px;
}