#growth-calc-result  {
    background:#82CAFF;
    text-align:center;
    padding: 10px;
    margin: 0 0 20px 0;
    font-size: 16px;
    border:1px solid #aaa;
    border-radius:5px;
}
.col2
{    
    width:300px;
    border:1px solid #82CAFF;
    border-radius:5px;
  margin-left:100px;

    margin-bottom:5px;
}
.spec{
    display : inline-block;
}
#growth-calc-input11,#growth-calc-input
{
    background:white;
    text-align:center;


    font-size: 16px;

}

.button{
    width:40px;
    height:30px;
  float:right;
    margin:5px;
    
}
legend {
    color:#0072b0;
    padding:0 5px;
    font-weight: bold;
    font-size: 20px;
}











#growth-calc-result table {
    width: 100%;
}
#growth-calc-result table td{
    padding: 3px 5px;
    background-color: #ccc;
    valign: middle;
}
#growth-calc-input p {
    padding: 10px 0;
}
#growth-calc-result-text {
    margin-bottom:10px;
    text-align:center;
    color: #339431;
}

.jqplot-legend {
    font-size: 12px;
}
div.jqplot-legend {
    width: 90px;
    margin-bottom: 10px;
}
#jqplot-my-result {
    font-family: Comic Sans MS,arial,helvetica,sans-serif,DFKai-SB;
    position:absolute; 
    z-index: 999; 
    left: 50px; 
    top: 35px; 
    width: 500px; 
    font-weight: bold; 
    color: dodgerblue;
    font-size: 13px;
    font-weight: bold;
}
.jqplot-cursor-legend-swatch {
}
.services p {
    padding-bottom:10px;
    font-size:13px;
}
.doctortext a {
    color:#03c;
    font-weight:bold;
}
.doctortext a:hover {
    color:#F30;
}
