﻿@import url('https://fonts.googleapis.com/css?family=Roboto:300');

@font-face {
	font-family: 'Roboto', sans-serif;
}

@font-face {
	font-family: remachine;
	src: url('/rq/remachine.ttf');
}

body {
	font-family: 'Roboto', sans-serif;
	background:url('/rq/bg.png');
	font-size:11pt;
}

a {
	color:#D75095;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#7A5C68;
}

.navbar {
	background-image: -webkit-linear-gradient(top, rgba(255,255,255, 0.05) 50%, rgba(0,0,0, 0.02) 51%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 50%, rgba(0, 0, 0, 0.02) 51%);
	background-size: 100%;
	background-repeat: no-repeat;
	
	border: none;
	top: 10px;
	left: 40px;
	background-color: #FDB3D2;
	position:fixed;
	z-index:1000;
	border-radius:0px 20px 20px 0px;
}

.title {
	float: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 4px;
	padding-left: 15px;
}
.arrow {
	float: left;
	padding: 7px;
	cursor: pointer;
	color:#fff;
}

#main {
	padding-top:70px;
	width:100%;
}
.content {
	width:100%;
	background:rgba(255,255,255,0.7);
	border: 1px solid #000;
	margin-bottom:4px;
}
.header {
	width:100%; 
	background:rgba(255,255,255,0.9);
	border: 1px solid #000;
	font-weight:bold;
	margin-bottom:-1px;
	text-align:center;
}
.content table img {
	width:100%;
}
.in {
	padding:5px;
     
}
td {text-align:center;}

h1:before {
	font-family: Arial;
	content: "♦";
	margin-right: 10px;
	font-size: 30pt;
	color: #FDB3D2;
}
h1 {
    color: #FFF;
    font-family: remachine;
    font-weight: normal;
    font-size: 40pt;
    margin: 0px;
    text-align: left;
    padding-left: 20px;
    position: fixed;
    left: 290px;
    top: 2px;
    text-shadow: 0px 0px 5px #9A3085;
	z-index:50;
}

#nav {
	display:none;
	top: 54px;
	left: 40px;
	position: fixed;
	padding: 5px;
	background: #FDB3D2;
	z-index: 1000;
	width:970px;
	height:300px;
}
.navbar:hover + #nav {display:block;}
#nav:hover {display:block;}

#nav ul#container, #nav ul#container li {
	list-style-type:none;
}

#nav ul#container li#cola {
	width: 150px;
	position: absolute;
	top: 10px;
	left: 0px;
}
#nav ul#container li#colb {
	width: 260px;
	position: absolute;
	top: 10px;
	left: 150px;
}
#nav ul#container li#colc {
	width: 290px;
	position: absolute;
	top: 10px;
	left: 400px;
}
#nav ul#container li#cold {
	width: 270px;
	position: absolute;
	top: 10px;
	left: 690px;
}
#nav ul#container li ul li a {
	height: 14px;
	padding: 6px 0px;
	display: block;
	letter-spacing: 1px;
	text-decoration: none;
	color: #D370C0;
	text-transform:uppercase;
	font-weight:normal;
}

#nav ul#container li ul li a:hover {
	font-weight:bold;
}

#inav {
background:#F4C7E0;
z-index:5000;
height:100%;
position:fixed;
top:0px;
left:-180px;
width:200px;
padding:0px 10px;
transition:all 0.5s ease;}
#inav .thenav {
	height:100%;
overflow:auto;
width:170px;
}
#inav a{
	color:#D75095;
	text-decoration:none;
	display:block;
	margin-right:0px;
	padding:5px;
	font-weight:normal;
}
#inav a:first-child{margin-top:10px;}
#inav a:last-of-type{margin-bottom:20px;}

#inav a:hover:before{
	content:"♦";
	margin-right:5px;
	color:#7A5C68;
	padding-left:3px;
}
#inav a:hover{
	color:#7A5C68;
}
#inav.open {left:0px;}
#inav .grab {position:absolute;
height:100%;
background:none;
top:0px;
right:0px;
width:30px;
display:flex;
flex-direction:column;
justify-content:center;
color:#DF75AA;
padding:5px;}
#content {margin-left:40px;}


#test {width:100%; height:100px; position:relative; top:60px; text-align:center;}