.button-connector {
 	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", Verdana, "Bitstream Vera Sans", sans-serif;
    bottom: 5px;
    right: 15px;
    background: #b4d278;
    box-shadow: inset 0 0 2px #fff,
                0 1px 5px rgba(0, 0, 0, 0.3);
    padding: 8px 15px;
    border: 1px solid #2a8cba;
    border-radius: 5px;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    -webkit-transition-duration: 0.3s;
    transition-duration:         0.3s;
    cursor: pointer;
}

.button-connector:hover,
.button-connector:active {
    background-color: #f0a000;
    border-color: #c87800;
    outline: none;
    color: #fff;
    box-shadow: inset 0 0 2px #fff,
                0 1px 7px rgba(240, 160, 0, 0.5);
}
