.profileclass {
    color: blue;
    float: left;
    width: 100px;
    background: white;
    border-radius: 16px;
    padding: 2px;
    font-weight: bold;
    height: 30px;
    line-height: 27px;
    width: 100%;
}
span.classtag {
    color: white;
    padding: 2px 5px;
    border-radius: 12px;
    background: #0b4782;
    /* position: absolute; */
    /* right: 0; */
    margin-left: 0px;
}


.listcard{
        padding: 10px ;

    margin: 5px 25px;

border: 4px solid #d7d7d7;
    background: white;
}


.textoverflow{
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}

.f_40{
    font-size: 40px;
}


.classsectionblock {
    float: left;
    padding: 0px 10px;
    margin: 0px 10px;
    line-height: 28px;
}