/*style home page */			
			
			body{
					font-size: 13px;
					font-family: Arial,Verdana,"Trebuchet MS","Lucida Grande",Tahoma,Helvetica,sans-serif;
				}
				a {
					color: #272f87;
				}
				ul {
					list-style-type : none;
					margin: 0px;
					padding: 0px;
				}
				.normal{
				color: #000;
				}
				.sequence {
					border-left: #008000 dotted 1px; border-bottom: #008000 dotted 1px;
					color: #008000;	
					padding: 5px;
					margin-bottom: 8px;
				}
				.gene {
					border-left: #F9BB03 dotted 1px; border-bottom: #F9BB03 dotted 1px;
					color: #F9BB03;
					padding: 5px;
					margin-bottom: 8px;
				}
				.structure {
					border-left: #1E94CD dotted 1px; border-bottom: #1E94CD dotted 1px;
					color: #1E94CD;
					padding: 5px;
					margin-bottom: 8px;
				}
				.antibodies {
					border-left: #FF8000 dotted 1px; border-bottom: #FF8000 dotted 1px;
					color: #FF8000;
					padding: 5px;
					margin-bottom: 8px;
				}
				
				.panel-success > .panel-heading{
					background-color: #689713;
					border-color: #689713;
					color:#FFFFFF;
				}
				.panel-success{
					background-color: #f6fcea;
					border-color: #f6fcea;
					
				}
				
				.panel-primary > .panel-heading{
					background-color: #272f87;
					border-color: #272f87;
				}
				.panel-primary{
					border-color: #FFFFFF;
					border: 0px ;
					box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
				}
