/* cmsms stylesheet: tinyMCE modified: 03/06/21 08:21:51 */
blockquote {
  color : #CC0066;
  border: 0px;
  font-style: italic;
  padding: 0px;
  line-height: 20px;
  margin: 5px 0 20px 0;  
}
h3 {
  color: #cc0066;
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
  padding-bottom: 3px;
  margin: 10px 0px 20px 0px;
  border-bottom: solid 1px #e9e9e9;
  display: block;
}
h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
}
/* cmsms stylesheet: custom modified: 09/12/22 10:04:02 */
@media only screen and (max-width: 767px) {
    #selectnav1 {
        position: relative;
        margin-right: -8px;
        margin-bottom: 10px;
        height: 30px;
    }
    #header-details,
    #header-keywords {
        float: right;
    }
    
}

input[type="text"], input[type="password"], input[type="email"], textarea, select {
    color: #a03;
}
