   P { 
    text-indent: 1.5em; /* Отступ первой строки */
    text-align: justify; /* Выравнивание по ширине */

   }
   .date {
   	text-align: center;
   	font-weight: bolder;
   }
   body {
   	font-size:1.6rem;
   }
.head-title {
	font-size:2rem;
	text-align: center;
	padding-bottom:1.1rem;
	line-height: 1.5em;
	
	font-weight: bold;
}
.nav-pills>li>a {
	font-size:1.3rem;
	border:1px solid grey;
}
.header,footer {
	background-color: #F2F2F2;
}
.header {
	margin-bottom: 15px;


}
#blue {
	color: #337ab7;
}
body {
	width:100%;
	overflow-x:hidden;
	
}
.main {
	
	border-bottom:1px solid grey;
}


@media (max-width: 680px) {
    .nav-pills>li{
		float:none;
		text-align:center;
    }
}
