html, body {
    width: 100%;
    height: 100%;
    margin: 0;
}
svg.vp-chart {
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: default;
    background-color: #EEEEEE;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#outer-content {
    width: 100%;
    height: calc(100% - 5px);
    position: relative;
}
#vp-touch {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    cursor: pointer;
}
#fixed-div {
    position: fixed;
    top: 3px;
    left: 3px;
}
.modal-title {
    vertical-align: middle;
    display: inline-block;
    color: #333;
}
.textAreaBox {
    font-family: "Times New Roman", Georgia, Serif;
    font-size: 10px;
    line-height: 1;
    color: black;
    padding: 3px;
    border-radius: 25px;
}

a {
  color: #0e8c79;
}
a:hover{
  color: #0e8c79;
}


