/* Logo colors
purple    = #e6d9d9
dark blue = #0b1a67
*/

.smslPageWidth {
  max-width: 700px;
}

.smslFormGroup {
  margin-top:5px;
}

.smslText {
  color: #380b61;
}

.smslImportantNote {
  color: #c30900;
}

.smslPanelBackground {
  background-color: #dacbe7 !important;
}

.smslFavorite {
  vertical-align: middle;
  margin-left: 3px;
  vertical-align: top;
}

/* Bootstrap does not underline links by default */
.smslLink a:link {text-decoration: underline !important}
.smslLink a:visited {text-decoration: underline !important}
.smslLink a:active {text-decoration: underline}
.smslLink a:hover {ctext-decoration: underline}

#copyright {
  text-align: center;
  margin-top: 5px;
}

.copyrightText {
  color: gray;
}

#findUsOnFacebook {
  text-align: center;
}

#followUsOnTwitter {
  margin-top: 10px;
  text-align: center;
}

#pageTitle {
  font-size: 18px;
  font-weight: bold;
  margin-left: 15px;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #0b1a67;
}
