content/css/cardio.css [200:284]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

nav.navbar-fixed-top .navbar-nav > li > a:not(.btn) {
  color: #bbb;
}

.icon-bar {
  background: #bbb;
}

/* Buttons */

.btn {
  font-size: 18px;
  display: inline-block;
  padding: 15px 30px;
  color: #80287a;
  border: 2px solid transparent;
  border-radius: 2px;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn:hover,
.btn:focus {
  color: #CE2D34;
}

.btn.btn-blue {
  background: #80287a;
  color: #fff;
}

.btn.btn-blue:hover {
  background: #31b9ff;
}

.btn.btn-blue-fill {
  color: #80287a;
  border-color: #80287a;
  background: transparent;
}

.btn.btn-blue-fill:hover {
  color: white;
  background: #80287a;
}

.btn.btn-white-fill {
  color: #fff;
  border-color: #fff;
  background: transparent;
}

.btn.btn-white-fill:hover {
  color: #80287a;
  background: #fff;
}

.btn.btn-gray-fill {
  color: #fff;
  border-color: #fff;
  background: transparent;
}

.btn.btn-gray-fill:hover {
  border-color: #bbb;
  background: #bbb;
}

/* Blink Cursor */

.blink {
  position: relative;
  top: 4px;
  display: inline-block;
  width: 4px;
  height: 50px;
  height: 5vh;
  margin: 0 10px;
}

.navbar {
  top: 50px;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



generators/site-tomee-ng/src/main/jbake/assets/css/cardio.css [184:267]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

nav.navbar-fixed-top .navbar-nav > li > a:not(.btn) {
	color: #bbb;
}

.icon-bar {
	background: #bbb;
}
/* Buttons */

.btn {
	font-size: 18px;
	display: inline-block;
	padding: 15px 30px;
	color: #80287a;
	border: 2px solid transparent;
	border-radius: 2px;
	background: transparent;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn:hover,
.btn:focus {
	color: #CE2D34;
}

.btn.btn-blue {
	background: #80287a;
	color: #fff;
}

.btn.btn-blue:hover {
	background: #31b9ff;
}

.btn.btn-blue-fill {
	color: #80287a;
	border-color: #80287a;
	background: transparent;
}

.btn.btn-blue-fill:hover {
	color: white;
	background: #80287a;
}

.btn.btn-white-fill {
	color: #fff;
	border-color: #fff;
	background: transparent;
}

.btn.btn-white-fill:hover {
	color: #80287a;
	background: #fff;
}

.btn.btn-gray-fill {
	color: #fff;
	border-color: #fff;
	background: transparent;
}

.btn.btn-gray-fill:hover {
	border-color: #bbb;
	background: #bbb;
}

/* Blink Cursor */

.blink {
	position: relative;
	top: 4px;
	display: inline-block;
	width: 4px;
	height: 50px;
	height: 5vh;
	margin: 0 10px;
}

.navbar {
	top: 50px;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



