<!--

/* These styles are used for coloring the regions of a protein sequence
 * as inside/outside/membrane/signal-peptide regions as predicted by a 
 * transmembrane prediction tool.
 */

.tm-inside{ 
 background-color: #C5AAC8;
}
.tm-outside{ 
 background-color: #AACFDD;
}
.tm-membrane{ 
 background-color: #E9B0B4;
}
.tm-signal{
 background-color: #C5D87E;
}

-->