﻿/* student info */
.sinfo {
    font-size: 24px;
    padding: 30px 35px;
}

.sinfo-header {
    font-weight: bold;
}

.sinfo-name {
    color: #6C757D;
    background-color: #FFFAE2;
    width: 100%;
    padding: 10px 0px;
    font-weight: bold;
}

.sinfo-detail {
    color: #6C757D;
    line-height: 40px;
}

.sinfo-m {
    font-size: 18px;
}

.lineHeight16 {
    line-height: 16px;
}

/*未讀提示的紅點點*/
.positionRelative {
    position: relative;
}

.redCrirleUnRead {
    color: #FC246E;
    font-size: 12px;
    position: absolute;
    top: -8px;
}