@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(/css/OpenSans-Light.ttf);
}
body, html {
    margin: 0;
    padding: 0;
    background-color: #0a0a0a;
}
body {
    font-family: 'Open Sans Regular', sans-serif;
    font-weight: 300;
    font-stretch: Regular;
    color: #9a9a9a;
    font-size: 13px;
    letter-spacing: 1px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: default;
}
input, textarea {
    color: #9a9a9a;
    background-color: #0a0a0a;
}
input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #0a0a0a !important;
    -webkit-text-fill-color: #9a9a9a !important;
    color: #9a9a9a !important;
}
p {
    margin-top: 0.5em;
    margin-bottom: 1em;
}
::-moz-selection {
    color: #FFF;
}
::webkit-selection {
    color: #FFF;
}
::selection {
    color: #FFF;
}
p#friends {
    line-height: 2;
    letter-spacing: 1px;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
    user-select: text;
}
h1 {
    font-size: 25px;
	letter-spacing: 10px;
}
p#friends
span {
    display: block;
}
hr {
    border: none;
    background-color: #9a9a9a;
    height: 1px;
}
a {
    cursor: pointer;
    text-decoration: none;
    color: #9a9a9a;
    outline: none;
    font-size: 11px;
    letter-spacing: 2px;
}
#mainmenu td
a {
    display: block;
    padding: 5px 15px;
    text-decoration: none;
}
#mainmenuli a:hover {
    color: #927e5c;
}
.txtarea {
    height: 300px;
    resize: none;
}
.txt {
    height: 30px;
    margin-bottom: 10px;
}
.txtarea, .txt {
    width: 380px;
    background: black;
    box-sizing: border-box;
    border: 1px solid #505050;
}
#righttext {
    margin-top: -35px;
}
#submitbtn {
    margin-top: 140px;
    float: left;
    padding-right: 10px;
    border: none;
    font-size: 10px;
    letter-spacing: 1px;
    color: #9a9a9a;
    background: #222;
    padding: 5px 20px;
    cursor: pointer;
}
.row {
    clear: both;
    text-align: right;
    font-size: 10px;
    line-height: 25px;
    padding-right: 20px;
}
label {
    float: left;
    padding-left: 20px;
}
.table {
    border: 1px solid #505050;
    height: 450px;
}
@media all and ( min-width: 1024px) {
	html {
		min-height: 630px;
		min-width: 950px;
	}
	#min {
		min-width: 950px;
		width: 100vw;
	}
	.table {
		width: 900px;
	}
}
@media all and ( max-width: 950px) {
    .table {
    position: absolute;
    left: 25px;
}
}@media all and ( min-width: 950px) {
    .table {
    position: absolute;
    left: -450px;
    margin-left: 50vw;
}
html {
    overflow-x: hidden;
}
}@media all and ( max-height: 700px) {
    .table {
    position: absolute;
    top: 370px;
    margin-top: -250px;
}
.page-footer {
    position: absolute;
    top: 620px;
    text-align: center;
	padding: 10px 0px 30px 0px;  
	width: 100%; 
	height: auto;
}
}
@media all and ( min-height: 700px) {
    .table {
		position: absolute;
		top: 50vh;
		margin-top: -250px;
	}
	.page-footer {
		position: fixed; 
		bottom: 0px; 
		padding: 10px 0px 30px 0px;  
		width: 100%; 
		height: auto;
	}
}
@media all and ( max-width: 1023px) {
	.table {
		top: 340px;
		top: 40vh;
		position: relative;
		margin: -250px auto 0;
		left: auto;
	}
}
@media all and ( max-width: 768px) {
.table {
        top: 280px;
    }
}
.table #imgblock2 {
	margin-top: 6%;
}
#imgblock2 a img { opacity:0.8; }
#imgblock2 a img:hover { opacity:1; }



@media all and ( max-width: 1023px){
	.tablet-hide {
		display: none;
	}
	
	.mobile-show.tablet-show {
		display: block !important;
	}
}

@media all and ( min-width: 1024px){
	.tablet-show {
		display: none;
	}
}