#mouse-tester {
    margin: 0 auto;
    clear: both;
    background: #d5d9dc;
    -moz-border-radius-topleft: 7px 21px;
    -moz-border-radius-topright: 7px 21px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 7px 21px;
    border-top-right-radius: 7px 21px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 28px 15px 20px 15px;
    -webkit-box-shadow: inset 0 0 8px #bbb,0 1px 0 #aaa,0 4px 0 #bbb,0 10px 30px #ddd;
    -moz-box-shadow: inset 0 0 8px #bbb,0 1px 0 #aaa,0 4px 0 #bbb,0 10px 30px #ddd;
    box-shadow: inset 0 0 8px #bbb,0 1px 0 #aaa,0 4px 0 #bbb,0 10px 30px #ddd
}

#mouse-tester tr td {
    padding: 12px 32px;
    margin: 4px;
    color: #aaa;
    font: bold 9pt arial;
    text-decoration: none;
    text-align: center;
    background-color: #eff0f2;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-top: 1px solid #f5f5f5;
    -webkit-box-shadow: inset 0 0 25px #e8e8e8,0 1px 0 #c3c3c3,0 2px 0 #c9c9c9,0 2px 3px #333;
    -moz-box-shadow: inset 0 0 25px #e8e8e8,0 1px 0 #c3c3c3,0 2px 0 #c9c9c9,0 2px 3px #333;
    box-shadow: inset 0 0 25px #e8e8e8,0 1px 0 #c3c3c3,0 2px 0 #c9c9c9,0 2px 3px #333;
    text-shadow: 0 1px 0 #f5f5f5
}

#mouse-tester .mouse-2 {
    padding: 12px 10px;
    border-spacing: 10px
}

.clicked {
    background-color: green!important;
    color: #fff!important;
    text-shadow: none!important
}

a.navbar-brand img {
    margin-right: 10px;
    box-shadow: 2px 2px 2px #483d8b
}

.home-hero-button:hover {
    background-color: #fff;
    color: #4457c0
}

.menu-active {
    border: 1px solid #fff
}

.h2:after,h2:after {
    content: ""
}

.cont-tester {
    width: 98%!important
}

.sect-tester {
    padding: 30px 0!important
}

.mouse-section {
    text-align: center
  }

  #mouse {
    width: 100%;
    height: 100%;
    max-width: 400px
  }
.mousetester {
    background-color: #222222;
    border-radius: 20px;
}

.mousetester h1 {
    color: white;
    font-size: 70px;
    text-decoration: underline;
    padding-top: 50px;
}
  #mouse .visited {
    fill: #cae1ff !important
  }

  #mouse .active {
    fill: #73a9ef !important
  }