﻿a.brand-logo > svg {
	height: 1px;
	padding-bottom: 10%;
	overflow: visible;
}

@media only screen and (min-width: 601px) {
	a.brand-logo > svg.full {
		margin: 14px 0 0 10px;
		height: 38px;
		width: 264px;
		padding: 0;
	}
}

a.brand-logo > svg.icon {
	margin: 10px 4px 0 0;
	line-height: 38px;
	width: 38px;
	height: 38px;
	padding: 0;
}

/* LUXURY */
#luxury-output {
	width: 100%;
	padding: 20px;
	height: 400px;
	overflow: scroll;
	border: 1px solid #696969;
	background-color: #e5e5e5;
	font-family: monospace;
	white-space: pre;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating) {
	color: #039be5;
}

.btn {
	background-color: #039be5;
}

.btn:hover {
	background-color: #42a5f5;
}

p.code {
	padding: 5px;
}
