/**
 *	Styling for Diviner Theme Page
**/
#diviner-theme-options #diviner-important-links {
  font-weight: 700;
}
#diviner-theme-options #diviner-important-links .button-documentation {
  background: #f9a620;
  border-color: #f9a620;
  color: white;
}
#diviner-theme-options #diviner-important-links .button-documentation:hover {
  background: #f89c07;
  border-color: #f89c07;
}
#diviner-theme-options #diviner-important-links .button-theme-page {
  background: #4f7cac;
  border-color: #4f7cac;
  color: white;
}
#diviner-theme-options #diviner-important-links .button-theme-page:hover {
  background: #476f9b;
  border-color: #476f9b;
}
#diviner-theme-options #diviner-important-links .button-contact-us {
  background: #a30b37;
  border-color: #a30b37;
  color: white;
}
#diviner-theme-options #diviner-important-links .button-contact-us:hover {
  background: #8b092f;
  border-color: #8b092f;
}
