.t744__descr a {
    display: inline-block;
    padding: 10px 20px;
    margin-right: 20px;
    margin-left: 10px;
    margin-top: 0px;
    border-radius: 30px;
    font-weight: 400;
    font-size: 16px;
    background-color: #ECF0F1;
    color: #626567;
}
.quill-table__table {
    width: 50px;
    height: 50px;
    margin-top: 2px;
    margin-bottom: 10px;
    margin-right: 20px;
    margin-left: 50px;
}
.uc-show-button {
   background: #000;
   width: 18px;
   height: 18px;
   cursor: pointer;
   display: inline-block;
   margin: 0 0 5px 0;
   vertical-align: middle;
 }
.uc-hidden-block {
   display: none;
   margin-top: 30px;
   position: relative;
   background: #fff;
   z-index: 2;
   width: 100%;
   height: 100%;
 }
