* {

	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

body {
	margin: auto;
}

a {
	
	text-decoration: none;
	cursor: pointer;
}

.card-panel {
	
	position: relative;
}

.card-panel .remove-element {
	
	position: absolute;
	right: 5px;
	top: 5px;
	padding: 5px;
}

.card-panel .remove-element .btn-flat {
	
	padding: 0em .5em;
}

#back-to-top {

	display: none;
}

#back-to-top .button {

	position: fixed;
	bottom: 1em;
	right: 1em;
}

#back-to-top .button a {
	
	background-image: url('https://cdn.exacq.com/cm-uploads/images/button-icons/ui-icon-arrow-up.png');
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: scroll;
	background-size: 25px 25px;
}

#back-to-top .button:hover a {
	
	background-image: url('https://cdn.exacq.com/cm-uploads/images/button-icons/ui-icon-arrow-up-white.png');
}

.content-width {

	display: inline-block;
	width: 1100px;
	max-width: 100%;
}

#header {

	background-color: #0057A6;
	text-align: center;
}

#main {

	text-align: center;
}

.ui-display-none {

	display: none;
}

/**
	MEDIA QUERIES
*/
@media all and (max-width: 1100px) {

	#back-to-top {
	
		display: block;
	}
}

@media all and (max-width: 600px) {

	#main {
	
		padding-top: 4em;
	}
}