/* Host-specific styles for PhagesDB */
/* Can set a CSS class in the Genus admin then put values here and in _colors.scss */
/* Colors to use for PhagesDB scss files */
.mycobacterium, a.mycobacterium {
  color: #000000;
}

.mycobacterium-background {
  background: #000000;
}

a.mycobacterium:hover {
  color: #1a1a1a;
}

.rhodococcus, a.rhodococcus {
  color: #7F0C16 !important;
}

.rhodococcus-background {
  background: #7F0C16;
}

a.rhodococcus:hover {
  color: #ae101e !important;
}

.arthrobacter, a.arthrobacter {
  color: #AD4E04 !important;
}

.arthrobacter-background {
  background: #AD4E04;
}

a.arthrobacter:hover {
  color: #df6405 !important;
}

.streptomyces, a.streptomyces {
  color: #24517F !important;
}

.streptomyces-background {
  background: #24517F;
}

a.streptomyces:hover {
  color: #2f6aa7 !important;
}

.gordonia, a.gordonia {
  color: #6C1942 !important;
}

.gordonia-background {
  background: #6C1942;
}

a.gordonia:hover {
  color: #95235b !important;
}

.propionibacterium, a.propionibacterium {
  color: #997A5C !important;
}

.propionibacterium-background {
  background: #997A5C;
}

a.propionibacterium:hover {
  color: #af9479 !important;
}

.corynebacterium, a.corynebacterium {
  color: #42631F !important;
}

.corynebacterium-background {
  background: #42631F;
}

a.corynebacterium:hover {
  color: #5c8a2b !important;
}

.curtobacterium, a.curtobacterium {
  color: #02A1AD !important;
}

.curtobacterium-background {
  background: #02A1AD;
}

a.curtobacterium:hover {
  color: #03d0df !important;
}

.actinoplanes, a.actinoplanes {
  color: #D13086 !important;
}

.actinoplanes-background {
  background: #D13086;
}

a.actinoplanes:hover {
  color: #da5a9e !important;
}

.microbacterium, a.microbacterium {
  color: #EB7410 !important;
}

.microbacterium-background {
  background: #EB7410;
}

a.microbacterium:hover {
  color: #f28f3c !important;
}

.tsukamurella, a.tsukamurella {
  color: #DEDE00 !important;
}

.tsukamurella-background {
  background: #DEDE00;
}

a.tsukamurella:hover {
  color: #ffff12 !important;
}

.tetrasphaera, a.tetrasphaera {
  color: #14B329 !important;
}

.tetrasphaera-background {
  background: #14B329;
}

a.tetrasphaera:hover {
  color: #19e134 !important;
}

.dietzia, a.dietzia {
  color: #3333AA !important;
}

.dietzia-background {
  background: #3333AA;
}

a.dietzia:hover {
  color: #4848c8;
}

.rothia, a.rothia {
  color: #008AE6 !important;
}

.rothia-background {
  background: #008AE6;
}

a.rothia:hover {
  color: #1aa3ff;
}

.kocuria, a.kocuria {
  color: #5137AD !important;
}

.kocuria-background {
  background: #5137AD;
}

a.kocuria:hover {
  color: #6a50c7;
}

.brevibacterium, a.brevibacterium {
  color: #AA09AA !important;
}

.brevibacterium-background {
  background: #AA09AA;
}

a.brevibacterium:hover {
  color: #da0cda;
}

/* General host styling */
/* Styling for genus, species, and strain detail pages */
.genus_tree.accordion {
  width: 700px;
  margin: 20px 0 24px 16px;
}

.species_tree.accordion {
  width: 640px;
}

.genus_tree.accordion .ui-icon {
  display: none;
}

.genus_tree.accordion .ui-state-default {
  background: #CCCCCC;
}

.genus_tree.accordion .ui-state-active {
  background: #EEEEEE;
}

.genus_tree {
  border-radius: 4px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
}

.genus_tree h3 {
  font-size: 14px;
  font-weight: normal;
}

.wiki_link {
  font-size: 12px;
  margin-top: 2px;
  margin-bottom: 12px;
}

.species_link {
  margin-top: 2px;
}

.wiki_link a, .wiki_link a:visited, .species_link a, .species_link a:visited {
  color: #1e5799 !important;
}

.wiki_link a:hover, .species_link a:hover {
  text-decoration: underline;
}

p.strain_info {
  font-size: 14px;
}

.small_info {
  font-size: 11px;
  color: #999;
}

/*# sourceMappingURL=hosts.css.map */
