::-moz-selection 
{
	color: #000;
	background: #ccc;
}

::selection
{
	color: #000;
	background: #ccc;
}
body
{
	/* Background pattern from subtlepatterns.com */
	background:#333 url("res/bg.jpg") fixed;
	font-family: 'Lato', sans-serif !important;
	color:#f0f0f0;
}
select:invalid
{
	color:#c5c5c5;
}
pre
{
	font-size:13px !important;
}
.btn
{
	background-color:#555;
}
.name
{
	margin-left: auto;
	margin-right: auto;
	margin-bottom:30px;
	background-color: rgba(48,48,48,0.75);
	font-family: 'Josefin Sans', sans-serif;
	text-align: center;
	color:#eee;
}
.name > a
{
	text-decoration:none;
	color:#fff;
}
#mname
{
	font-size:30px;
	color:#ddd;
}
.footer
{
	margin-top:2px;
	background-color: rgba(48,48,48,0.75);
	text-align:center;
	color:white;
	margin-left: auto;
	margin-right: auto;
}
.links
{
	margin-top:30px;
	background-color: rgba(48,48,48,0.75);
	text-align:center;
	color:white;
	margin-left: auto;
	margin-right: auto;
}
a.namelink
{
	text-decoration:none;
	color:#FFF;
}
#modal{color:#111;}
.form
{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
/*.form > form > input
{
	text-align:center;
}*/

input[type=text],input[type=password],textarea,select
{
	background-color: rgba(255,255,255,0.33);
	color: #fff;
	border-radius: 5px;
	padding: 10px;
	box-sizing: border-box;
	outline: none;
	margin-top: 10px;
}
input[type=text]:focus,textarea:focus,input[type=password]:focus
{
	-webkit-box-shadow: 0px 0px 2px rgba(255,255,255,0.33);
	-moz-box-shadow: 0px 0px 2px rgba(255,255,255,0.33);
	box-shadow: 0px 0px 2px rgba(255,255,255,0.33);
	background-color: rgba(255,255,255,0.5);
	color: #fff;
}
textarea
{
	max-height:500px;
	max-width:100%;
	min-height:250px;
	min-width:100%;
	margin-bottom:10px !important;
}
select
{
	width:100%;
	border:none;
	font-size:18px;
}
option
{
	background-color: rgba(255,255,255,0.5);
	color:#333;
}
option:hover
{
	background-color:#f0f0f0;
}
optgroup
{
	background-color:#333;
}
input[type=submit]
{
	color: white;
	padding: 15px 10px;
	margin-top: 20px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	letter-spacing: 2px;
	outline: none;
	text-shadow: 0 0 5px #000;
	font-weight:bold;
	-webkit-filter: grayscale(25%);
    filter: grayscale(25%);
}
input[type=submit]:hover
{
	-webkit-filter: grayscale(50%);
    filter: grayscale(50%);
}
.info
{
	text-align:center;
	font-size:24px;
	color:white;
	margin-top:10px;
}
.info > a
{
	text-decoration:none;
	color:#ccc;
}
.info > span > a
{
	text-decoration:none;
	color:#ccc;
}
.info > a:visited
{
	text-decoration:none;
	color:#ccc;
}
pre
{
	margin:0;
}
.text
{
	display: block;
	overflow-x: auto;
	padding: 0.5em;
	background: #282b2e;
	color:#fff;
}
.inf
{
	color:#fff;
}
.liczby
{
	color:#555;
}
/*ol
{
	margin:0;
    counter-reset: item;
    list-style-type: none;
}
ol li:before {
    content: counter(item) "  "; 
    counter-increment: item;
    color: #aaa;        
    float: left;
    position: absolute;
    left: 18px;  
}*/
code[class*="language-"],
pre[class*="language-"] {
    white-space: pre-wrap !important;
}

/* The following is needed for Google Chrome. */
pre.line-numbers > code {
    display: inline-block !important;
}