body {
   padding-top: 60px;
   padding-bottom: 40px;
}
      
.title-nav{
  margin-bottom:20px; 
  width:100%;
}

.footer {
  text-align: center;
  padding: 30px 0;
  margin-top: 50px;
  border-top: 1px solid #e5e5e5;
  background-color: #f5f5f5;
}

.muted{
	color: #999999;
}

@media (max-width: 980px) {
  /* Enable use of floated navbar text */
  .navbar-text.pull-right {
    float: none;
    padding-left: 5px;
    padding-right: 5px;
  }
}

#mynote-ct{
	width:302px;
}

@media (max-width: 1280px) {
  /* Enable use of floated navbar text */
  #mynote-ct{
	width:262px;
  }
}



#mynote-label{
	line-height:18px;
	font-size:12px;
}

.popover-title .mynote-button{
	 float:right;
	 display:inline-block;
	 margin-left:3px;
	 margin-top:2px;
}

.popover {
	max-width:none;
}

/*new*/

.popover-title{
	line-height:22px;
}
	
a:link { text-decoration: none;}
a:active { text-decoration:none}
a:hover { text-decoration:none;} 
a:visited { text-decoration: none;}

.navbar .nav-collapse .hide{
	display:none;
}


.thumbnails > li > .thumbnail > img {
	width: 170px; 
	height: 80px;
}
      