.warper .pageBody .mainPanel {
  min-height: 100%;
  margin-left: 0px;
  position: relative;
  top: 0px;
  padding-bottom: 30px; }
  .warper .pageBody .mainPanel .scoreRounds .selectName {
    background: #7f7f7f;
    border: 1px solid #7f7f7f;
    border-radius: 4px 0 0 4px;
    display: inline-block;
    padding: 0 5px;
    height: 28px;
    line-height: 28px;
    color: #fff; }
  .warper .pageBody .mainPanel .scoreRounds button.exportItem {
    background: #42b0d3;
    color: #fff;
    border: 1px solid #42b0d3;
    border-radius: 4px; }
    .warper .pageBody .mainPanel .scoreRounds button.exportItem:focus {
      border: none;
      outline: none; }
  .warper .pageBody .mainPanel .scoreRounds .exportItem {
    height: 28px;
    line-height: 25px;
    vertical-align: top;
    position: relative;
    margin-right: 5px;
    left: -5px; }
  .warper .pageBody .mainPanel .score {
    margin-left: 15px; }
    .warper .pageBody .mainPanel .score .subjectName {
      height: 30px;
      line-height: 30px;
      font-size: 15px; }
    .warper .pageBody .mainPanel .score table {
      border: 1px solid #ccc;
      margin-bottom: 15px; }
      .warper .pageBody .mainPanel .score table tr {
        border-bottom: 1px solid #ccc; }
        .warper .pageBody .mainPanel .score table tr:last-child {
          border-bottom: none; }
        .warper .pageBody .mainPanel .score table tr th {
          text-align: center;
          background: #f1f1f1; }
        .warper .pageBody .mainPanel .score table tr:nth-child(even) {
          background: none; }
          .warper .pageBody .mainPanel .score table tr:nth-child(even) td {
            border: 1px solid #ccc; }
      .warper .pageBody .mainPanel .score table .scoreName {
        width: 200px;
        vertical-align: middle; }
      .warper .pageBody .mainPanel .score table .scoreVal {
        border: 1px solid #ccc;
        padding: 0;
        margin: 0; }
        .warper .pageBody .mainPanel .score table .scoreVal.Agreement li {
          background: #d9d9d9; }
          .warper .pageBody .mainPanel .score table .scoreVal.Agreement li:last-child {
            width: 60px;
            background: #fff; }
        .warper .pageBody .mainPanel .score table .scoreVal.differ li {
          background: #7f7f7f; }
          .warper .pageBody .mainPanel .score table .scoreVal.differ li:last-child {
            width: 60px;
            background: #fff; }
        .warper .pageBody .mainPanel .score table .scoreVal ul {
          padding: 0;
          margin: 0; }
          .warper .pageBody .mainPanel .score table .scoreVal ul li {
            float: left;
            width: 30px;
            height: 30px; }
            .warper .pageBody .mainPanel .score table .scoreVal ul li:hover {
              cursor: pointer; }

/*# sourceMappingURL=managementPage.css.map */
