a{color:#555;}
table a{color:#007bff;}

.header-title{
    text-transform: inherit;
}
.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.55rem;
    background-color: #CACACA;
    border-radius: .25rem;
}
.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #a02d2d;
    transition: width .6s ease;
}
.img-is-atayan{
    width: 65px;
    height: 65px;
    border-radius: 10px;
    margin: 0 0 0 -50px;
}
.img-is-atanan{
    width: 40px;
    height: 40px;
    margin: 0 0 0 30px;
    border: 3px solid #fff;
    border-radius: 1px;
}