@media screen and (min-width: 641px){
    .commentMain{
        position:absolute;
        width:1000px;
    }
    .commentText{
        position:relative;
        top:30px;
        margin-top:-5px;
        margin-left:226px;
        font-weight:bold;
    }
    .commentTextWithResource{
        position:relative;
        margin-top:-5px;
        margin-left:226px;
        font-weight:bold;
    }
    .commentTextLogoff{
        position:relative;
        margin-top:-5px;
        margin-left:226px;
        font-weight:bold;
    }
    .commentTextForLogin{
        position:relative;
        margin-top:-90px;
        margin-left:600px;
    }
    .commentTextForLoginResource{
        color:#ca2420;
        font-weight:bold;
        position:relative;
        margin-top:-90px;
        margin-left:215px; 
    }
    .adjustSection{
        margin-bottom:0px;
    }

}

@media screen and (max-width: 640px){
    .commentMain{
        position:absolute;
        /*line-height: 1.5;*/
        /*display: flex;
        justify-content:flex-end;
        align-items: flex-end;*/
    }

    .commentText{
        position:relative;
        top:-20px;
        margin-top:-72px;
        margin-left:0px;
        text-align: right;
        font-size: 12px;
        font-weight:bold;
    }
    .commentTextLogoff{
        position:relative;
        top:-20px;
        margin-top:-72px;
        margin-left:0px;
        text-align: right;
        font-size: 12px;
        font-weight:bold;
    }
    .commentTextWithResource{
        position:relative;
        top:-40px;
        margin-top:-72px;
        margin-left:0px;
        text-align: right;
        font-size: 12px;
        font-weight:bold;
    }
    .commentTextForLogin{
        position:relative;
        top: -120px;
        margin-top:-8px;
        margin-left:0px;
        text-align: right;
        font-size: 12px;
    }
    .commentTextForLoginResource{
        color:#ca2420;
        font-weight:bold;
        position:relative;
        top: -120px;
        margin-top:-8px;
        margin-left:0px;
        text-align: right;
        font-size: 12px;
    }

    .hdg-lv2{
        padding-bottom:90px;
    }
}