body
{
	margin-top:80px;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover a{
	background-color:#eee;
	color:#000;
	
}
#map {
  height: 600px;
  width: 100%;
}
#mapN
{
	height: 400px;
	width: 100%;
	margin-top:5px;
}
.myform {
	margin-left:30%;
	width:40%;
	
}
@media only screen and (max-width: 450px) 
{
    .myform {
    	margin-left:5%;
    	width:85%;
	
    }
}
.srchbtn
{
	font-size:20px;
}

.mnbt 
{
	cursor: pointer;
	background-color:white;
	font-size:20px;
	padding:5px;
	border-radius:3px;
	text-align:center;
}
.err{color:red;}
.suc{color:green;}

.myphotos
{
	width:200px;
	height:200px!important;
}
.formaAgoras tr td
{
	border-top:0!important;
	background-color:#E8E8E8!important;
}
	


