@media screen and (max-width: 980px) {
	.col {
		flex: none;
	}

	.login-right {
		display:none;
	}
	
	.login-left {
		width:100%;
	}
	
	.top-header {
		display:block;
		height:10px;
	}
	
	.top-menu {
		display:block;		
		background-color:#3f94d4;
		position:absolute;
		width:100%;
		z-index:1000;
		display:none;
		color:white;
		padding:0;
		top:39px;
	}
	
	.top-user {
		display:block;
		padding:7px 0 0 5px;
	}
	
	.menu-item {
		display:block;
		text-align:center;
		padding:5px 0;
	}
	
	.menu-separator {
		display:none;
	}
	
	.fc-toolbar-title {
		font-size:22px!important;
	}
	
	.top-mobile-menu {
		position:absolute;
		top:5px;
		right:7px;
		display:block;
	}
	
	.top-user-name {
		display:none;
	}
	
.userTable {
	width:100%;
}

.userTable td {
	display:block;
	width:100%;
}

.userTable td input {
	width:100%;
}

.userTable th {
	display:none;
}

.userTable tr {
	display:block;
}

.userDelete {
	text-align: center;
	padding-bottom:20px;
}

.headerMobile {
	display:block;
}

.headerMobile img {
	width:100%;
}

.headerDesktop {
	display:none;
}

.faq {
	width:100%;
}

select {
	width:100%;
}

}