/*  TAGS    */
.tag {
	color: #933;
}

/*  Partner    */
.partner {
	
}

/*  Partner    */
.partner a {
	font-weight: bold;
}

#lobbycal_length {
	display: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) , only screen and (
		min--moz-device-pixel-ratio: 2) , only screen and (
		-o-min-device-pixel-ratio: 2/1) , only screen and (
		min-device-pixel-ratio: 2) , only screen and ( min-resolution: 192dpi)
		, only screen and ( min-resolution: 2dppx) {
}

.hipster {
	background: url("../img/logo2x.png") no-repeat right top;
	background-size: contain;
	height: 120px;
	min-height: 60px;
}

#lobbycal .tagSO {
	cursor: pointer;
	background: #cef;
	color: #333;
	font-size: .75em;
	padding: .1em .4em .1em 0;
	border-top-right-radius: .2em;
	border-bottom-right-radius: .2em;
	float: right;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-top: 0;
	height: 1.6em;
	margin-left: .5em;
	line-height: 1.6em;
	text-overflow: ellipsis;
}

#lobbycal .tagSO:before {
	content: "";
	border-right: .7em solid #cef;
	border-top: .9em solid white;
	border-bottom: .9em solid white;
	height: 0px;
	width: 0px;
	float: left;
}

/*
 * font awesome i-tag fix 
 */
/* 
 .icon::before {
    display: inline-block;
    margin-right: .5em;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
} */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * General page setup
 */