text {
    font: 10px sans-serif;
}


rect.background {
    fill: white;
}

.axis {
    shape-rendering: crispEdges;
}

.axis path,
.axis line {
    fill: none;
    stroke: #000;
}

.topnav {
    overflow: hidden;
    background-color: #333;
}

.topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.topnav a.active {
    color: white;
}

#acs {
    position: absolute;
    top: 1000px;
    left: 150px;
    height: 120px;
    width: 1000px;
}

input.MyButton {
    width: 300px;
    padding: 20px;
    cursor: pointer;
    font-weight: bold;
    font-size: 80%;
    background: #1f77b4;
    color: #fff;
    border: 1px solid #3366cc;
    border-radius: 10px;
}

input.MyButton:hover {
    color: #bcbd22;
    background: #000;
    border: 1px solid #fff;
}

