body {
    background-color: white
}

.textDefault {
    font-family: sans-serif;
    font-size: 16px;
    font-weight: bold;
    stroke-width: 0px;
    fill: black;        
}

.rectDefault {
    stroke: grey;
    stroke-width: 1px;  
    fill: white;    
}

.skillGroupHeaderText {

}

.skillHeaderText {

}


.skillHeaderRect {
    
}

.skillHeaderRectHighlight {
    fill: black; 
}


.skillHeaderTextHighlight {
    fill: white;
    font-weight: normal;
}

.skillDateRect {
    padding-left: 10px;
    vertical-align: middle;
}

.axis text {
    font: 1.25vmin sans-serif;
    font-weight: bold;
}

.axis line,
.axis path {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.dateLine {
    fill: black;
    opacity: 0.4;
}

.skillGrpButton {
    fill:rgb(233, 230, 245);
}

.companyRect {
    opacity: 0.4;       
}

.companyRectHightlight {
    stroke: black;
    stroke-width: 2px;      
}


.companyText {
}

.stateText {
}


.titleText {
    font-size: 44px;
    font-weight: normal;
 /*     stroke: darkblue;
    stroke-width: 1px; */
}

.nameText {
    font-size: 24px;
    font-weight: normal;
}

.cursorLinkActive {
    cursor: pointer;
}

.cursorDefault {
    cursor: default;
}


