/* Stylesheet for DNA sequences of ribosomal RNA highlighting secondary structure 
  (loops and stems) and tertiary structure */
   
/* Styles for XML elements */
stretch		{ 
              display: table;		
              border: outset 2pt;
              border-collapse: separate;
              /* border-spacing: 2pt */ 		}

features	{ display: table-row;
			  font-family: monospace	}
legend		{ display: table-cell;
			  border: inset 2pt		}
loop		{ display: table-cell;
			  border: inset 2pt;
			  background: yellow	}
stem		{ display: table-cell;
			  border: inset 2pt;
			  text-align: center;	}
offsets		{ display: table-row;
			  font-family: monospace	}
offset		{ display: table-cell;
			  border: inset 2pt		}
sequences	{ display: table-row;
			  font-family: monospace	}
species		{ display: table-cell;
			  border: inset 2pt}
sequence	{ display: table-cell;
			  border: inset 2pt		}

/* Styles for HTML elements */
/* DNA sequence styles */
table#DNA		{ font-family: monospace;
				  font-size: 12pt;  
			  	  border: double 1pt black;
              	  border-collapse: separate;
              	  background: none			}
table#DNA td	{ border: double 1pt black;
				  background: #FFE1B3  } 
/*				  background: #FFF0CE  } */
table#DNA td#sample	{ background: yellow }
table#DNA td#loop	{ background: none }
table#DNA td#stem	{ text-align: center;
					  background: yellow }
table#DNA td#tertiary { text-align: center;
					    background: yellow }
				  
/* HTML housekeeping */
body			{ background: #FFF7CE }
*:link			{ color: black		}
*:visited		{ color: blue		}
*:hover			{ color: green		}
td#content		{ text-align: left	}
td#margin		{ width: 10%		}
h1, h2			{ color: blue		}
table#logo		{ width: 100% 		}
table#logo td	{ width: 30%;
				  text-align: center;
				  border: none		 } 
address			{ font-weight: bold;
				  text-align: center }

