/*стили для панелей разделов подготовка кадров и совет по защите диссртаций*/	
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link 
{
  color: #1752dd !important;
}
@media (max-width:767px){	
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link 
{
  border-color: #dee2e6 !important;
  color: #1752dd !important;
}
 }
/*стили для заседаний совета диссертаций*/

@media only screen and (min-width:992px) and (max-width:1199px) {
  #diss h2, h3
  {
    font-size: 1.75rem;
  }

}
@media only screen and (min-width:768px) and (max-width:991px) {
  #diss h2, h3
  {
    font-size: 1.4rem;
  }

}

@media only screen and (max-width:767px) {
  #diss h2, h3
  {
    font-size: 1rem;
	 font-weight: bold;
  }

}
