#wa-my-info-mdl .body{
    display: flex;
    justify-content: start;
}
#wa-my-info-mdl .messages .new-messages .number,#wa-my-info-mdl .messages .work-in-progress .number{
    width:20px;
    height:20px;
    background-color:green;
    padding:10px 15px 10px 15px;
    display: inline-block;
    color:white;
    text-align: center;
}
#wa-my-info-mdl .messages .work-in-progress .message,#wa-my-info-mdl .messages .new-messages .message{
    display: inline-block;
    height: 20px;
    width: 150px;
    background-color: #eaeaea;
    padding:10px 15px 10px 15px;
}
#wa-my-info-mdl #messages-email{
    margin:10px 0;
}
#wa-my-info-mdl .messages div{
    margin-top:2px;
}
#wa-my-info-mdl #messages-buttons{
    width: 250px;
}
#wa-my-info-mdl #messages-buttons a{
    width: 100%;
}
.course-grade{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: 5px;
    font-weight: 600;
    color: #fff;
    flex-direction: row;
    text-decoration: none;
}
.course-grade span:nth-child(1){
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    padding: 0 0 0 5px;
    box-sizing: border-box;
    background-color: #7dbc19;
}
/*.course-grade .p-grade:before{
    content: '';
    position: absolute;
    bottom: -2px; right: 40px;
    width: 20px;
    height: 35px;
    transform: rotate(20deg);
    z-index: 9999;
    border-right: 4px solid #ffffff;
}*/
.course-grade span:nth-child(2) {
    display: inline-block;
    width: 18px;
    height: 24px;
    background-image: linear-gradient(105deg, #7dbc19 0%, #7dbc19 calc(50% - 1px), #fff 50%, #fff calc(50% + 1px), #797f70 calc(50% + 2px), #797f70 100%);
}
.course-grade span:nth-child(3){
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    padding: 0 5px 0 0;
    box-sizing: border-box;
    background-color: #797f70;
}

@media screen and (min-width: 256px) and (max-width: 1024px){
    #wa-my-info-mdl .body{
        display: block !important;
    }
    #perso-info{
        display: block !important;
    }
    #courses-info .course-table table,#courses-info .course-table td,#courses-info .course-table tr,#courses-info .course-table th{
    display: block !important;
    }
}