

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
h1 {
    font-size: 250%;
}
body.modal-open div.modal-backdrop { 
    z-index: 0; 
}
.mugshotsearch {
    background-color : #ffffff;
    color: #F5500A;
    border-style: none;
}
.largemugshot {
  font-size:xx-large;
}
.fa {
    padding: 20px;
    font-size: 30px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
}
.note-box, .warning-box, .tip-box{
	padding:0 15px 15px 25px;
}
.note-box{
	color:#144261;
	background:#FBFBFB;
}
.note-box code, .note-box a{
	color:#4d85a4;
}
.info-tab{
	width:36px;height:50px;
	float:left;
	margin-left:-21px;
	position:relative;
	top:6px;
	background:url("../images/sprite.png") no-repeat;
}

#container #site-header 
a.logo{
 position:absolute; width:350px; height:60px; background:url(/images/MugshotSearch.png) no-repeat; top:4px; left:0px
 }
 #container 
 .result-container{
    min-height: 600px;	
	background:#FFFFFF;
}
