#courseName {
    color: black;
}
li:before {
    content: none;
}
.noScroll {
    overflow: hidden;
}
.ksabTable {
    width: 90%;
    margin: 20px auto;
}
.capitalize {
    text-transform: capitalize;
}
.tabs .tab a {
    color: #0A5A99;
}
.tabs .indicator {
    background-color: #0A5A99;
}
#learningReportWrapper{
    background-color: #6C2C78;
    padding: 12px 24px;
}
#learningReport{
    color: #333;
    width: 95%;
    margin: 12px auto 24px auto;
    color: white;
}
#learningReportBody {
    color: black;
    background-color: white;
}
#employerLanding .opHeader {
    background-color: #6C2C78;
    border-bottom: 1px solid #91619a;
}
li.lpCta {
    font-size: 1.2em;
    margin-bottom: 1em;
    text-align: left;
}
span.ctaNumber {
    width: 36px;
    height: 36px;
    padding: 5px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font: 24px Arial, sans-serif;
    display: block;
    float: left;
    background: #aa2579;
}
span.lpCtaCopy {
    padding-left: 3em;
    display: block;
}
#lpFifthPane {
    background-color: #6C2C78;
}
#categoryBarChart{
    text-align:center;
    color: white;
}
#employerLanding.lpLanding #employerLinks a, #employerLanding.lpLanding #employerLinks a:visited, #employerLanding.lpLanding #employerLinks a:hover {
    color: #aa2579;
}
#employerLanding.lpLanding #employerFourthPane a.btn {
    width: auto;
    padding: 0 10px;
}
#employerFourthPane2 {
    color: #333;
    border-top: 1px solid #ccc;
}
#employerLanding.lpLanding #employerFourthPane2 a.btn {
    width: auto;
    padding: 0 10px;
}
#employerLanding.lpLanding #employerBackground {
    background: url(/assets/images/lpHeaderArtwork.jpg) no-repeat;
    font-weight: 300;
    background-size: cover;
}
#textAnalyzeForm dd, #courseDescription dd, #courseOutcomes dd {
    margin-left: 0;
}
text.negativeNumber {
    fill: #a00;
}
#reportViewWrapper>h1, #reportViewWrapper>h3{
    color:white;
    margin-top:0;
    text-align:center;
}
#reportViewWrapper h1 {
    display: block;
    padding-top: 2.1rem;
    font-weight: 300;
}
#reportViewWrapper h1 strong {
    font-weight: 600;
    letter-spacing: 2px;
}
#reportViewWrapper p {
    font-size: 1.2em;
    padding: 0 4em;
}
#reportViewWrapper .page-trigger {
    padding: 0 2rem;
}
#reportViewWrapper>h3{
    font-size:2em;
    font-weight:400;
}
#reportViewWrapper>p{
    color:white;
    text-align:center;
}
.reportSection {
    border-bottom: 1px solid #DFE0E2;
    padding: 1em;
    display: block;
    overflow: hidden;
    text-align: center;
}
.reportSection .btn {
    width: auto;
    padding: 0 20px 0 20px;
}
.reportSection .btn-large {
    background-color: #ff5918;
    margin: 1em 0;
}
.lineChartContainer {
    font: 10px sans-serif;
}
.axis path,
.axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}
.x.axis path {
    display: none;
}
.line {
    fill: none;
    stroke: steelblue;
    stroke-width: 7px;
}
.line.line2 {
    stroke: green;
    fill:none;
    stroke-width: 7px;
}
.dot.dot2{
    stroke:green;
}
.lineChartContainer circle{
    fill:white;
    stroke:#3E89BB;
    r:7;
    stroke-width: 7px;
}
.lineChartContainer .legend {
    font-size: 12px;
}
.lineChartContainer rect {
    stroke-width: 2;
}
.lineChartContainer rect.line{
    fill:#3E89BB;
}
.lineChartContainer rect.line2{
    fill:green;
}
