/* Pill style */
#scrollUp {
    bottom: 20px;
    right: 20px;
    color: #333;
    border: 1px solid #e6e6e6;
    background-color: #ffffff;
    font-size: 12px;
    text-decoration: none;
    opacity: .4;
    padding: 8px 18px;
	padding-top: 0px;
    -webkit-transition: background 200ms linear;
    -moz-transition: background 200ms linear;
    -o-transition: background 200ms linear;
    transition: background 200ms linear;
    -webkit-backface-visibility: hidden;
}

#scrollUp:hover {
    background-color: #efecec;
}
