[v-cloak]{
  display: none;
}

.submission-table th,
.submission-table td{
  border: 1px solid #888;
}
.submission-table th{
  text-align: center;
}
.submission-table{
  border-collapse: collapse;
}
.submission-table tr th:nth-child(1),
.submission-table tr td:nth-child(1){
  width: 70px;
  text-align: center;
}
.submission-table tr th:last-child,
.submission-table tr td:last-child{
  width: 200px;
  text-align: center;
}
.section-row th{
  background: RGB(255, 255, 142);
}
.question-title{
  font-size: 15px;
  margin-bottom: 5px;
}
.submission-table p{
  margin: 0;
}
.submission-table a{
  color: blue;
}

.el-form--label-top .el-form-item__label{
  padding: 0;
}

.ql-toolbar.ql-snow{
  padding: 0 5px;
}

.avatar-uploader .el-upload {
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.avatar-uploader .el-upload:hover {
  border-color: #409EFF;
}
.avatar-uploader-icon {
  font-size: 28px;
  color: #8c939d;
  width: 178px;
  height: 178px;
  line-height: 178px;
  text-align: center;
}
.avatar {
  width: 178px;
  height: 178px;
  display: block;
}
.auto-save-text{
  margin-left: 10px;
}

@media screen and (min-width: 48em){
  .wrap {
    max-width: 1440px !important;
  }
}