body {
    color: #ffffff;
}
.Colour-Primary {
    color: hsla(0, 0%, 0%, 0.5);
}
.BGColour-Primary {
    background-color: hsla(0, 0%, 0%, 0.5);
}
.Colour-PrimaryBorder {
    color: hsla(50, 100%, 41%, 0.5);
}
.BGColour-PrimaryBorder {
    background-color: hsla(50, 100%, 41%, 0.5);
}
.Colour-Secondary {
    color: hsla(48, 84%, 45%, 0.5);
}
.BGColour-Secondary {
    background-color: hsla(48, 84%, 45%, 0.5);
}
.Colour-PanelBackground {
    color: hsla(0, 0%, 0%, 0.5);
}
.BGColour-PanelBackground {
    background-color: hsla(0, 0%, 0%, 0.5);
}
.Colour-TextDefault {
    color: hsla(0, 0%, 100%, 0.5);
}
.BGColour-TextDefault {
    background-color: hsla(0, 0%, 100%, 0.5);
}
.navbar-inverse {
    background-color: hsla(0, 0%, 0%, 0.5);
}
.panel-primary {
    background-color: hsla(0, 0%, 0%, 0.5) !important;
    border-color: #d1af00 !important;
}
.panel-heading {
    background-color: hsla(0, 0%, 0%, 0.5) !important;
    border-color: #d1af00 !important;
}
.navbar-inverse .navbar-nav > .nav-item > a:hover, .navbar-inverse .navbar-nav > .nav-item > a:focus {
    background-color: #d6af12;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #d6af12;
}
.navbar-nav>li>.dropdown-menu a:hover, .navbar-nav>li>.dropdown-menu a:focus {
    background-color: #d6af12;
}
a {
    color: #d6af12;
}
.twitch-live {   
    position: relative;
    top: 45px;
    left: -16px;
    background-color: rgba(212, 19, 13, 1);
    color: #fff;
    border-radius: 5px;
    padding: 1px 3px;
    font: 8px Verdana;
    float: right;
}
.noshadow {
    text-shadow: none;
}
.badge--twitch.light {
    background: #eaeaea;
}
.badge__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.badge {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 5em;
    margin: 0;
    overflow: hidden;
    padding: .625em;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    min-width: 200px;
}
.badge__user-name {
    text-align: left;
    font-weight: 700;
    line-height: 1.5;
}
.badge__icon {
    float: left;
    margin: 0 .625em 0 0;
}
.badge__icon img {
    border: 0;
}
.badge--twitch.light .badge__user-name a {
    color: #6441a5;
}
.badge--twitch.light a {
    color: #6441a5;
}
.badge--twitch.light .badge__live {
    color: #333;
}
.badge__live {
    text-align: left;
    font-size: 12px;
    line-height: 1.1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.badge__online {
    background: red;
    border-radius: 50%;
    display: inline-block;
    height: .7em;
    line-height: 1;
    width: .7em;
}
.badge__viewer-number {
    display: inline-block;
    margin: 0 0 0 1.6em;
}
.NoNumberButtons input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.clickable  {
	cursor: hand;
	cursor: pointer;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.halfwidth {
    width: 49%;
}
.fullwidth {
    width: 100%;
}