.MainContent
{
  width: 740px;
}

.PanelFailure
{
  margin: 10px;
  padding: 4px;
  border: solid 1px Red;
  color: Black;
  background: #F5C7C7;
}

.ReportCardDesc
{
  font-size: 13px;
  margin: 10px auto 10px auto;
  padding: 4px;
  border: solid 1px #FFCC88;
  color: Black;
  background: #FFFFBB;
  width: 680px;
}

.ReportCardURL
{
  text-align: center;
  margin: 8px;
  color: Black;
  font-size: 18px;
}

.ReportCardURLText
{
  padding: 4px;
  border: solid 1px #825B0E;
  margin-left: 2px;
  width: 260px;
}

.ReportCardURLButton
{
  padding: 2px;
  border: solid 1px #825B0E;
}

.ReportCardContainer
{
  width: 85%;
  margin: auto;
  background-color: #FAF08F;
  padding: 10px;
}

.ReportCardContainerInner
{
  border: solid 2px #825B0E;
  padding: 4px;
}

.ReportCard
{
  border: solid 1px #825B0E;
  padding: 10px;
}

.ReportCard h1
{
  color: #613B0A; 
  text-align: center; 
  margin: 0px 5px 15px 5px;
  font-size: 24px;
  font-family: Times New Roman, Helvetica;
}

.ReportCardTable
{
  border: solid 2px #825B0E;
  border-bottom: none;
  width: 100%;
}

.ReportCardSubject
{
  color: #825B0E;
  color: Black;
  border-right: solid 2px #825B0E;
  border-bottom: solid 2px #825B0E;
  padding: 4px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: Times New Roman, Helvetica;
}

.ReportCardScore
{
  color: #825B0E;
  color: Black;
  border-right: solid 2px #825B0E;
  border-bottom: solid 2px #825B0E;
  padding: 4px;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  font-family: Times New Roman, Helvetica;
}

.ReportCardGrade
{
  color: #825B0E;
  padding: 4px;
  border-bottom: solid 2px #825B0E;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  font-family: Times New Roman, Helvetica;
}

.Subject
{
  color: black;
  width: 60%;
  border-right: solid 2px #825B0E;
  border-bottom: solid 2px #825B0E;
  padding: 4px;
  padding-bottom: 8px;
  font-size: 14px;
  font-family: Times New Roman, Helvetica;
}

.Score
{
  color: black;
  color: #BA3900;
  border-right: solid 2px #825B0E;
  border-bottom: solid 2px #825B0E;
  padding: 4px;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  font-family: Times New Roman, Helvetica;
}

.Grade
{
  color: black;
  padding: 4px;
  border-bottom: solid 2px #825B0E;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  font-family: Times New Roman, Helvetica;
}

.DomainCountPct
{
  margin-top: 4px;
  font-size: 14px;
}

.ReportCardLoading
{
  position: absolute;
  left: 150px;
  top: 190px;
  width: 400px;
  padding: 8px;
  background: #FAF08F;
  border: none;
  text-align: center;
}