/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

form{
  background:#fff;
  border: 1px solid #fff;
  max-width:600px;
  width:100%;
  margin: 0 auto;
}

form legend{
  color: #aaa;
  font-size:13px;
}

form label.hs-form-checkbox-display{
  margin-bottom:0px;
  padding-bottom:0px;
  padding-top:0px;
}

h4 strong,
form .hs-richtext h1,
form .hs-richtext h2,
form .hs-richtext h3,
form .hs-richtext h4,
form .hs-richtext h5,
form .hs-richtext h6,
form .hs-richtext strong,
form .hs-richtext strong span{
  font-weight:bold!important;
}

form .hs-richtext a{
  color: blue;
  text-decoration: underline;
}

}