.skin-blue .main-header .logo {
	background-color: #3c8dbc;
}
.skin-blue .main-header .logo:hover {
	background-color: #3c8dbc;
}
#DNA, #peptide {
	width: 270px!important;
	border-radius: 4px;
}

.center_aa {
	color: #FF1493;
	/*border-radius: 50%; */
	background: #FFF833;
	/*border: 1px solid #666;*/
	text-align: center;v
}

.mutation_aa {
	color: #FFFFFF;
	/*border-radius: 50%;*/
	background: #FF3333;
	/*border: 1px solid #666;*/
	text-align: center;v
}

.win_aa {
	background-color: #9370DB;
}


.cyan{
  background-color:cyan;
}
.yellow{
  background-color:yellow;
}
.red{
  background-color:red;
  color:white;
}


