
button {
  
}
.top-right{right: 75px;}

/* Fixed button, bottom right */
.btn-fixed-bottom {
  position: fixed;
  bottom: 10px;
  right: 20px;
  display: none;
}


/* Toggles navbar classes */
.btn-hide-show {
  margin-right: 10px;
}


/* Light theme */
.btn-light {
  color: #555;
  background-color: #560099;
}
.btn-light:hover {
  color: #111;
  background-color: rgba(0, 0, 0,.25);
}

/* Dark theme */
.btn-dark {
  color: #fff;
  background-color: #00aeff !important;
  padding: 7px 14px;
		border-radius: 4px;
	float: right !important;
}
.btn-dark:hover {
  color: #fff;
  background-color: #560099 !important;
}



/* Buttons displayed throughout the content */
.btn-showup {
  position: relative;
  color: #fff;
  font-weight: normal;
  background-color: #560099;
  border-color: #3F2961;
}
.btn:focus,
.btn-showup:hover,
.btn-showup:focus {
  color: #fff;
  outline: none;
  /*background-color: #00aeff;
  border-color: #00aeff;*/
}

