.main_header{
	line-height: 50px;
	
}
.canvas{
	position:absolute;
	top:0;
	left:0;
}

.rink-ribbon-button {
    background: #960000 !important; /* #e00404*/
    color: #FFF !important;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.34);
    font-size: 9px !important; /*.8em;*/
	height: 30px !important;
	line-height: 30px !important;
	width: 20%; /*90px;*/
    padding: 5px 10px;
    border: none;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
	border-radius: 0px !important;
    -webkit-appearance: none !important;
    float: left;
    margin: 2px 5px 5px 5px;
}

.appdropdown{
	background: transparent;
	float:left;
    width: 30%;
    padding: 0px 5px 5px 5px;
    margin: 3px 2px 2px 2px;
    font-size: 16px;
	font-weight: 300;
    color: #384047;
    line-height: 1;
    border: 1px solid #5c5c5c;
    border-radius: 0;
    height: 27px;
    -webkit-appearance: none;
    appearance: none;
	text-align: center;
    text-indent: 1px;
    text-overflow: '';
}

#style101{
	background: #0000FF !important;

}

.synclistchild-container{
	margin-left:20%;
	width:79.6% !important;
	margin-top:0;
	margin-bottom:0;
	background: #960000;
}

.synclistchild-container:first-child{
	margin-top:-4px;
}

.synclistchild{
	margin:3px;
	background:#FFFFFF;
	color: #000;
	padding-left: 5px;
}

.synclistchild:hover{
	margin:3px;
	background:#bbbbbb;
}

.synclistparent{
	margin:3px;
	width:99% !important;
	background: #960000;
	color: #eeeeee;
	font-weight: bold;
}

.synclistparent:hover{
	background: #b30000;
}


@media screen and (min-width: 550px) {
    
	.synclistchild{
		margin:3px;
		background:#FFFFFF;
		color: #000;
		padding-left: 5px;
	}
	
	.synclistparent{
		margin:0 3px 3px 3px;
		background: #960000;
		color: #eeeeee;
		font-weight: bold;
		margin-right:0;
		width:50% !important;
	}
	
	.synclistchild-container,
	.synclistchild-container:first-child{
		margin-left:0% !important;
		width:90% !important;
		margin-top:0;
		margin-bottom:0;
		background: #960000;
	}
	
	
	
	.events-container{
		margin-left:0 !important;
	}
	
}