.myProgress {
    width: 100%;
    background-color: #E0EEEE;
    border-radius: 8px;
}

.myBar {
  width: 1%;
  height: 30px;
  background-color: green;
  border-radius: 8px;
}

/*Подсветка ссылок на примеры документов*/
.exampl{
    font-size: 16px;
    text-decoration: none;
    color: black;
}
.ahref1{
    background: #02205F; 
    border-radius: 1.3rem; 
    color: white; 
    margin: 5px 5px; 
    padding: 5px 3px;
    text-decoration: none;
    font-size: 16px;
} 
a.ahref1:visited{ background: #97ACD9; color: white;} 
a.ahref1:hover{background: red; color: white;}
.order_num{
    background: white; 
    min-width: 140px; 
    border: 1px solid white; 
    padding: 5px 5px; 
    border-radius: 1.8rem; 
    margin-right: 10px; 
    color: black;
    font-size: 17px;
   
}