
    .gpa-box{
      background: #fff url("/static/student-score-bg.png") no-repeat;
      background-size: 100% 100%;
      min-height: 40px;
      margin: 10px 0 0;
      padding: 10px 20px;
      color: #333333;
      line-height: 22px;
    }
    .notice-content{
      padding: 10px 20px;
      background: rgba(255, 177, 92, 0.2);
      line-height: 22px;
      color: #666666;
      margin: 0px;
      display: flex;
      justify-content: flex-start;
    }
    .bold-333{
      font-weight: bold;
      font-color: #333333;
    }
    .gpa-content{
      font-size: 14px;
      overflow: hidden;
      /*display: flex;*/
      /*justify-content: flex-start;*/
    }
    .gpa-semester{
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
    }