
  .roundedImg {
    
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
/*    border-radius: 50% !important;*/

  }

#navBar{

/*  text-align: center !important;*/
  background-image: url(../pattern.png);   
  background-repeat: repeat; 
  background-color: #1d80bf;
  background-size: 7%;
  margin-bottom: 15pt;
  background-position: center;

}

.servTitle {

  font-size: 17pt;
  font-weight: 600;
  font-style: italic;
  color: #B7E686;
}

  #navBar .userPhoto{
    height: 35px;
  }
  
  #userPhotoBtn,
  #userPhotoBtn:hover {
    color: white;
    text-decoration: none;
  }

  .dropdown-menu {
    min-width: 5rem !important;
  }



  .framed {

    border: 2px solid #1E80BF;
    border-radius: 4pt; /* Радиус скругления */
    word-wrap: break-word; /* Перенос слов */ 
    background: radial-gradient(white, #EDF8FC);
    margin-bottom: 20px;

  }


.link {color: #1d80bf !important; cursor: pointer; font-weight: 600;}
.link:hover {color: #0a2d43 !important; cursor: pointer;}
