.info-button-bar__button--large {
  position: relative;
  display: inline-block;
  vertical-align: top;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-clip: padding-box;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  background: transparent;
  border: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
}

.info-button-bar__button--large:disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

.info-button-bar__button--large {
  padding: 0 0.3rem;
  font-size: 10px;
  line-height: 1.0rem;
  letter-spacing: 0;
  color: #c6c8c8;
  text-shadow: 0 -1px rgba(0,0,0,0.69);
  vertical-align: top;
  background-color: #595b5b;
  box-shadow: inset 0 1px #737373;
  border: 1px solid #333434;
  border-radius: 3px;
}

.info-button-bar__button--large:hover {
  background-color: #626465;
}

.info-button-bar__button--large:focus {
  border: 1px solid #0036ff;
  box-shadow: inset 0 1px rgba(255,255,255,0.36), 0 0 0 2px #6fb5f1;
  outline: 0;
}

.info-button-bar__button--large:active,
:checked + .info-button-bar__button {
  border: 1px solid #333434;
  background-color: #3f4041;
  box-shadow: inset 0 1px rgba(0,0,0,0.05);
}

.info-button-bar__button--large {
  font-size: 0.675rem;
  font-weight: 500;
  line-height: 1.4rem;
  padding: 0 0.5rem;
}

.info-button-bar {
  display: table;
  table-layout: fixed;
  white-space: nowrap;
  margin: 0 auto;
  max-width: 200px;  
}

.info-button-bar__item {
  display: table-cell;
  width: auto;
  border-radius: 0;
}

.info-button-bar__item > input {
  position: absolute;
  overflow: hidden;
  padding: 0;
  border: 0;
  opacity: 0.001;
  z-index: 1;
  vertical-align: top;
  outline: none;
}

.info-button-bar > .info-button-bar__item:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.info-button-bar > .info-button-bar__item:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.info-button-bar__item:first-child > .info-button-bar__button,
.info-button-bar__item:first-child > .info-button-bar__button--large {
//  border-right: none;
}

.info-button-bar__item:last-child > .info-button-bar__button,
.info-button-bar__item:last-child > .info-button-bar__button--large {
//  border-left: none;
}

.info-button-bar__button {
  border-radius: inherit;
}

.info-button-bar__button:focus,
.info-button-bar__button--large:focus {
  z-index: 1;
}

.info-button-bar__button--large {
  border-radius: inherit;
}

.awesome{
	display: inline-block;
	padding: 5px 10px 5px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	text-shadow: 0 -1px 1px #222;
	border-bottom: 1px solid #222;
	position: relative;
	text-align:center;
	cursor: pointer;
}

.awesome:hover{
background-color:#111;
color:#fff;
}

.magenta.awesome:hover{
background-color:#630030;
}

.blue.awesome:hover{
background-color:#036484;
}


/* Sizes ---------- */
.small.awesome {
	font-size: 11px;
}
.medium.awesome {
	font-size: 13px;
}
.large.awesome {
	font-size: 14px;
	padding: 8px 14px 8px;
}
 
/* Colors ---------- */
.blue.awesome {
	background-color: #027ca4;
}
.red.awesome {
	background-color: #e33100;
}
.magenta.awesome {
	background-color: #a9014b;
}
.orange.awesome {
	background-color: #ff5c00;
}
.yellow.awesome {
	background-color: #ffb515;
}

.button.disabled {
  opacity: 0.65; 
  cursor: not-allowed;
}

