* {
	border:0px;
	padding:0px;
    margin:0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.4em; 
	}
body {
	padding: 0px;
	margin: 0px auto;
	background-color: #FFF;
 }
#whole{
	width: 100%;
	padding-top:0px;
}
#upper{
	height: 5.3%;
        background: -webkit-linear-gradient(top, #000093 , #84C1FF); 
	margin:0px 0px 0px 0px;
}
#upper a{
	text-decoration:none;
	text-align: center;
	color: #FFF;
	margin-left: 30px;
	font-family: Tahoma, Geneva, sans-serif;
	font-family:'Allerta', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 40px;
	text-align: left;
	text-indent: 35px;
}
#upper a:hover{
	text-decoration:underline;
	color:#FFF;
}
#middle {
    padding-top:120px;
	min-height: 300px;
	align-items: center;
    height:auto;
}
#float{
	width: 800px;
	margin: 0px auto;
	height: auto;
	background-color: #FFF;
}
#wrapper{
	width: 800px;
	margin: 0px auto;
}
#main{
	width: 800px;
	text-align: center;
	margin: 0px auto;
	margin-top: 10px;
	position: relative;
}
#browse{
	margin-top:20px;
}
#searchScope {
	border: 1px solid #ddd;
	padding: 5px;
}
#prime_search_one {
	border: 1px solid #ddd;
	height: 30px;
	min-width: 350px;
}
#prime_search_two{
	background-color: #2196F3;
	color: white;
    display:inline;
    color: white;
    border: none;
    padding: 5px;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.07);
    -moz-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.07);
}
#quick-links{
	margin: 0px auto;
}
#quick-links p{
	margin-left:10px;
	margin-top: 20px;
}
.box {
	margin-top: 20px;
	margin-left: 10px;
	magin-bottom: 10px;
	width: 150px;
	padding: 10px;
	display: inline-block;
	font-size: small;
	background: white;
	border: 1px solid #bbb;
	border-radius: 3px;
	box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.07);
}


.box * {
	display: inline-block;
	vertical-align: middle;
}

.box:hover {
	background: rgba(102,153,204,0.2);
}

.clickable {
	cursor: pointer;
}

.clicable:active {
	transform: translate(1,1);
}
#citation{
	margin-top: 20px;
}
.pubmed {
	margin-top:20px;
	margin-left:10px;
	border: 1px solid #bbb;
	border-radius: 4px;
	padding: 10px;
	margin-bottom: 10px;
	background: #c5e1a5;
	box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.07);
	-moz-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.07);
}
.pubmed:hover {
	background: #dcedc8;
}
.pubmed a {
	color: #444;
	text-decoration: none;
}
.pubmed a:hover{
	color: #444;
	text-decoration: none;
}
.pubmed_author {
	display: block;
	font-style: italic;
	margin-bottom: 4px;
}
.pubmed_title{
	font-weight: bold;
	display: block;
	margin-bottom: 4px;
}
.pubmed_journal{
	font-size: 90%;
	display: block;
	margin-bottom: 4px;
}
#bottom{
	width:100%;
	background-color:#5B5B5B;
	height:6%;
	text-align: right;	
}
#bottom a{
	text-decoration:none;
	color: #FFF;
	margin-right: 30px;
	font-family: Tahoma, Geneva, sans-serif;
	font-family:'Allerta', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 40px;
	text-indent: 35px;
}
#bottom a:hover{
	text-decoration:underline;
	color:#FFF;
}