@IMPORT url("colorbox/colorbox.css");
@IMPORT url("kube/kube.min.css");
@IMPORT url("jquery-ui/jquery-ui-1.11.2.min.css");

body {
	font-size: 11pt;
	margin: 1em 2em;
}

h1 {
	margin-top: 0.5em;
}

h3 {
}

.assets-menu {
	display: flex;
	justify-content: start;
}

.assets-menu .title {
	font-size: 1.5em;
}

.assets-menu .btn {
	width: 100%;
}

.navbar-pills a, .navbar-pills span {
	padding: .4em 0.8em;
}

.navbar-pills li.active a, .navbar-pills span {
	background: #e4e4e4;
}

.navbar-pills li.active a {
	cursor: pointer;
}

.navbar {
	margin-bottom: 1em;
}

.assets-menu .navbar:not(:last-child) {
	border-right: 1px solid black;
	margin-right: 20px;
	padding-right: 20px;
}

table.variables thead tr th,
table.variables thead tr th {
	background: #f8f8f8;
}

table.variables tbody tr:nth-child(even) th,
table.variables tbody tr:nth-child(even) td {
	background: #f8f8f8;
}

pre code {
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	tab-size: 3;
}

.code_only pre code {
	border-top: 1px solid #ddd;
}

.code pre, .code_only pre {
	margin-top: 0em;
	margin-bottom: 0.2em;
}

.code {
	margin-top: -1.65em;
}

.nav-tabs-code {
	margin-bottom: 0em !important;
}

#unityPlayer {
	border: 1px solid #ccc;
}