.notes .note .createdby {
  display: none;
}
.notes .note .modifiedon {
  display: none;
}
.notes .note .attachment-outer-border {
  display: none;
}
td { 
    word-break: break-word; 
}
h3 {
    margin-top: 50px;
    margin-bottom: 25px;
    font-weight: 600
}
.bodyFont {
    font-family: Tahoma,Arial,sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.mainLinks {
    color: #1D70B8 !important;
    text-decoration: underline;
    white-space: nowrap;
}

.accordion {
  background-color: white;
  color: #1D70B8;
  margin: 0px 0px 8px 0px;
  width: 310px;
  height: 24px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  transition: 0.4s;
  margin-top: 12px;
  cursor: pointer;
}

.accordion:hover:after {
  color: #0f3cc3;
}

.accordion::after {
  content: '\25BA';
  color: #1D70B8;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.activePanel::after {
  content: '\25BC';
}

u {
  color: #1D70B8;
}

.panel {
  background-color: white;
  height: auto;
  transition: max-height 0.2s ease-out;
  padding-top: 0px;
  margin-bottom: 0px !important;
  margin-top: 0px;
}
.sectionInfo {
    font-weight: normal;
    color: #1C1B1F;
    font-style: normal;
    font-size: 20px;
    line-height: 25px;
    margin-top: 10.5px;
    margin-bottom: 0px;
}
.sectionDesc {
  color: #1C1B1F99 !important;
}
.status {
    float: right;
    text-align: center;
    height: 32px;
    width: 105px;
    border:1px solid #eeeeee;
    margin-top: 18px;
    margin-bottom: 18.5px;
    font-size: 18px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-family: 'Tahoma';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}
.approved {
    width: 105px;
    height: 32px;
    color: #F5F5F5;
    background: #1D70B8;
}
.submitted {
    width: 113px;
    height: 32px;
    color: #F5F5F5;
    background: #1D70B8;
}
.pending {
    width: 93px;
    height: 32px;
    color: #1C1B1F;
    background: #D9D9D9;
}
.moreInfoNeeded {
    width: 182px;
    height: 32px;
    color: #594D00;
    background: #FFF7BF;
}
.rejected {
    width: 98px;
    height: 32px;
    color: #942514;
    background: #f6d7d2;
}
.cannotStart {
    width: 177px;
    height: 32px;
    color: #1C1B1F;
    background: #D9D9D9;
}
.readyToStart {
    width: 156px;
    height: 32px;
    color: #10403C;
    background: #BFE3E0;
}